文件名称:Arithmetic-expression-evaluator
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2016-05-22
- 文件大小:
- 203kb
- 下载次数:
- 0次
- 提 供 者:
- 木**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
(1) 从键盘或文件读入一个合法的算术表达式,输出正确的结果。
(2) 显示输入序列和栈的变化过程。
(3) 考虑算法的健壮性,当表达式错误时,要给出错误原因的提示。-(1) the keyboard or the file is read into a legitimate arithmetic expressions, output the correct result.
(2) changes in the sequence and displays the input process stack.
(3) consideration of the robustness of the algorithm, when the expression is wrong, to prompt wrong reason.
(2) 显示输入序列和栈的变化过程。
(3) 考虑算法的健壮性,当表达式错误时,要给出错误原因的提示。-(1) the keyboard or the file is read into a legitimate arithmetic expressions, output the correct result.
(2) changes in the sequence and displays the input process stack.
(3) consideration of the robustness of the algorithm, when the expression is wrong, to prompt wrong reason.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
算术表达式求值\Debug\main.obj
..............\.....\Queue.obj
..............\.....\Stack.obj
..............\.....\vc60.idb
..............\.....\vc60.pdb
..............\.....\算术表达式求值.exe
..............\.....\算术表达式求值.ilk
..............\.....\算术表达式求值.pch
..............\.....\算术表达式求值.pdb
..............\main.cpp
..............\Queue.cpp
..............\Queue.h
..............\Stack.cpp
..............\Stack.h
..............\算术表达式求值.dsp
..............\算术表达式求值.dsw
..............\算术表达式求值.ncb
..............\算术表达式求值.opt
..............\算术表达式求值.plg
..............\Debug
算术表达式求值