文件名称:nibolan
介绍说明--下载内容均来自于网络,请自行研究使用
设计一个算法,将一般算术表达式转化为逆波兰表达式,并求逆波兰表达式的值。可以实现+、-、*、/和带括号的运算,如6+(7-1)*3+10/2.(C语言实现)-Design an algorithm that will generally arithmetic expression into a reverse polish expression, and the value of reverse polish expression. Can realize the+,-,*,/and (), such as 6+* 3+ 10/2 (7-1).Using C language implementation.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
逆波兰表达式\NiBoLan_main.cpp
............\SeqStack.h
逆波兰表达式