搜索资源列表
数学函数动态编译器
- 功能简介: 可以在程序运行过程中动态完成数学函数表达式字符串的编译执行, 可以带参数,支持布尔运算,定积分 动态生成机器码执行(并带编译优化),不是解释执行,执行速度超快!!! 可以想象,它他用在分形函数上时,可以允许用户自由输入新的方程式!而且速度还超级的快,心动了吧! 数学函数动态编译器类有两个,一个支持的是浮点类型,一个支持的是复数类型 而且同时提供了三种语言的开发支持(进行了封装):Delphi版(C++Builder也可以使用)、VB版(
通用的数学表达式编译计算动态库 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
算术表达式解析器
- 此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc 例如设定a1和a2的大小,就可计算下列表达式: exp(sin(a1)*cos(a2))操作系统: Visual C++语言 -this arithmetic expression in accordance with the p
!!biaodashi
- 快速精确的对数学表达式求值 快速精确的对数学表达式求值
MathEnglish
- 一些常见的数学表达式的英语读法。初等数学和基本的高等数学-some common mathematical expression of the English readings. Elementary Mathematics and basic Higher Mathematics
Infix_to_Suffix
- 数学表达式计算器
FlexEdit_demo
- 自动计算数学表达式, 自动计算数学表达式
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的值
yufashu
- 本程序是编绎原理实验中一个关于语法树生成过程的程序,采用VC++编写,界面友好,只要输入一个数学表达式,就会生成该表达式的语法树过程
sudu
- 输入完成数学表达式例如1+(5/2)*3 即可计算出结果 支持运算符:+ - * / () ^
CEdit_Caculator_Matlab
- 一个扩展的CEdit类,可以直接计算数学表达式,目前不支持变量,但可以支持pi、e等常数。具体请看里边的图片说明。-an expansion CEdit category, and can directly calculate mathematical expressions that do not support variable, but it can support pi, e, etc. constant. For details, please read the caption ins
2004081609510023910源码
- 通用的数学表达式编译计算动态库 V5.1,从事数据库,多媒体人员-common mathematical expression Compiler V5.1 for calculating dynamic, database, multimedia staff
简单绘制函数图像的数学工具
- 可手动输入表达式(包括幂运算和开平方),也可以选择,图像大小和分辨率可调,对初学者了解C#事件相应机制有很好的帮助。
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.
calculator
- 计算器(带优先级):可以直接输入数学表达式,计算结果,主要特点是带优先级。比如输入:1+2*3,输出为:7.-Calculator (with priority level): You can directly enter the mathematical expression to calculate the results, with the main characteristics of priority. For example, enter: 1+ 2* 3, output: 7.
calc
- C++计算器:数学表达式解析演示代码,支持括号-C++ Calculator: Math Expression Analysis demo code, support brackets
1234
- 计算一串数学表达式的值, 计算一串数学表达式的值, -Calculation of the value of a string of mathematical expression to calculate the value of a string of mathematical expression to calculate the value of a string of mathematical expression to calculate the value of a string
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.)