搜索资源列表
快速数学表达式计算的动态连接库.zip
- 这是一个关于数学表达式的算法。
一元稀疏多项式计算器
- 一多项式求值,求导,减法,乘法,加法. 输出形式为类数学表达式, 指数升序排列.-a polynomial function, derivation, subtraction, multiplication and addition. Output form of mathematical expression category, the index in ascending order.
calc_3
- 数学表达式计算器,VC 平台操作。能够计算数学公式和表达式,功能比较强大。-mathematical expression calculator, VC platform operators. To calculate mathematical formula and expression, function more powerful.
表达式解析器
- 源码,数学表达式解析器,可以解析并自动计算输入的公式-source, the mathematical expression parser, and can automatically calculate the analytical input to the formula
公式计算器代码
- 这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。-this is a mathematical expression evaluates the C class, detailed descr iption of the Calculator.pdf China.
ExpressionCalculator
- 用VC写的一个根据输入的数学表达式字符串求出结果,将后缀转为中缀,类似一个计算器,唯一遗憾的是只是整形之间的+—*/。-VC was based on the importation of a mathematical expression string of results obtained, which is made up to the suffix similar to a calculator, the only regret is the only plastic -* /.
SimpleRPN
- 使用c#实现的可以将任意数学表达式计算得到相应结果-use of the c # can be arbitrary mathematical formulas calculated corresponding results
expr_c
- 本人编写的数学表达式C++类,可以用来理解和表示数学表达式-I prepared the mathematical expression of category C and can be used to understand and express mathematical expression
fitpro
- 专门处理曲线拟合数值计算的C++类,需要调用数学表达式处理类-devoted curve fitting numerical calculation of C, called the need to deal with mathematical expression category
FormulaProcessor_beta1_CSharp
- 功能说明: 次组件提供的功能有二: 1、解析出数学表达式中的参数 2、计算数学表达式 此组件不但可以解析和计算数学表达式,还提供了一系列的数学基本函数,可应用于表达式中一块处理。提供的数学基本函数有:将值舍入到最接近的整数 rount(x)、向下取整函数 int(x)、向上取整 ceiling(x)、求两个数中最大数的函数 max(a,b)、求两个数中最小数的函数 min(a,b)、幂函数 pow(x,n)、求平方根的函数 sqrt(x)。 下载地址:http
简单表达式
- 用C语言实现一个简单数学计算器,并按后序排列将输入的表达式显示出来。-C language a simple mathematical calculator, together with sequence after importation of expression displayed.
expreval
- 数学表达式计算和解析 用c语言编写的,内含有例.速度较快
analyser
- 分析数学表达式 运算 以及作图用的,主要是可以支持大部分的自然书写
Calc.dpr
- 高级计算器,能进行复杂的数学表达式计算,支持多个数学函数
MTParser_src
- 一个解析数学表达式的c++程序,可以支持带变量的数学表达式和一般的数学函数
newton_raphson
- Newton-Raphson算法 介绍 在科学计算和财经工程领域,许多数值算法都是通用的(至少在理论上是),可广泛地用于解决一类问题。一个大家熟悉的例子就是Newton-Raphson例程,它可用来寻找方程 f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。 由于Newton-Ra
Expression
- 一个表达式和一棵二叉树之间,存在着自然的对应关系。试设计实现一个基于二叉树表示的数学表达式类型Expression的操作。
ayxhys_calcular
- 看论坛上有个要钱的关于数学运算表达式的东西,之前写过一个关于数学表达式的单元,现免费发给大家了,当然因为只是临时用才写的,有些粗糙,请原谅。
Fparser
- 一个关于数学表达式的语法分析器
CALC.rar
- 数学表达式计算命令,By Lxl1638 使用方法: Calculator.EXE {代数表达式}#小数位数(默认6位最多16位) 支持的运算符号: 加"+"、减"-"、乘"*"、除"/"、幂"^"、或"|"、与"&"和括号解释 支持的数学常数: e 表示欧拉常数, pi 表示圆周率π 支持的数学函数: 共计32个