搜索资源列表
!!biaodashi
- 快速精确的对数学表达式求值 快速精确的对数学表达式求值
1
- C编写的一元稀疏多项式计算器 1,输入并建立多项式 2,输出多项式的数学表达式 3,可计算多项式在x处的值 4,求多项式a的导函数a 5,多项式a+b,建立多项式a+b 6, 多项式a-b,建立多项式a-b 7,多项式a*b,建立多项式a*b 所用函数及说明: void paixu(JD *h)——对输入输出多项式进行排序 JD *jia(JD *ha,JD *hb)——求a+b的值 JD *jian(JD *ha,JD *hb)——求a-b的值
houzhui
- 根据用户输入的一般数学表达式,本程序将它转换为后缀表达式,以用于求值。-User input in accordance with general mathematical expression, the program will convert it into a suffix expressions for evaluation.
Calculator
- C++编写的MFC程序,一个类似于windows系统自带的计算器,可以输入一个表达式进行求值,进制转化,以及一些基本的数学函数-Written in C++ MFC program, similar to the windows system comes with a calculator, you can enter an expression is evaluated, hex conversion, as well as some basic math functions
Experiment1_Expression
- 对输入的数学运算表达式,输出后缀表达式,利用堆栈实现并对后缀表达式求值-Math expressions on the input and output postfix expression using stack implementation and evaluation of postfix expression
Final
- 数学表达式求值 编写一个求解包括+、-、×、÷ 运算符的数学表达式值的程序,要求如下: (1)具有操作界面; (2)采用算符优先分析法求解数学表达式的值; (3)可以测试多个数学表达式,每个数学表达式通过键盘输入,可以是合法的数学表达式, 也可以是不合法的数学表达式; (4)如果数学表达式是合法的,则将数学表达式及其值保存到Mathematical-Expression.txt 文件中;否则将数学表达式及提示信息保存到Mathematical-Expression.txt 文件中,
数学表达式求值
- 可以计算一个数学表达的值,例如输入1+2*(10-8)^2-87这样的式子都可以计算出结果(The value of a mathematical expression can be calculated.)