搜索资源列表
infix_prefix
- lisp编的算术表达式中缀转后缀程序,递归。-lisp series of the arithmetic expressions grade switch suffix procedures, recursive.
zhan-op
- 栈的操作与应用 定界符配对检查 中缀转后缀并求值-stack operation and application delimiter matching inspection superintendent to seek value and Suffix
calcinfix
- 以前自己做的小程序,用于避免计算器冗长的输入时出错; 实现方法: 传统的中缀转后缀的方法-before doing small procedures for avoiding lengthy calculator input errors; Method : traditional Chinese grade to the suffix
client_ocx
- 一个ATL实现的自注册ActiveX控件,可以嵌入网页(vc++ 7.0) 实现方法: 传统的中缀转后缀的方法-an ATL registered since the ActiveX controls can be embedded website (vc + + 7.0) method : traditional Chinese grade to the suffix
Calc
- 功能超级强大的计算器。。。支持表达式运算。具有中缀转后缀功能。。。。采用了数据结构中先进的技术,是不可多得的代码,本人就读南京大学时的作品
Cshartcomputer20080706
- csharp写的计算器,用数据结构的方式写,中缀转后缀,后缀计算
calculator
- 表达式计算器,实现+,-,*,/,中缀转后缀-calculator
中缀转后缀的程序
- 将中缀表达式转化为后缀表达式,并计算它的值,采用栈结构,实现运算
pp
- 中缀转后缀求值算法 有判断的代码部分-Infix to suffix evaluation algorithm has to determine the code part
cpp..
- 转化实现中缀转后缀 判断表达式的输入 VC6.0环境-Transformation to achieve infix expression to determine the input suffix VC6.0 environment
biaodashijisuan
- 表达式计算,用栈实现,可实现中缀转后缀,表达式值的计算等功能-Expression, the use of the stack to achieve, can be achieved in up to suffix, expression value calculation and other functions
1
- 实现中缀表达式转后缀表达式,并利用后缀表达式求值-Infix expression to expression algorithm suffix
InToPost
- 输入中缀式,转换为后缀式,并输出结果。如2+2*2,得出结果为6.-Input is made up of type, into a suffix-type, and output. Such as 2+2* 2, the results for the 6.
Stack
- 栈的定义,C++定义的栈的基本操作 用于栈的操作练习 表达式求值,中缀转后缀-Stack
calculator
- 用栈实现简单计算器功能。中缀转后缀表达式-Simple calculator using stack functions. Expression infix to suffix
expressions
- 数据结构线性表的应用,算术表达式求值,中缀转后缀算法,加减乘除基本运算-The application of the linear table data structure, arithmetic expression evaluation, infix suffix transfer algorithm, the basic operations addition and subtraction multiplication and division
ExpressionTest
- 中缀表达式转后缀表达式基本思路是:用一个链表 List 储存将要生成的后缀表达式;用一个栈 Stack 储存操作符;判断当前节点, 如果是操作数, 直接加入后缀表达式中, 如果是操作符,则比较前一个操作符和当前操作符的优先级…… -Infix expression basic idea is to switch to postfix expression: list List with a store that will be generated by postfix expression
中缀转后缀
- 实现将表达式的中缀转后缀。包括yacc程序和编译后C++代码,可以直接使用(this code makes the middle expression turn into postfix expression)
中缀转后缀
- 数据结构课程练习:中缀输入,转换为后缀输出(The practice of data structure course: input infix to postfix output.)