文件名称:EvaluateExpression
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 193kb
- 下载次数:
- 0次
- 提 供 者:
- 刘**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。
假设操作数是正整数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符"#",如:#(7+15)*(23-28/4)#。
引入表达式起始、结束符是为了方便。编程利用"算符优先法"求算术表达式的值。-In arithmetic expressions by the operand (operand), operator (operator) and the Limits of Fu (delimiter), composed of. Assumptions operand is a positive integer, operator calculation containing only four operators, Boundary Fu around brackets and expressions are the starting and end at # , Such as:# (7+ 15)* (23-- 28/4)#. The introduction of expression start and end address for convenience. Programming using operator priority method seek the value of the arithmetic expression.
假设操作数是正整数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符"#",如:#(7+15)*(23-28/4)#。
引入表达式起始、结束符是为了方便。编程利用"算符优先法"求算术表达式的值。-In arithmetic expressions by the operand (operand), operator (operator) and the Limits of Fu (delimiter), composed of. Assumptions operand is a positive integer, operator calculation containing only four operators, Boundary Fu around brackets and expressions are the starting and end at # , Such as:# (7+ 15)* (23-- 28/4)#. The introduction of expression start and end address for convenience. Programming using operator priority method seek the value of the arithmetic expression.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
EvaluateExpression
..................\Debug
..................\EvaluateExpression.dsp
..................\EvaluateExpression.dsw
..................\EvaluateExpression.ncb
..................\EvaluateExpression.opt
..................\EvaluateExpression.plg
..................\main.cpp
..................\Debug
..................\EvaluateExpression.dsp
..................\EvaluateExpression.dsw
..................\EvaluateExpression.ncb
..................\EvaluateExpression.opt
..................\EvaluateExpression.plg
..................\main.cpp