文件名称:e
介绍说明--下载内容均来自于网络,请自行研究使用
按常规形式输入算术表达式(例如:输入2*(6-4)+8/4),要求能够:
(1)生成表达式的后缀表示,并输出;
(2)生成表达式的前缀表示,并输出;
(3)基于表达式的后缀表示,对该表达式求值;
(4)编写一个主程序对表达式求值函数进行测试。
-Enter a conventional form of arithmetic expressions (for example: Input 2* (6-4)+8/4), requires the ability to: (1) to generate an expression suffix, and output (2) generates a prefix expression representation and output and (3) is based on the postfix expression, said the expression is uated (4) the preparation of a main function uates the expression to be tested.
(1)生成表达式的后缀表示,并输出;
(2)生成表达式的前缀表示,并输出;
(3)基于表达式的后缀表示,对该表达式求值;
(4)编写一个主程序对表达式求值函数进行测试。
-Enter a conventional form of arithmetic expressions (for example: Input 2* (6-4)+8/4), requires the ability to: (1) to generate an expression suffix, and output (2) generates a prefix expression representation and output and (3) is based on the postfix expression, said the expression is uated (4) the preparation of a main function uates the expression to be tested.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
栈和队列.c