Description: Design a lgorithm 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.
To Search:
File list (Check if you may need any files):
逆波兰表达式\NiBoLan_main.cpp
............\SeqStack.h
逆波兰表达式