搜索资源列表
表达式解析器
- 源码,数学表达式解析器,可以解析并自动计算输入的公式-source, the mathematical expression parser, and can automatically calculate the analytical input to the formula
expreval
- 数学表达式计算和解析 用c语言编写的,内含有例.速度较快
express
- 这个源码是用来通过顺序的扫描输入流中的数据,来计算表达式,这个代码在一般的表达式计算,比如:解析器构造中对表达式的处理都是有用的-This source is used to scan through the sequence of input stream data, to calculate the expression, the code in the general expression of the calculation, such as: Parser Construction o
expression
- 此代码主要功能是用堆栈来实现数学表达式的解析功能,从中缀表达式来得到后缀表达式-these code use stack for describe mathematical expression
src
- Java版运算表达式解析器 主要功能: 对有括号的四则运算解析并求解. 支持多种表达式类型 思路: 1.把中缀表达式转化成后缀表达式 2.从后缀表达式得到解 注意: 该版本只支持1.6JDK,如果想替换成1.5JDK改替换LinkedList的几个方法就行了. 详细内容: http://jomper.javaeye.com/blog/464906-Java version of computing expressions parser mai
ExpressionEvaluation
- 此程序实现简单算术表达式求值功能 参考了《数据结构 习题与解析 B级》 -This process simple arithmetic expression evaluation function
SmartCacul
- 自己上大学时开发的有声科学计算器。 使用一个泛型二叉树深度优先进行表达式解析。 界面支持编辑表达式,声音是自己录的,不要害怕(-:< -The development of their own college, sound scientific calculator. Using a generic binary tree for the expression analysis. Interface supports editing expressions, his voice
sytax_analyse
- 编译原理,递归下降语法分析。可以解析算术表达式。可以参考下。-Compiler theory, recursive descent parsing. Arithmetic expressions can be resolved. Can refer.
BiaoDaShiQiuZhi
- 表达式求值的实现,输入的表达式,解析表达式,书上的算法在此得意实现,初学者值得参考-Expression evaluation to achieve, enter the expression, analytical expressions for the book on the algorithm in this proud implemented beginners worth considering
Expression-evaluation
- 利用堆栈解析算术表达式的基本方法进行表达式求值。-Stack basic analytical methods use arithmetic expressions were expressions.