搜索资源列表
ExpressCalculate
- 数值计算,表达式求值, 如计算3 + 2 * ( 3 + 2) / 5 + 8 + Sin( pi() / 180 * 30 ) + 1 + 2 ^ 10, 可自定义函数, 采用递归算法-numerical calculation, in the expression evaluates, as calculated 3 2 * (2) / 5 8 Sin (pi () / 180 * 30) 1 2 ^ 10, - defined functions using recursive algor
arithmetic
- 这是一个关于算术表达式求值的错误更正,将很多问题都考虑到了
exp9
- 根据所学的数据结构,自己用c完成的计算机表达式求值的小程序
go2pdf
- 表达式求值 c++版 有点错误 欢迎批评
biaodashi.cpp
- 表达式求值以字符序列的形式从终端输入语法正确的、不含变量的数据表达式。利用教科书表3.1给出的算符优先关系,实现对算术四则混合运算表达式的求值,并仿照教科书的例子3-1演示在求值中运算符栈、运算数栈、输入字符和主要操作的变化过程.
jisuanqi
- vc++的 计算器 用于算术表达式求值 很详细 适合大众 -vc++ calculator for arithmetic expression evaluation in great detail for the general public
ExpressionCalculate
- VC++简单的表达式求值程序 VC++简单的表达式求值程序,一直很想做个比 Windows 自带的高级一点的计算器,能将整个表达式输入,然后求值,现在终于做出来了,还有些不完善,源代码用到了编译原理的一些知识,新入门的VC++朋友估计会感觉有点难-VC++ expression evaluation process simple VC++ simple expression evaluation procedures, always wanted to be a senior point t
sizeyunsuan
- 以字符序列的形式从键盘输入语法正确的、不含变量的整数表达式,利用给定的算符优先关系,实现对算术四则混合运算表达式求值,并打印求值过程中运算符栈、操作数栈的变化过程。-In the form of a sequence of characters from the keyboard input grammatically correct, non-integer variable expression, using the given operator precedence relations,
Expressionevaluation
- 表达式求值:输入一个算式,求出结果,文件是Word文档-Expression evaluation: Enter a formula, find the result file is a Word document
zzbdsqz
- 中缀表达式求值,使用栈将中缀表达式转化为后缀表达式然后再进行计算 新手报到 -Infix expression evaluation, the use of the stack will be an infix expression into postfix expression and then calculated new to report ~~~~~~~
biaodashi
- 一个表达式求值的程序。控制台输入表达式,打印出结果。-An expression evaluation procedures. Console input expression, print out the results.
ExpressionCalculate
- VC++简单的表达式求值程序,一直很想做个比 Windows 自带的高级一点的计算器,能将整个表达式输入,然后求值,现在终于做出来了,还有些不完善,源代码用到了编译原理的一些知识,新入门的VC++朋友估计会感觉有点难。 -VC++ simple expression evaluation process, always wanted to be a little advanced than Windows built-in calculator, can enter the whole ex
qiuzhiyunsuan
- 此程序实现了表达式求值运算功能,其中包括一些复杂的代数运算-This program implements the expression is evaluated computing features, including some of the complex algebra
evalution
- 算数表达式求值,根据输入的算术表达式,求出对应的正确值-Arithmetic expression is evaluated, based on the input arithmetic expression, find the correct value of the corresponding
solve
- 很多朋友都想用C开发出一个输入表达式求值的程序,这就是一个,程序可以识别带括号和加减乘除的表达式-Many of my friends want to use C developed an input expression evaluation program, a program can identify with brackets and Math expressions
exp
- 表达式求值,可以计算算术表达式,考虑括号,可以计算出数据double类型。-Expressions are evaluated, can calculate any arithmetic expressions, consider parentheses, can be calculated data type double.
exp2
- 表达式求值,根据用户输入的算术表达式,输出相应结果,其中包括两个文件,头文件定义了各个类函数。只是支持加减乘除非运算。-Evaluates the expression, arithmetic expression based on user input, the output of the corresponding results, including the two files, header files define the various functions. The only sup
Expression-evaluation
- 表达式求值,C语言实现,控制台程序。功能:输入个包括括号及四则运算的表达式,输出计算流程与最终结果。适宜于严蔚敏C语言数据结构实验。-Expression evaluation, C language, the console program. Function: Enter one including the brackets and four arithmetic expressions, output calculation process and the final result. Su
MPFR-VS
- 大数运算库MPFR的完整VS2005工程,包含GMP库,MPFR库,以及表达式求值测试程序,直接编译通过。MPFR库能实现任意高精度的浮点数计算(工程默认1000位10进制有效位),如三角函数,对数。-Large numbers arithmetic library MPFR full VS2005 project, including GMP library, MPFR library, and expression evaluation test program, directly comp
biaodashi
- 表达式求值,利用了栈的结构对已正确表达式求值。-Expression is evaluated using a stack structure expression is evaluated correctly.