文件名称:Expressions-computing
- 所属分类:
- JSP源码/Java
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2016-01-04
- 文件大小:
- 42kb
- 下载次数:
- 0次
- 提 供 者:
- yezo****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
表达式计算是实现程序设计语言的基本问题之一,它的实现是栈的应用的一个典型例子。设计一个程序,演示通过将数学表达式字符串转化为后缀表达式,并通过后缀表达式结合栈的应用实现对算术表达式进行四则混合运算。-
Expressions computing is one of the basic issues to realize programming language, its implementation is a typical example of an application stack. Design a program that demonstrates the string by a mathematical expression into postfix notation, combined with a stack of applications to achieve by postfix arithmetic expressions four mixed computing.
Expressions computing is one of the basic issues to realize programming language, its implementation is a typical example of an application stack. Design a program that demonstrates the string by a mathematical expression into postfix notation, combined with a stack of applications to achieve by postfix arithmetic expressions four mixed computing.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
test1.exe
测试数据.txt
test.cpp