搜索资源列表
vc++版本的表达式求值
- dlg界面的c++表达式求值程序。-DLG interface c + + expression evaluation procedures.
表达式求值的C源程序
- 用栈实现表达式求值-stack with Expression Evaluation
c
- 表达式求值
biaodashiqiuzhi(C++)
- 表达式求值的源代码,注释完全,适合初学者使用
go2pdf
- 表达式求值 c++版 有点错误 欢迎批评
表达式转换求值 C++
- 表达式的转换求值 利用栈 中缀表达式转后缀 直接将扩展名转为CPP即可调试运行
code
- 1、猴子选大王 2、约瑟夫环 3、迷宫求解 4、回文游戏 5、地图四染色问题 6、八皇后问题 7、原四则表达式求值 8、k阶斐波那契序列 9、遍历二叉树 10、编写DFS算法的非递归函数。 编写BFS算法。 11、简单选择排序, 折半插入排序, 冒泡排序, 快速排序, 堆排序 12、顺序查找,折半查找-err
C
- C#算术表达式求值我是的算法核心是逆波兰式.还有就是w3eval这个算术表达式求值算法很不错.但有一种表达式它会报错.我想这是一个BUG:w3eavl不能计算"-(3+5)"的值.或者类似的计算式.-C# Arithmetic expressions evaluate my algorithm is the core of Reverse Polish-style. W3eval there is the arithmetic expression evaluation algorithm is
1
- C++语言编的表达式求值-中缀表达式转为后缀表达式-C++ language for evaluation of the expression- expression to infix expressions suffix
calculator
- 用C++编写带括号的算术表达式求值,利用堆栈实现,采用算符优先数算法。-Written with C++ arithmetic expression in parentheses is evaluated using the stack implementation, the use of operator priority number algorithm.
pragma once
- 中缀表达式转后缀表达式并求值,C++,栈的应用,(expression evaluation)
biaodashi
- 表达式求值是用一个表达式来求值语言采用的C++语言(Expression evaluation)
expression.tar
- 表达式求值的一个C语言程序,可以识别高低层次的运算符,从而求出最后的运算结果.(expression evaluation)
中缀表达式求值
- 中缀值表达式算法,比较实用,学VC 的同学可以看看。。。(Infix expression algorithm, more practical value, to learn VC students can see.)
表达式求值
- 实现输入表达式 求出未知数的值的功能,主要用于复杂方程的求解,也可验证所求结果,以确保正确性。(The function of implementing the input expression to find out the value of the unknown)
Caculater
- 在原有初级计算器基础上做了些改进,利用后缀表达式求值,能将整个表达式在显示区显示,实现小数与负数运算(Some improvements have been made on the basis of the original primary calculator. By using postfix expression evaluation, the whole expression can be displayed in the display area, and decimal and ne
Reverse Polish Notation
- 逆波兰表达式求值 C++实现,数据结构使用的是栈(Reverse Polish notation)
数学表达式求值
- 可以计算一个数学表达的值,例如输入1+2*(10-8)^2-87这样的式子都可以计算出结果(The value of a mathematical expression can be calculated.)
表达式求值(浮点数运算)
- 用c/c++ 编写的,关于数据结构中用入栈和出栈等,实现表达式求值问题。(expression evaluation)