搜索资源列表
lab1
- 实现中缀表达式转换为后缀表达式,实现了其基本的操作,刚刚完成-Convert infix expression to achieve postfix expression, achieved its basic operations, has just been completed
Infix--to-suffix-
- 中缀表达式转换为后缀表达式,并且求取表达式值,而且能够输出表达式-Infix expression convert to suffix expression
caculator
- 本程序主要的功能是利用链表将用户输入的任意精度中缀表达式转换成后缀表达式,为了以便于区分数据和操作符,数据间用下划线将它们区分开来,并且计算出此表达式的值。 2.需要注意的是:此程序所叙述的四则运算是狭义的,并没有显式的要求用户以中括弧“[]”或者是大括弧“{}”进行输入,因为这样会大大的加大程序的代码量,为了简便起见,同时又为了实现四则混合运算的功能,只要用户将含有中括弧或者是大括弧的地方均以小括弧表示即可。-The main function of this program is to us
Stack
- 用c++语言借用栈将中缀表达式转化为后缀表达式并且计算出后缀表达式的值,支持浮点数运算-Borrowing the language used c++ stack will infix expressions into postfix expression and calculate the value of the postfix expression of support for floating-point operations
NEW
- 中缀表达式转后缀表达式 Descr iption 将中缀表达式(infix expression)转换为后缀表达式(postfix expression)。假设中缀表达式中的操作数均以单个英文字母表示,且其中只包含双目算术操作符+,-,*,/和 。 Input 表示中缀表达式的一个字符串(其中只包含操作数和操作符,不包含任何其他字符) Output 表示对应后缀表达式的一个字符串(其中只包含操作数和操作符,不包含任何其他字符) Sample Input A+
sumNumber
- 实现表达式的求值计算,并且可以同时输出表达式的中缀式后后缀式(其中后缀式代码已注释,自己取消注释即可)-it is useful and it can culatulate numbers
InfixToPostfix
- 实现中缀表达式到后缀表达式的转换,为InfixToPostfix类实现 convertExpr(String expression),其中参数expression为中缀表达式,其返回值为后缀 表达式-Realization infix expression to postfix conversion, to achieve convertExpr (String expression) is InfixToPostfix class, where the parameter expres