搜索资源列表
w
- 程序功能包括: 主程序;表达式的输入 转换 后缀表达式的输出 计算和数据输出等-Program features include: main program expression input into the output suffix expressions such as calculations and data output
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
sumNumber
- 实现表达式的求值计算,并且可以同时输出表达式的中缀式后后缀式(其中后缀式代码已注释,自己取消注释即可)-it is useful and it can culatulate numbers