Location:
Search - expr
Search list
Description:
Platform: |
Size: 1964679 |
Author: |
Hits:
Description: 可以计算各种函数,还可以使用变量,如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
Platform: |
Size: 45263 |
Author: 何福保 |
Hits:
Description: 表达式计算源代码-formulas source code
Platform: |
Size: 9667605 |
Author: |
Hits:
Description: 又一个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 -
Platform: |
Size: 2050 |
Author: 飞翔 |
Hits:
Description: 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.
Platform: |
Size: 434419 |
Author: 王力 |
Hits:
Description: 一个命令行运算器源代码
用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 = | - | * | / | ^ ^
Platform: |
Size: 165977 |
Author: 李柳静 |
Hits:
Description: 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.
Platform: |
Size: 428661 |
Author: lee |
Hits:
Description: 本程序是通过堆栈形式来进行表达式的各种操作的函数
Platform: |
Size: 2858 |
Author: 李 |
Hits:
Description: 多线程文件的传输实现 需要在linux shell 下操作-multithreaded file transfer realize the need to operate under linux she
Platform: |
Size: 29094 |
Author: 政家谦 |
Hits:
Description: 可以计算各种函数,还可以使用变量,如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
Platform: |
Size: 1965056 |
Author: 何福保 |
Hits:
Description: 多线程文件的传输实现 需要在linux shell 下操作-multithreaded file transfer realize the need to operate under linux she
Platform: |
Size: 28672 |
Author: 政家谦 |
Hits:
Description: 又一个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-
Platform: |
Size: 2048 |
Author: 飞翔 |
Hits:
Description: 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.
Platform: |
Size: 434176 |
Author: 王力 |
Hits:
Description: 一个命令行运算器源代码
用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 = |- |* |/| ^ ^
Platform: |
Size: 165888 |
Author: 李柳静 |
Hits:
Description: 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.
Platform: |
Size: 428032 |
Author: lee |
Hits:
Description: 本程序是通过堆栈形式来进行表达式的各种操作的函数-This procedure is carried out through the stack form of expression a function of various operating
Platform: |
Size: 3072 |
Author: 李 |
Hits:
Description: 实现四则表达式的解释器,通过使用正则表达式加速了表达式的解释和正确性,消除二义性-no
Platform: |
Size: 11264 |
Author: liyuqing |
Hits:
Description: 逆波兰式的输入及计算,是数据结构的很好代码-Reverse Polish Notation of input and calculation, is a good source data structure
Platform: |
Size: 154624 |
Author: tj |
Hits:
Description: 对数据结构中二叉树的理解,前缀、中缀、后缀的相互转换.-Binary tree data structure understanding, prefix, infix, suffix interchangeable.
Platform: |
Size: 118784 |
Author: 亮亮 |
Hits:
Description: expr alloc symbol for Linux.
Platform: |
Size: 7168 |
Author: cuimengden |
Hits: