搜索资源列表
infixToprefix
- This source code is used for make infix expression from prefix expression by using assembly and C language together.
1
- C++语言编的表达式求值-中缀表达式转为后缀表达式-C++ language for evaluation of the expression- expression to infix expressions suffix
qiuzhi
- 本实验的目的就是设计一个表达式求值的程序,程序中能接受包含(,),+,-,*,/, ,^的中缀表达式,从文件中读取算术表达式,并求出算术表达式的结果,在另一文件里输出-The purpose of this study is to design an expression evaluation process, the program can accept include (,),+,-,*,/, ,^ the infix expressions, arithmetic expressions
sizeyunsuan
- 四则运算表达式求值,将四则运算表达式用中缀表达式,然后转换为后缀表达式,并计算结果。-Four arithmetic expression uation, the four arithmetic expressions used in infix expression, and then converted to a postfix expression, and calculate the results.