搜索资源列表
infix_prefix
- lisp编的算术表达式中缀转后缀程序,递归。-lisp series of the arithmetic expressions grade switch suffix procedures, recursive.
biaodashizhuanhuanhejisuan
- 这说一个转换表达式和计算表达式值的源代码,可以实现前缀中缀和后缀表达式的转换和计算。-err
stack
- 中缀表达式转化为后缀表达式并求值,代码很长,原创-Using Stack to convert the middle expression to end expression
test
- 中缀表达式转化后缀表达式,符号仅限于+、-、(、)、*几个符号。-Infix expression into a suffix expression
calculator
- 计算器-逆波兰式,计算机计算中缀表达式时通常要将中缀转后缀,也就是逆波兰式-The calculator- Reverse Polish Notation, the computer calculation infix expression usually To infix turn suffix, which is the inverse Polish
Infix-to-suffix-arithmetic-expressio
- 输入一个中缀算术表达式S,S中的操作数为0到9,只含+,-和*,/运算,也可能含有括号(),运算符的计算顺序和实际四则运算的计算顺序相同. 输出与S等价的后缀表达式-Input an infix arithmetic expressions S, the S operand 0-9, containing only+,-,*,/operator may also contain brackets (), the same order as the operator of the calculat
nifix-expression
- 将中缀表达式转换成后缀表达式,开发环境为Visual C-Convert infix expressions into postfix expression, in Visual C++