搜索资源列表
中缀比表达式变后缀表达式再求值
- 此是 数据结构的课程中的一个经典的算法 -this is the data structure of the curriculum of a classical algorithm
上机作业
- 关于数据结构中表达式求值的算法,功能强大,符合需要交作业的同学的需求 应该是初学数据结构的人使用-This the algorthim of expression evaluation in data structure, its function is very powerful, and concord with the demand of classmates which are needed to hand over the work, it should be used by the
yuanma.rar
- 数据结构的几个小程序:汉诺塔,杨辉三角,括号匹配,表达式求值,Data structure of several small programs: Tower of Hanoi, Yang Hui Triangle bracket matching, regular expression evaluator
tree_exp
- 数据结构课程中利用树进行表达式求值方法,VC6下测试通过-Data structure tree for the use of curriculum evaluation methods of expression, VC6 under test
biaodashi
- c++编写的表达式求值算法,帮你学习数据结构中的链表-c++ to prepare for the value of the expression of algorithms, data structures to help you study the list
Expressionevaluation
- 数据结构经典题型,表达式求值,用栈分别存储数字符与操作符-Classic questions of data structure, expression evaluation, storage, respectively, with the number of characters stack and Operators 搜索
EasyCalculator_181-183-193
- 用双栈实现和递归实现的表达式求值算法,对数据结构初学者应该会挺有帮助-Using dual-stack implementation and the recursive expression evaluation algorithm is implemented on the data structures should do some helps on the beginners of data structures
EvaluteExpression
- 表达式求值,包含乘方括号等优先级,该实验为数据结构课程实验-Expression evaluation, including involution brackets, etc. priority, the experimental test for data structure course
bdshgetvalue
- 数据结构--用栈实现表达式求值。 dos状态下输入、输出。-Data structure- used to achieve expression evaluation stack
include
- 数据结构题集C语言版中算术表达式求值演示-Arithmetic expression evaluation demo
Arithmetic-expressions-are-evaluated
- 算术表达式求值是以我们常用的输入算术式的方式输入式子,然后将式子以中缀表达式存储,用栈进行括号匹配最后算出结果,是初学者很好的学习数据结构的例子-The arithmetic expression is evaluated based on our common input arithmetic way input formula, then the expression to infix expression storage with stack the brackets match last
expression-value
- 数据结构中的中缀表达式求值,加减乘除括号四则运算-expression in data structure ,plus,minus,times,slash,and brace
Data-Structures-and-Algorithms
- 数据结构与算法分析,Huffman编码、带括号的算术表达式求值、A Text Editor Imlementation、拓扑排序-Data Structures and Algorithms, Huffman coding, bracketed arithmetic expression evaluation, the A the Text Editor Imlementation, topological sorting
Expression-evaluation
- 采用c++编的一段表达式求值程序,在数据结构中涉及到。-Compiled using c++ some expression evaluation procedures, the data structures involved.
shangji2
- 数据结构上机题。题目是 实现算术表达式求值程序(栈的运用)。 设操作数:0,1,2,……,8,9(可扩充); 运算符:+,—,*,/,(,),#(#号为结束)。 -Data structure machine problems. Topic is to achieve an arithmetic expression uator (stack use). Number of set operations: 0,1,2, ......, 8,9 (expandable) ope
test
- 数据结构的栈的部分的应用,表达式求值,运行结果良好-data structure
include
- 数据结构题集C语言版中算术表达式求值演示-Arithmetic expression uation demo
Final
- 数学表达式求值 编写一个求解包括+、-、×、÷ 运算符的数学表达式值的程序,要求如下: (1)具有操作界面; (2)采用算符优先分析法求解数学表达式的值; (3)可以测试多个数学表达式,每个数学表达式通过键盘输入,可以是合法的数学表达式, 也可以是不合法的数学表达式; (4)如果数学表达式是合法的,则将数学表达式及其值保存到Mathematical-Expression.txt 文件中;否则将数学表达式及提示信息保存到Mathematical-Expression.txt 文件中,
Reverse Polish Notation
- 逆波兰表达式求值 C++实现,数据结构使用的是栈(Reverse Polish notation)
表达式求值(浮点数运算)
- 用c/c++ 编写的,关于数据结构中用入栈和出栈等,实现表达式求值问题。(expression evaluation)