搜索资源列表
heti
- 一个不错的逆波兰式 解释如何利用 逆波兰式 把 中序表达式 装进一个 队列 或者堆栈 里面-a good inverse Polish explain how to use reverse Polish Chinese expression sequence or stuffed into a queue stack inside
Expression070621
- 用栈实现中缀表达式求值的问题。同时实现了逆波兰表达式的问题。-with Stack realization sergeant expression evaluates problems. Simultaneously Poland expression of the inverse problem.
nibolanshi
- 逆波兰式的算法实现,输入中缀表达式,输出相应的转化结果
ExpressionConversion
- 自编的波兰、逆波兰、中缀表达式计算的小程序,在VS2005下通过编译运行。
nbl
- 中缀表达式到逆波兰式转换的程序代码,学习数据结构的可以
表达式求值(逆波兰算法,javascript实现).rar
- 表达式求值(逆波兰算法,javascr ipt实现)
exp
- 处理了正确的算术表达式的转换为逆波兰式后进行计算,可处理多位整型数的运算,如:10*(15-5)+30/3#-Dealing with the correct arithmetic expression is converted to Reverse Polish-style after the calculation, can handle a number of integer arithmetic, such as: 10* (15-5)+ 30/3#
biaodashi
- 表达式求值,采用逆波兰式求值,有堆栈和顺序表两种。-Expression evaluation, the use of Reverse Polish-style evaluation, there are two types of stack and the order form.
ReversePolishNotation
- 逆波兰表达式求解,算法中很重要的。方便输入输出。-Reverse Polish Notation solving, algorithm is very important. Facilitate the input and output.
VB-ReversePoland
- 自己用VB写的逆波兰表达式算法,包括中缀表达式转换到后缀表达式,后缀表达式的计算,在模块reversePoland.bas中,都已经写成了函数。-This code source written with visual basic is a realization of reversepoland algorithm.The transformation to suffix expression is expected in the file reversePoland.bas. In addt
expression
- 表达式求值,包括双字符的转换,求值,逆波兰-expression s transform and calculate.
biaodashiqiuzhi
- 输入一个表达式,以逆波兰式存储起来,最后求出值-Enter an expression to Reverse Polish Notation stored, and finally calculate the value
nibolanshi
- 数据结构实验--返回表达式e的逆波兰式 e已经指向栈s-Experimental data structure- returns the inverse Polish expression of e e are pointing at the stack s
Rpn
- 逆波兰算法的实现算法,已经用类封装,专门用于计算逆波兰表达式,稍加修改可以增加更多运算方法。-Reverse Polish Algorithm algorithm, has been with the class package, specifically used to calculate the Reverse Polish Notation, slightly modified to add more computing methods.
Polish
- VS2008 逆波兰表达式求一个数学表达式的值-VS2008 Reverse Polish expression evaluation value of a mathematical expression
Project-Diva-4
- 课程作业, 将输入的前缀表达式转换为对应的逆波兰表达式(后缀表达式)-Course work, the prefix expression is converted to the corresponding input Reverse Polish Notation (postfix expression)
Project-Diva-5
- 先实现了将前缀表达式转换为逆波兰表达式的功能, 之后再利用逆波兰表达式对表达式进行求值, 支持+,-,*,/,^等运算, 以及sqrt, lg, ln, exp, sin, cos, tan, asin, acos, atan, sh, ch等函数操作-First realized the prefix expressions into reverse Polish notation features, re-use reverse Polish expression after the exp
nibolan
- 基于数据结构栈的知识实现逆波兰表达式的代码,c++版-data structure Nipolan
operationnew
- 四则混合运算表达式的处理。对输入的逆波兰表达式和正常顺序(带括号、运算符优先级)的表达式构造二叉表达式树、输出前序中序后序遍历结果、树状输出、表达式赋值及运算-Handle mixed operation expression of the four. For Reverse Polish Notation input and the normal order (with brackets, operator precedence) expression construct binary exp
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 (), s