搜索资源列表
简单绘制函数图像的数学工具
- 可手动输入表达式(包括幂运算和开平方),也可以选择,图像大小和分辨率可调,对初学者了解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.
Interpreter
- C# 表达式解析应用 主要对象: 1.Parser 处理数学公式文件2.Interpreter 管理符号 3.BizMgr 业务层面封装和管理Parser和Interpreter 详见代码 -C# expression analysis applications
mathcurve
- 常用数学函数曲线的绘制方法,支持函数表达式的录入-Commonly used mathematical functions curve drawing method, the input support function expression
fastee
- 快速数学表达式计算的动态连接库,c++编写,可参考-Fast calculation of mathematical expressions a dynamic link library, c++ write, can be found
MyCASIO
- 实现计算器的主类,入口是一个string类变量,表示数学表达式。输出一个double变量。-Realize calculator main class, the entrance is a string class variable representing mathematical expressions. Output a double variable.
calculateExpress
- 实现输入数学表达式,包含+-*/(),可以输出计算出结果,如1+2*(5-4/2)-Achieve input mathematical expressions, including+-*/(), you can output the calculated results, as 1+2* (5-4/2)
MathEditor
- 一个数学表达式编辑控件,支持语法高亮和自动完成,自动识别数值与函数。提供源代码和测试程序。-A control for editting mathematical expressions that supports syntax highlighting and auto-completion, auto-identification number and function. Provide the source code and test procedures.
calculator
- 这个计算器可以计算复杂的数学表达式, 如:3-3*4/2+8-4.5; +、-、*、\以及小数点都可计算,且此项目没有错误,可以运行。-This calculator can calculate complex mathematical expressions, such as :3-3* 4/2+8-4.5 +,-,*, \, and the decimal point can be calculated, and this project is no error, you can run.
3_6-Ackerman
- Ackeman函数的递归方法,运用简洁的递归思想实验复杂数学表达式的计算-Ackeman function recursive method, the use of simple recursive thought experiment to calculate complex mathematical expressions