搜索资源列表
一元稀疏多项式计算器
- 一多项式求值,求导,减法,乘法,加法. 输出形式为类数学表达式, 指数升序排列.-a polynomial function, derivation, subtraction, multiplication and addition. Output form of mathematical expression category, the index in ascending order.
公式计算器代码
- 这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。-this is a mathematical expression evaluates the C class, detailed descr iption of the Calculator.pdf China.
!!biaodashi
- 快速精确的对数学表达式求值 快速精确的对数学表达式求值
chongyanshi
- 离散数学重言式判别以及逻辑表达式求值原代码-Discrete Mathematics tautology discriminant and logic expressions evaluates the original code
数学表达式计算器
- 这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。 这个Calculator class虽然经过我多次测试,改正了不少错误,但我不保证在将来的使用中它不会对您的程序造成影响,对您在使用中造成的一切后果,本人不承担任何责任。-this a mathematical expression evaluates the C class, detailed descr iption of the Calcu
chongyanshi
- 离散数学重言式判别以及逻辑表达式求值原代码-Discrete Mathematics tautology discriminant and logic expressions evaluates the original code
数学表达式计算器
- 这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。 这个Calculator class虽然经过我多次测试,改正了不少错误,但我不保证在将来的使用中它不会对您的程序造成影响,对您在使用中造成的一切后果,本人不承担任何责任。-this a mathematical expression evaluates the C class, detailed descr iption of the Calcu
公式计算器代码
- 这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。-this is a mathematical expression evaluates the C class, detailed descr iption of the Calculator.pdf China.
!!biaodashi
- 快速精确的对数学表达式求值 快速精确的对数学表达式求值-Fast and precise evaluation of the mathematical expression of fast and precise evaluation of mathematical expression
function
- 任意函数表达式求值模块 模块还提供了数学上常用的函数
VB_Excel
- visual Basic(简称vB)是设计windows应用程序强有力的开发工具j Excel是目前使用最广泛的办公应用软件之一,它具有强大的数学分析与计算功能,包括很多vB没有的求值数学表达式的函数和方法。由于Excel的应用程序.. -visual Basic (referred to as vB) is to design a powerful windows application development tool j Ex
Expression-evaluation
- 任意输入数学运算表达式分别采用两种算法求值,分别是中缀表达式直接求值和修改成后缀表达式求值。表达式中包含的运算符有:加法+,减法-,乘法*,除法/,括号(),乘方#等运算符。运算符的优先级和结合性符合数学运算法则-Any input math expressions using two algorithms evaluated, infix expression directly evaluated and modified the p
compute
- 表达式求值:给定一个浮点数混合运算的中缀表达式,分别实现:转换成为后缀表达式,然后求值;直接对中缀表达式求值两种求值算法两种实现方法。表达式中包含的运算符:加法+,减法-,乘法*,除法/,括号(),乘方#等运算符。运算符的优先级和结合性符合数学运算法则。比如:命令行输入 (-2.0)+(1.0+2.0)*3.0-2.0#2.0回车 (1)中缀表达式输出: (-2.0)+ (1.0+2.0)*3.0-2.0#2.0=3.0 (
Polish
- VS2008 逆波兰表达式求一个数学表达式的值-VS2008 Reverse Polish expression evaluation value of a mathematical expression
Experiment1_Expression
- 对输入的数学运算表达式,输出后缀表达式,利用堆栈实现并对后缀表达式求值-Math expressions on the input and output postfix expression using stack implementation and evaluation of postfix expression
Stack
- 1.使用栈完成一个字符串的逆序输出 2.使用该栈完成表达式的括号是否匹配? 3.对数学表达式求值-1 Using the stack in reverse order to complete a string of output 2. Use the stack to complete the expression in parentheses match? 3. Evaluates mathematical express
Final
- 数学表达式求值 编写一个求解包括+、-、×、÷ 运算符的数学表达式值的程序,要求如下: (1)具有操作界面; (2)采用算符优先分析法求解数学表达式的值; (3)可以测试多个数学表达式,每个数学表达式通过键盘输入,可以是合法的数学表达式, 也可以是不合法的数学表达式; (4)如果数学表达式是合法的,则将数学表达式及其值保存到Mathematical-Expression.txt 文件中;否则将数学表达式及提示信息保存到Ma
twxversalsmarttree
- 离散数学重言式判别以及逻辑表达式求值原代码()
61041306
- 离散数学重言式判别以及逻辑表达式求值原代码()
数学表达式求值
- 可以计算一个数学表达的值,例如输入1+2*(10-8)^2-87这样的式子都可以计算出结果(The value of a mathematical expression can be calculated.)