文件名称:Arithmetic-expression-evaluation
介绍说明--下载内容均来自于网络,请自行研究使用
[问题描述]
表达式计算是实现程序设计语言的基本问题之一。也是栈的应用的一个典型例子。设计一个程序,演示用算符优先法或转换成后缀表达式方法对算术表达式进行求值的过程。
[基本要求]
以字符序列的形式从终端输入语法正确的、不含变量的整数表达式。利用中缀表达式向后缀表达式转换的方法,实现对算术四则混合运算表达式的求值。-Expression computing is to achieve one of the basic problems of program design language. Is a typical example of the application of stack. Design a program to demonstrate with operator priority method or converted into postfix expression method to uated the process of arithmetic expressions.
表达式计算是实现程序设计语言的基本问题之一。也是栈的应用的一个典型例子。设计一个程序,演示用算符优先法或转换成后缀表达式方法对算术表达式进行求值的过程。
[基本要求]
以字符序列的形式从终端输入语法正确的、不含变量的整数表达式。利用中缀表达式向后缀表达式转换的方法,实现对算术四则混合运算表达式的求值。-Expression computing is to achieve one of the basic problems of program design language. Is a typical example of the application of stack. Design a program to demonstrate with operator priority method or converted into postfix expression method to uated the process of arithmetic expressions.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Arithmetic expression evaluation.c