搜索资源列表
快速数学表达式计算的动态连接库.zip
- 这是一个关于数学表达式的算法。
表达式解析器
- 源码,数学表达式解析器,可以解析并自动计算输入的公式-source, the mathematical expression parser, and can automatically calculate the analytical input to the formula
通用的数学表达式编译计算动态库 v2.2
- 通用的数学表达式编译计算动态库,功能比较强大-common mathematical expression compiler for calculating dynamic, more powerful functions
数学表达式计算器
- 这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。 这个Calculator class虽然经过我多次测试,改正了不少错误,但我不保证在将来的使用中它不会对您的程序造成影响,对您在使用中造成的一切后果,本人不承担任何责任。-this a mathematical expression evaluates the C class, detailed descr iption of the Calcu
Fparser
- 一个关于数学表达式的语法分析器
数学表达式解析,并绘制曲线
- 可解析加减乘除等运算的数学表格式,并绘制出曲线来。例如在编辑框中输入15*sin(0.5*x)+20,在自变量的范围输入0<x<200,按F5可绘制出曲线。程序内含数学解析式的解析完整代码,并可自已扩展到支持积分,微分运算等。程序框架简洁合理,可在上进行二次开发。
MathHead
- 一个分析并且计算数学表达式的例子-An analysis and examples of calculation of mathematical expression
calc_3
- 数学表达式计算器,VC 平台操作。能够计算数学公式和表达式,功能比较强大。-mathematical expression calculator, VC platform operators. To calculate mathematical formula and expression, function more powerful.
算术表达式解析器
- 此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc 例如设定a1和a2的大小,就可计算下列表达式: exp(sin(a1)*cos(a2))操作系统: Visual C++语言 -this arithmetic expre
简单表达式
- 用C语言实现一个简单数学计算器,并按后序排列将输入的表达式显示出来。-C language a simple mathematical calculator, together with sequence after importation of expression displayed.
拉格郎日
- 极有用的数据处理程序,方便处理实验数据,并取得数学表达式(matlab)-very useful data processing procedures, facilitate the processing of experimental data and mathematical expression made (Matlab)
数学表达式计算器
- 这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。 这个Calculator class虽然经过我多次测试,改正了不少错误,但我不保证在将来的使用中它不会对您的程序造成影响,对您在使用中造成的一切后果,本人不承担任何责任。-this a mathematical expression evaluates the C class, detailed descr iption of the Calcu
算术表达式解析器
- 算术表达式解析器 .rar 支持变量和以下数学函数ABS, ATAN, COS, EXP, LN, ROUND,SIN, SQRT, SQR, TRUNC, NOT, BOOL, SGN"-arithmetic expression parser. Rar support of the following variables and Math ABS, ATAN, COS, EXP, LN, ROUND, SIN, SQRT, SQR,
表达式解析器
- 源码,数学表达式解析器,可以解析并自动计算输入的公式-source, the mathematical expression parser, and can automatically calculate the analytical input to the formula
Math_Cacl1107
- 是一个印刷体数学表达式识别系统.能识别一些一般的印刷体数学表达式,为工程者计算者提供了方便,减轻了他们的工作量-Print is a mathematical expression identification system. To identify some general mathematical expression of Print, for those who calculated the project to provide
通用的数学表达式编译计算动态库 v2.2
- 通用的数学表达式编译计算动态库,功能比较强大-common mathematical expression compiler for calculating dynamic, more powerful functions
expreval
- 数学表达式计算和解析 用c语言编写的,内含有例.速度较快-Mathematical expression of the calculation and analysis using c language, contains Example. Fast
expression
- 自然语言表达式分析器,采用VC++编写,可以自动分析数学表达式并计算出结果-Natural language expression parser, using VC++ Prepared, you can automatically analyze and calculate the mathematical expression of the results
Final
- 数学表达式求值 编写一个求解包括+、-、×、÷ 运算符的数学表达式值的程序,要求如下: (1)具有操作界面; (2)采用算符优先分析法求解数学表达式的值; (3)可以测试多个数学表达式,每个数学表达式通过键盘输入,可以是合法的数学表达式, 也可以是不合法的数学表达式; (4)如果数学表达式是合法的,则将数学表达式及其值保存到Mathematical-Expression.txt 文件中;否则将数学表达式及提示信息保存到Ma
数学表达式求值
- 可以计算一个数学表达的值,例如输入1+2*(10-8)^2-87这样的式子都可以计算出结果(The value of a mathematical expression can be calculated.)