文件名称:jiandansuanshushide
介绍说明--下载内容均来自于网络,请自行研究使用
五简单算术表达式的求值
要求:
1、 从键盘输入一个表达式:如(2-(4*5-2))/5=。
2、 操作数仅为一位整数1,2,3,…,9
3、 支持+ - * / ()等符号。
4、 支持运算符的优先级。
5、 支持括号的嵌套。
-Five simple arithmetic expression evaluation requirements: 1, from the keyboard input an expression: If (2- (4* 5-2))/5 =. 2, the operation was only a few integers 1,2,3, ..., 93, support -*/() and other symbols. 4, support for the priority operator. 5, support for nested brackets.
要求:
1、 从键盘输入一个表达式:如(2-(4*5-2))/5=。
2、 操作数仅为一位整数1,2,3,…,9
3、 支持+ - * / ()等符号。
4、 支持运算符的优先级。
5、 支持括号的嵌套。
-Five simple arithmetic expression evaluation requirements: 1, from the keyboard input an expression: If (2- (4* 5-2))/5 =. 2, the operation was only a few integers 1,2,3, ..., 93, support -*/() and other symbols. 4, support for the priority operator. 5, support for nested brackets.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
jiangwei.txt