CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - expr
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - expr - List
[
Windows Develop
]
expr.rar
DL : 0
Update
: 2025-02-19
Size
: 1.87mb
Publisher
:
[
Windows Develop
]
expr
DL : 0
可以计算各种函数,还可以使用变量,如A,B,C,D。可以计算各种数学函数sin cos tg ctg,处理括号,四则运算,是VC中一款不可多得的表达式计算类和计算工具。例如:cos(0) 1-can calculate various functions, variables can also be used, such as A, B, C, D. Can calculate mathematical functions sin cos tg rays, handling brackets, four operators, one VC is a rare expression of calculating and computing tools. For example : cos (0) 1
Update
: 2008-10-13
Size
: 44.2kb
Publisher
:
何福保
[
Other resource
]
str-expr
DL : 0
表达式计算源代码-formulas source code
Update
: 2008-10-13
Size
: 9.22mb
Publisher
:
[
Other resource
]
LL1_a
DL : 0
又一个LL(1)的分析器,针对文法// { E->-E|(E)|VX , X->-E|^ , V->iA , A->(E)|^ } // Expr : E ExprTail : X Var : V VarTail : A id : i ,是对编译原理初学者的一个帮助。-also an LL (1) analyzers, the grammar / / (E -
Update
: 2008-10-13
Size
: 2kb
Publisher
:
飞翔
[
Other
]
TCL_learning
DL : 0
TCL语言的学习教程和几个程序实例 array.tcl --- --- This simple example shows how to create and manipulate arrays. main commands used: array, puts, foreach, get calculator.tcl -------------- This script asks the user to enter an operation ( ex: 24 + 52 ), analyses the operation, computes it and return the result. main commands used: proc, expr, return, while, puts, flush, switch, lindex, gets file_copy.tcl ------------- This script asks the user to enter a source file, a destination file and copies the source file in the destination file.main commands used: puts, gets, read, seek, open, close.-TCL language learning tutorials and examples of several programs array.tcl --------- T his simple example shows how to create and manip ulate arrays. main commands used : array, puts, foreach. get calculator.tcl -------------- This scrip t asks the user to enter an operation (ex : 24 52), analyzes the operation, it computes and return the result. main command s used : proc, expr, return, while, puts, flush, switch, Lindex. gets file_copy.tcl ------------- This script asks the user to enter a source file, a destination file and copies the source file in the destination file.main commands used : puts, gets, read, seek, open, close.
Update
: 2008-10-13
Size
: 424.24kb
Publisher
:
王力
[
Other resource
]
Cal_do
DL : 0
一个命令行运算器源代码 用C++写的命令行运算器,支持加、减、乘、除、乘方和小括号(可嵌套),乘方的符号是^^,因为在WINDOWS的命令行模式下^是一个连接符。 用法:cal expression expression = expression op expression expression = (expression) op = + | - | * | / | ^^ -a command line computing devices with source code written in C command line computing, and support for addition, subtraction, multiplication and addition. involution and small brackets (available nested), the involution is the symbol ^ ^. because of the Windows command line mode ^ website is a link. Usage : cal expression expression expression op = expr 34th expression = (expression) op = | - | * | / | ^ ^
Update
: 2008-10-13
Size
: 162.09kb
Publisher
:
李柳静
[
ELanguage
]
ucw-src129
DL : 0
UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd(\"l fred.cpp\") or uc_cmd(\"help\"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.
Update
: 2008-10-13
Size
: 418.61kb
Publisher
:
lee
[
Other resource
]
expr
DL : 0
本程序是通过堆栈形式来进行表达式的各种操作的函数
Update
: 2008-10-13
Size
: 2.79kb
Publisher
:
李
[
Linux-Unix
]
Expr - multithreading file transport---For Linux V
DL : 0
多线程文件的传输实现 需要在linux shell 下操作-multithreaded file transfer realize the need to operate under linux she
Update
: 2008-10-13
Size
: 28.41kb
Publisher
:
政家谦
[
Windows Develop
]
expr
DL : 0
可以计算各种函数,还可以使用变量,如A,B,C,D。可以计算各种数学函数sin cos tg ctg,处理括号,四则运算,是VC中一款不可多得的表达式计算类和计算工具。例如:cos(0) 1-can calculate various functions, variables can also be used, such as A, B, C, D. Can calculate mathematical functions sin cos tg rays, handling brackets, four operators, one VC is a rare expression of calculating and computing tools. For example : cos (0) 1
Update
: 2025-02-19
Size
: 1.87mb
Publisher
:
何福保
[
Linux-Unix
]
Expr - multithreading file transport---For Linux V
DL : 0
多线程文件的传输实现 需要在linux shell 下操作-multithreaded file transfer realize the need to operate under linux she
Update
: 2025-02-19
Size
: 28kb
Publisher
:
政家谦
[
Other resource
]
LL1_a
DL : 0
又一个LL(1)的分析器,针对文法// { E->-E|(E)|VX , X->-E|^ , V->iA , A->(E)|^ } // Expr : E ExprTail : X Var : V VarTail : A id : i ,是对编译原理初学者的一个帮助。-also an LL (1) analyzers, the grammar// (E-
Update
: 2025-02-19
Size
: 2kb
Publisher
:
飞翔
[
Other
]
TCL_learning
DL : 0
TCL语言的学习教程和几个程序实例 array.tcl --- --- This simple example shows how to create and manipulate arrays. main commands used: array, puts, foreach, get calculator.tcl -------------- This script asks the user to enter an operation ( ex: 24 + 52 ), analyses the operation, computes it and return the result. main commands used: proc, expr, return, while, puts, flush, switch, lindex, gets file_copy.tcl ------------- This script asks the user to enter a source file, a destination file and copies the source file in the destination file.main commands used: puts, gets, read, seek, open, close.-TCL language learning tutorials and examples of several programs array.tcl--------- T his simple example shows how to create and manip ulate arrays. main commands used : array, puts, foreach. get calculator.tcl-------------- This scrip t asks the user to enter an operation (ex : 24 52), analyzes the operation, it computes and return the result. main command s used : proc, expr, return, while, puts, flush, switch, Lindex. gets file_copy.tcl------------- This script asks the user to enter a source file, a destination file and copies the source file in the destination file.main commands used : puts, gets, read, seek, open, close.
Update
: 2025-02-19
Size
: 424kb
Publisher
:
王力
[
MPI
]
Cal_do
DL : 0
一个命令行运算器源代码 用C++写的命令行运算器,支持加、减、乘、除、乘方和小括号(可嵌套),乘方的符号是^^,因为在WINDOWS的命令行模式下^是一个连接符。 用法:cal expression expression = expression op expression expression = (expression) op = + | - | * | / | ^^ -a command line computing devices with source code written in C command line computing, and support for addition, subtraction, multiplication and addition. involution and small brackets (available nested), the involution is the symbol ^ ^. because of the Windows command line mode ^ website is a link. Usage : cal expression expression expression op = expr 34th expression = (expression) op = |- |* |/| ^ ^
Update
: 2025-02-19
Size
: 162kb
Publisher
:
李柳静
[
ELanguage
]
ucw-src129
DL : 1
UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful. -UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC#-command, like#l or#help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.
Update
: 2025-02-19
Size
: 418kb
Publisher
:
lee
[
Data structs
]
expr
DL : 0
本程序是通过堆栈形式来进行表达式的各种操作的函数-This procedure is carried out through the stack form of expression a function of various operating
Update
: 2025-02-19
Size
: 3kb
Publisher
:
李
[
Windows Develop
]
expr
DL : 0
实现四则表达式的解释器,通过使用正则表达式加速了表达式的解释和正确性,消除二义性-no
Update
: 2025-02-19
Size
: 11kb
Publisher
:
liyuqing
[
Data structs
]
expr
DL : 0
逆波兰式的输入及计算,是数据结构的很好代码-Reverse Polish Notation of input and calculation, is a good source data structure
Update
: 2025-02-19
Size
: 151kb
Publisher
:
tj
[
Windows Develop
]
Expr
DL : 0
对数据结构中二叉树的理解,前缀、中缀、后缀的相互转换.-Binary tree data structure understanding, prefix, infix, suffix interchangeable.
Update
: 2025-02-19
Size
: 116kb
Publisher
:
亮亮
[
Linux-Unix
]
expr
DL : 0
expr alloc symbol for Linux.
Update
: 2025-02-19
Size
: 7kb
Publisher
:
cuimengden
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.