搜索资源列表
yuanma.rar
- 数据结构的几个小程序:汉诺塔,杨辉三角,括号匹配,表达式求值,Data structure of several small programs: Tower of Hanoi, Yang Hui Triangle bracket matching, regular expression evaluator
biaodashiqiuzhi
- 这说我精心收藏的一个求表达式值的5种方法源代码,对学习数据结构的人可能会有帮助!-It said that I carefully seek the expression of a collection of five kinds of methods the value of source code, data structure for learning may be helpful!
tree_exp
- 数据结构课程中利用树进行表达式求值方法,VC6下测试通过-Data structure tree for the use of curriculum evaluation methods of expression, VC6 under test
suanshubiaodashiqiuzhi
- 把算术表达式转换成后缀表达式然后求值。数据结构实验,包含实验报告。-Put arithmetic expressions into expressions suffix then evaluated. Experimental data structure that contains the report of the experiment.
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
shujujiegou2
- 数据结构的实验报告,利用栈的基本操作实现一个算术表达式的求值的程序。利用C语言编写-Data structure, the use of the basic operation of the stack to achieve an arithmetic expression evaluation procedures. The use of C language
bdshgetvalue
- 数据结构--用栈实现表达式求值。 dos状态下输入、输出。-Data structure- used to achieve expression evaluation stack
include
- 数据结构题集C语言版中算术表达式求值演示-Arithmetic expression evaluation demo
arithmetic-expression-evaluation
- 数据结构实验 算术表达式问题 输出前缀表达式和后缀表达式,以及求值运算-The output prefix expression data structure experiments arithmetic expressions and suffix expressions, as well as the evaluation value calculation
expression-value
- 数据结构中的中缀表达式求值,加减乘除括号四则运算-expression in data structure ,plus,minus,times,slash,and brace
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
Final
- 数学表达式求值 编写一个求解包括+、-、×、÷ 运算符的数学表达式值的程序,要求如下: (1)具有操作界面; (2)采用算符优先分析法求解数学表达式的值; (3)可以测试多个数学表达式,每个数学表达式通过键盘输入,可以是合法的数学表达式, 也可以是不合法的数学表达式; (4)如果数学表达式是合法的,则将数学表达式及其值保存到Mathematical-Expression.txt 文件中;否则将数学表达式及提示信息保存到Mathematical-Expression.txt 文件中,
未命名1
- 数据结构,利用栈实现表达式求值,并能供小学生作业。(Using the stack to evaluate the expression and can be used for primary school students)
表达式求值(浮点数运算)
- 用c/c++ 编写的,关于数据结构中用入栈和出栈等,实现表达式求值问题。(expression evaluation)