搜索资源列表
表达式求值(大程序)
- VC实现的用堆栈实现表达式求值!! 数据结构的一个小作业!! 大家可以参考一下-VC stack with the expression evaluates to achieve! ! Data structure of a small operation! ! We can take a look
简单的表达式求值
- 语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-syntax analysis is correct after it evaluates the value used for a number of operations and the operator stacks stack, and an operator priority list (stored Operators relations bet
中缀表达式求值
- 中缀表达式求值,运用了堆栈进行存储,并支持小数的计算-expression which evaluates superintendent, the use of stack for storage, and support for the calculation of the minority
diujianqiaozhicswggod2006813
- 堆栈表达式求值系统,处理整型数,c语言编写-stack expression for the value system, handling integer, c language
FOURF
- 用堆栈实现表达式求值 但只有 + - * / () 运算符-stack used to achieve expression evaluates only +-* / () Operators
Expression
- 1.用堆栈实现表达式求值 2.随机生成带括号的表达式
operate
- 10以内数的四则运算表达式求值。利用堆栈的后进先出实现当运算符优先级较低的时候对操作数和运算符的出栈进行运算。-10 less than the number four operator expression is evaluated. The use of LIFO stack to achieve when the operator when a lower priority on the operand and operator of a stack to carry out comput
biaodashi
- 表达式求值,采用逆波兰式求值,有堆栈和顺序表两种。-Expression evaluation, the use of Reverse Polish-style evaluation, there are two types of stack and the order form.
biaodashiqiuzhi
- 对于一个表达式求值 用堆栈实现 数据结构第一个实验 没有做附加功能 -For an expression evaluation stack data structure with the first experiment did not do additional functionality
expressionvalue
- 表达式求值,根据运算符的优先级构造两个堆栈并运算-Expression evaluation, in accordance with the priority operator stack both class structure and operation
Stack
- 完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文 -Completion of the stack abstract data type of the order, said that with the realization of the chain. The realization of functions: numerical conversion calculator (expression evaluation
stack_calulator
- 利用堆栈实现算数表达式求值(运算过程为个位数)-use stack to evaluate arithmetic expression.
operateur
- 这是一个表达式求值的程序实现,用C语言实现了+ - * /和包含括号的一个算术表达式的求值过程,用到了堆栈。-This is an expression evaluation procedures for implementation, using C language to implement+-*/and parentheses in an arithmetic expression that contains the evaluation process, use the stack.
vcexpresion
- 用VC堆栈实现的表达式求值 有界面 支持小数 -Achieved with the VC stack expression evaluation has interface support for decimal
biaodashi
- 数据结构中线性结构应用堆栈实现表达式求值-Application of the linear structure of the data structure to achieve expression evaluation stack
calculator
- 用C++编写带括号的算术表达式求值,利用堆栈实现,采用算符优先数算法。-Written with C++ arithmetic expression in parentheses is evaluated using the stack implementation, the use of operator priority number algorithm.
dataStructure
- 堆栈实现表达式求值,java数据结构。初学者,练习使用。-Expression evaluation stack to achieve, java data structures. Beginners, practice using.
third2
- 2.编写程序实现表达式求值,即验证某算术表达式的正确性,若正确,则计算该算术表达式的值。 主要功能描述如下: 1、从键盘上输入表达式。 2、分析该表达式是否合法: (1)是数字,则判断该数字的合法性。若合法,则压入数据到堆栈中。 (2)是规定的运算符,则根据规则进行处理。在处理过程中,将计算该表达式的值。 (3)若是其它字符,则返回错误信息。 3、若上述处理过程中没有发现错误,则认为该表达式合法,并打印处理结果。 -2. Write a program to
duizhanexercise
- 堆栈练习,行编辑程序,迷宫求解,括号匹配检验,表达式求值-Stack practice, the line editor, maze solving, brace matching test, expression evaluation
sampleToValue
- 表达式求值 利用堆栈原理,实现表达式求值 如:3*(3+2)/5#-Expression evaluation Stack principle, the expression is evaluated : 3* (3+2)/5#