搜索资源列表
autocompu
- 此算术表达式解析器能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc-this arithmetic expression parser procedures in the light of input variable size and arithmetic expressions Dyna
muparser_v128.tar
- 用于计算逻辑与算术表达式,支持标准C++,可在UNIX,LINUX,Windows下编译通过,性能优良
arithmetic
- 这是一个关于算术表达式求值的错误更正,将很多问题都考虑到了
suanshubiaodashideshixian
- 算术表达式的求值 操作结果: 从第1个顶点起,按广度优先非递归遍历图G,并对每个顶点调用函数
Expression_alaysis
- 算法:编译原理中心自顶向下的算术表达式分析.just enjoy it.
02050811
- 用C语言实现的算术表达式的运算,用了堆栈的方法,利用算术运算符的优先级实现,实现了包括+,-,*,/和()的运算,输入#号运算结束。
jisuanqi
- vc++的 计算器 用于算术表达式求值 很详细 适合大众 -vc++ calculator for arithmetic expression evaluation in great detail for the general public
93317432SiZE
- 课程设计 算术表达式 四则运算 课件 代码-Arithmetic code, but of the time courseware intended ah
sasdasdas
- 课程设计 算术表达式 四则运算 课件 代码-Arithmetic code, but of the time courseware intended ah
maathparser
- 算术表达式解析器 .rar 支持变量和以下数学函数:+、-.*.\,sin,cos,tan等-Arithmetic expression parser. Rar support variables and the following mathematical functions :+,-.*. \, sin, cos, tan, etc.
nixiangtuidao
- 输入运算结果和操作数,然后该程序通过对操作数运算匹配,若雨运算结果相符则输出算术表达式,表达式的输出格式为1 +2 /3 +4=5,按从左至右顺序计算,目前只支持对+-*/这四类运算符的匹配-Enter the result of the operation and operands, then the program matches the number of operations by the operator, if the rain is consistent with the outp
expressionj-src-0.7
- ExpressionJ 是一个用来解析简单的算术表达式的 Java 类库。-ExpressionJ is a Java library allowing to interpret simple numeric expressions, which may be used in all applications which have to combine numeric values, but do not want to use full-blown scr ipting languages.
suanshu
- 简单的算术表达式代码,可实现加减乘除的算数计算-Simple arithmetic expression, code, which can realize add, subtract, multiply and divide arithmetic calculation
1
- 【课题】若某算术表达式采用后置法表示(即逆波兰表达式),请编程计算该表达式的值。如:表达式(a+b*c)/d-e用后置法表示为abc*+d/e-。 -[ Topic ] If an arithmetic expression using the post method representation (i.e., inverse Poland expression ), please programming calculation of the value of the expression.
Arithmetic-expression
- 自己写的算术表达式小程序,输入一个算术表达式,会得出一个最终值,供大家参考。-Arithmetic expressions to write their own program, enter an arithmetic expression, will come to a final value, for your reference.
evalution
- 算数表达式求值,根据输入的算术表达式,求出对应的正确值-Arithmetic expression is evaluated, based on the input arithmetic expression, find the correct value of the corresponding
IIInToPostn
- 中缀表达式转换成后缀表达式算法,,并求算术表达式的方法。可直接使用。 -Infix expression into postfix expression algorithm, and seek the method of arithmetic expressions. Can be used directly.
LinkStack
- 从键盘上输入一算术表达式检验该算术表达式中括号是否配对,例如:表达式(a+b))和a+b)中的括号不配对。-Input from the keyboard on the arithmetic expression in an arithmetic expression tests whether paired brackets, such as: the expression (a+b)), and a+b) in the brackets are not paired.
Design
- 设计算法判断一个算术表达式的圆括号是否配对-Design algorithm to determine an arithmetic expression is paired parentheses
exp
- 表达式求值,可以计算算术表达式,考虑括号,可以计算出数据double类型。-Expressions are evaluated, can calculate any arithmetic expressions, consider parentheses, can be calculated data type double.