文件名称:Calculating-arithmetic-expressions
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-12-05
- 文件大小:
- 434kb
- 下载次数:
- 0次
- 提 供 者:
- 邵*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
顺序栈实现算术表达式的计算
输入格式:一行一个算术表达式,可以输入若干行
输出格式:一行一个输出结果
样例:
输入样例:
2*(3 + 4)
6+ 2 * 8 /4
输出样例
14
10
【基本要求】运算对象均为整数-Stack order to achieve the calculation of the arithmetic expression input formats: line an arithmetic expression, you can enter several lines of output formats: line output sample results: Input Sample: 2* (3+ 4) 6+ 2* 8/4 output samples Example [1410] The basic requirements are integer operands
输入格式:一行一个算术表达式,可以输入若干行
输出格式:一行一个输出结果
样例:
输入样例:
2*(3 + 4)
6+ 2 * 8 /4
输出样例
14
10
【基本要求】运算对象均为整数-Stack order to achieve the calculation of the arithmetic expression input formats: line an arithmetic expression, you can enter several lines of output formats: line output sample results: Input Sample: 2* (3+ 4) 6+ 2* 8/4 output samples Example [1410] The basic requirements are integer operands
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Calculating arithmetic expressions\顺序栈实现算术表达式的计算\Release\vc60.idb
..................................\..........................\.......\顺序栈实现算术表达式的计算.exe
..................................\..........................\.......\顺序栈实现算术表达式的计算.obj
..................................\..........................\.......\顺序栈实现算术表达式的计算.pch
..................................\..........................\顺序栈实现算术表达式的计算.cpp
..................................\..........................\顺序栈实现算术表达式的计算.dsp
..................................\..........................\顺序栈实现算术表达式的计算.dsw
..................................\..........................\顺序栈实现算术表达式的计算.ncb
..................................\..........................\顺序栈实现算术表达式的计算.opt
..................................\..........................\顺序栈实现算术表达式的计算.plg
..................................\..........................\Release
..................................\顺序栈实现算术表达式的计算
Calculating arithmetic expressions