搜索资源列表
huahua
- 逆波兰式的求解,输入表达式,然后转化成逆波兰式,当输入字母的值,可求出表达式的值.-inverse Polish Solution, the importation of expression, and then into reverse Polish, when the value of imported alphabet, can be derived the value of the expression.
22121128
- VC实现逆波兰表达式的转换,编译原理课程设计-VC reverse Polish expression conversion, the design compiler theory courses
LB8
- 编译原理,逆波兰式。-compiler theory, inverse Polish.
BOLANSHI
- 编译原理\\转逆波兰式-compiler theory \\ to reverse Polish
nibol
- 一个逆波兰式的生成程序-an inverse Polish generation procedures
Java写的泥波兰式
- Java写的泥波兰式 A栈中存放的是逆波兰式结果。 B栈中存放的是操作符 B栈初始状态为@-Reverse Polish Notation by Java.In the A stack deposits goes against the Polish type result. In the B stack deposits is the instruction character B stack original state is @
StackCalculate.rar
- 使用C#实现的表达式计算器,直接解析算术表达式并计算,不使用逆波兰式算法。附带二分法解方程功能。,Use C# to achieve expression calculator, direct analysis and calculate arithmetic expression, do not use Reverse Polish algorithm. Solution of equation incidental function dichotomy.
exp2
- (1)按逆波兰表达式建立树 (2) 输出表达式树的各种遍历的结果。 (3) 打印表达式树。 (4) 删除表达式树。 -(1) The establishment of trees by Reverse Polish Notation (2) output a variety of expression tree traversal results. (3) Print the expression tree. (4) Delete an expression tree.
nibolan
- c++逆波兰式的实现代码!有详尽的解释,测试通过! 愿意跟大家交流学习!-c Reverse Polish-style code to achieve! There is a detailed explanation on the test! Willing to learn with you!
bolanbiaodashi
- 求表达式的值,先把表达式转换成波兰表达式,然后求波兰表达式-Seeking expressions of value, first expression into the Polish expression, and then seek expressions Poland
nibolan
- 用逆波兰式实现个位数字的混合运算,并有差错功能-Using Reverse Polish-style to achieve a single-digit hybrid computing, and error function
Expression
- 算术表达式的转换为逆波兰式后求值,只处理一位整型数的运算,如:3*(7-5)+(4+8)/3#-Arithmetic expression is converted to Reverse Polish-style, after evaluation, only one integer arithmetic, such as: 3* (7-5)+ (4+ 8)/3#
547475753
- 布尔表达式的翻译,对输入的文法判断其合法性,并输出逆波兰表达式 -Boolean expressions of the translation, the grammar of the input to determine its legitimacy, and output Reverse Polish expression
20049741130012
- 布尔表达式的翻译,对输入的文法判断其合法性,并输出逆波兰表达式 -Boolean expressions of the translation, the grammar of the input to determine its legitimacy, and output Reverse Polish expression
calculator
- 逆波兰计算器,适合初学者的小计算器-Reverse Polish calculator, suitable for beginners and a small calculator
2694
- poj 2964 逆波兰表达式 递归问题-Reverse Polish expression poj 2964 recursive problem
bianyiyuanli
- 词法扫描并生成中间表达式,理解中间代码,将非后缀式用来表示的算术表达式转换为用逆波兰式来表示的算术表达式 -Lexical scanning and generate intermediate expression, understanding of intermediate code will be used to indicate the non-suffix type is converted to the arithmetic expressions using reverse P
Polish-Notation-expression
- 逆波兰式表达式求值,简单明了,步骤清晰,可以运行成功。-Reverse Polish Notation expression evaluation, simple, clear steps, you can run successfully.
Polish-expression-evaluation
- 波兰表达式求值,波兰表达式求值, 波兰表达式求值-Polish expression uation,Polish expression uation,Polish expression uation,Polish expression uation
Reverse Polish Notation
- 逆波兰表达式求值 C++实现,数据结构使用的是栈(Reverse Polish notation)