文件名称:postfixexpression
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:944byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
运用栈的基本运算。(进栈、出栈)
依次扫描表达式的操作数并入栈,遇到运算符时,将后进的两个操作数出栈,对其进行运算,将运算结果入栈。照此方法,进行下去,一直到执行完最后一个运算符,输出结果。-The use of basic computing stack. (Into the stack, out of the stack) followed by scanning the expression operands and stack encountered operator, it will be backward out of the two operand stack and to carry out operations, the result would be computing stack. Do the same method, go on, until the implementation of the End of the last operator, output.
依次扫描表达式的操作数并入栈,遇到运算符时,将后进的两个操作数出栈,对其进行运算,将运算结果入栈。照此方法,进行下去,一直到执行完最后一个运算符,输出结果。-The use of basic computing stack. (Into the stack, out of the stack) followed by scanning the expression operands and stack encountered operator, it will be backward out of the two operand stack and to carry out operations, the result would be computing stack. Do the same method, go on, until the implementation of the End of the last operator, output.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
postfixexpression.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.