文件名称:expressionEvaluation
介绍说明--下载内容均来自于网络,请自行研究使用
1)从键盘输入任意一个语法正确的(中缀)表达式,显示并保存该表达式。
(2)利用栈结构,把上述(中缀)表达式转换成后缀表达式,并显示栈的状态变化过程和所得到的后缀表达式。
(3)利用栈结构,对上述后缀表达式进行求值,并显示栈的状态变化过程和最终结果。-1) input from the keyboard correct any syntax (infix) expressions, display and save the expression. (2) the use of the stack structure, to the (infix) expressions into postfix expression, and displays the status of the stack change process and the resulting postfix expression. (3) the use of stack structure, the value of the postfix expression is evaluated, and shows the status of the stack change process and the final result.
(2)利用栈结构,把上述(中缀)表达式转换成后缀表达式,并显示栈的状态变化过程和所得到的后缀表达式。
(3)利用栈结构,对上述后缀表达式进行求值,并显示栈的状态变化过程和最终结果。-1) input from the keyboard correct any syntax (infix) expressions, display and save the expression. (2) the use of the stack structure, to the (infix) expressions into postfix expression, and displays the status of the stack change process and the resulting postfix expression. (3) the use of stack structure, the value of the postfix expression is evaluated, and shows the status of the stack change process and the final result.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
expressionEvaluation\main.cpp
....................\Makefile
....................\nbproject\configurations.xml
....................\.........\Makefile-Debug.mk
....................\.........\Makefile-impl.mk
....................\.........\Makefile-Release.mk
....................\.........\Makefile-variables.mk
....................\.........\Package-Debug.bash
....................\.........\Package-Release.bash
....................\.........\private\configurations.xml
....................\.........\.......\private.properties
....................\.........\.......\private.xml
....................\.........\project.properties
....................\.........\project.xml
....................\stu_inf.txt
....................\nbproject\private
....................\build
....................\dist
....................\nbproject
expressionEvaluation
....................\Makefile
....................\nbproject\configurations.xml
....................\.........\Makefile-Debug.mk
....................\.........\Makefile-impl.mk
....................\.........\Makefile-Release.mk
....................\.........\Makefile-variables.mk
....................\.........\Package-Debug.bash
....................\.........\Package-Release.bash
....................\.........\private\configurations.xml
....................\.........\.......\private.properties
....................\.........\.......\private.xml
....................\.........\project.properties
....................\.........\project.xml
....................\stu_inf.txt
....................\nbproject\private
....................\build
....................\dist
....................\nbproject
expressionEvaluation