搜索资源列表
MyStack
- 用Java语言实现的一个工作栈,并在其中可以完成输入后缀表达式,转换成中缀表达并计算结果-Java language with a working stack, and enter a suffix in which the expression can be done, and to convert infix expression results
IntoPost
- 1.Untitle.cpp 实现功能:中缀表达式转后缀表达式 实现方法:利用栈 1.是否有括号 2.比较运算符号优先级-function: Into to Post method: Using stack
中缀转后缀
- 栈的应用:在四则运算中序式转后续式的基础上,利用栈的帮助完成后序式的计算,并输出结果。(Application of stack: in the four operations, in order to follow up the follow-up, based on the help of the stack to complete the sequent calculation, and output the results.)