搜索资源列表
快速数学表达式计算的动态连接库.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.
表达式计算器
- 一个使用堆栈写的计算器,能够使用常用的数学函数.-use of a stack written by calculators, to use common math functions.
表达式解析器
- 源码,数学表达式解析器,可以解析并自动计算输入的公式-source, the mathematical expression parser, and can automatically calculate the analytical input to the formula
数学函数动态编译器
- 功能简介: 可以在程序运行过程中动态完成数学函数表达式字符串的编译执行, 可以带参数,支持布尔运算,定积分 动态生成机器码执行(并带编译优化),不是解释执行,执行速度超快!!! 可以想象,它他用在分形函数上时,可以允许用户自由输入新的方程式!而且速度还超级的快,心动了吧! 数学函数动态编译器类有两个,一个支持的是浮点类型,一个支持的是复数类型 而且同时提供了三种语言的开发支持(进行了封装):Delphi版(C++Builder也可以使用)、VB版(
公式计算器代码
- 这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。-this is a mathematical expression evaluates the C class, detailed descr iption of the Calculator.pdf China.
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 a convenient and reduce their
通用的数学表达式编译计算动态库 v2.2
- 通用的数学表达式编译计算动态库,功能比较强大-common mathematical expression compiler for calculating dynamic, more powerful functions
注册机生成器0.9
- 自动生成软件注册机 适用人群 -------- 破解出软件,找出了注册算法,却懒得或没能力编注册机的Cracker们 使用方法 -------- 找出注册算法后,将数学表达式写入命令框,格式类似于C 语言;用到的变量在变量表里声明,并设初-automatic generation application software Fillmore crowd -------- break out software to identify the registratio
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 -* /.
数学表达式计算器
- 这是一个对数学表达式求值的C++ class,详细的说明在Calculator.pdf中。 这个Calculator class虽然经过我多次测试,改正了不少错误,但我不保证在将来的使用中它不会对您的程序造成影响,对您在使用中造成的一切后果,本人不承担任何责任。-this a mathematical expression evaluates the C class, detailed descr iption of the Calculator.pdf China. The Calculato
Fparser
- 一个关于数学表达式的语法分析器
StackCalculate.rar
- 使用C#实现的表达式计算器,直接解析算术表达式并计算,不使用逆波兰式算法。附带二分法解方程功能。,Use C# to achieve expression calculator, direct analysis and calculate arithmetic expression, do not use Reverse Polish algorithm. Solution of equation incidental function dichotomy.
AdvCalc
- 进行数学表达式计算的Delphi控件,及其源代码。-Calculation of mathematical expressions Delphi controls, and its source code.
CALC.rar
- 数学表达式计算命令,By Lxl1638 使用方法: Calculator.EXE {代数表达式}#小数位数(默认6位最多16位) 支持的运算符号: 加"+"、减"-"、乘"*"、除"/"、幂"^"、或"|"、与"&"和括号解释 支持的数学常数: e 表示欧拉常数, pi 表示圆周率π 支持的数学函数: 共计32个
Final
- 数学表达式求值 编写一个求解包括+、-、×、÷ 运算符的数学表达式值的程序,要求如下: (1)具有操作界面; (2)采用算符优先分析法求解数学表达式的值; (3)可以测试多个数学表达式,每个数学表达式通过键盘输入,可以是合法的数学表达式, 也可以是不合法的数学表达式; (4)如果数学表达式是合法的,则将数学表达式及其值保存到Mathematical-Expression.txt 文件中;否则将数学表达式及提示信息保存到Mathematical-Expression.txt 文件中,
正则表达式匹配
- 判断一个数学表达式是否正确,表达式中包含数字,运算符和括号(Judge a mathematical expression is correct or wrong)
数学表达式求值
- 可以计算一个数学表达的值,例如输入1+2*(10-8)^2-87这样的式子都可以计算出结果(The value of a mathematical expression can be calculated.)