搜索资源列表
利用遗传算法求某函数的最大值.zip
- 利用遗传算法求某函数的最大值matlab
勒让德-高斯求积法求磁感应强度.rar
- 勒让德-高斯求积法求磁感应强度
牛顿法的程序实现
- 牛顿法的程序实现: 给的函数是f(x)=X*X-C 求导函数为ff() 也是在程序中已给定 若要修改则在程序中更改
求层次
- 求树的层次的算法-level for the tree algorithm
矩阵求逆的c语言算法
- 通过利用c语言编程实现了对矩阵求逆的操作,可以大大简化用户的某些操作
表达式求值
- 表达式求值
矩阵求逆的JAVA代码
- 用JAVA写的各种数学常用算法,包括矩阵求逆等。
辛浦生复化求积
- 本word是辛浦生复化求积的C++版,在VC++6.0平台运行过
extr.MATLAB编写的求最值的小程序
- MATLAB编写的求最值的小程序,效果很好,同时很有应用价值啊,MATLAB prepared the most value for small procedures, the effect of a very good value at the same time very ah
11组表达式求值
- 设计一个表达式求值的程序。该程序必须可以接受包含(,),+,-,*,/的中缀表达式,并求出结果。如果表达式正确,则输出表达式的结果;如果表达式非法,则不输出或输出其他字符。(Design an expression evaluation procedures. The program must accept (,), including +, -, *, / the infix expression, and the results obtained. If the expression is
方程求根
- 用于求解方程利用软件可以方便的解决方程的求根问题(FOR sloving the equations)
常见求根方法通用程序以及算例
- 常见求根方法,牛顿法,抛物线法,割线法通用程序,以及算例检验(The common root method, Newton method, parabola method, secant method and general procedure, test example)
遗传算法求最大最小值
- 优化算法-遗传算法求最大最小值,包括全部的过程M文件(Optimization algorithm genetic algorithm for maximum and minimum)
201541084霍朋强简单表达式求值
- 通过简单的计算来进行表达式求值包括了报告(The evaluation of the expression by simple calculation includes the report)
bvp4c求两点边值问题
- 用matlab的bvp4c函数求两点边值问题,简单易学(Bvp4c for two-point boundary value problem, easy to learn)
简单遗传算法求函数极值C代码
- 简单遗传算法求函数极值C代码,简单练手,希望有帮助(Simple genetic algorithm for function extreme value C code)
Function求极差
- 用于正交试验求极差 可做m文件用 只要根据图中输入数字便可生成结果(Use of orthogonal test to find the difference)
非线性方程求根方法
- 非线性方程求根方法,包括二分法和牛顿迭代法(Nonlinear equation method, including the dichotomy and the Newton iteration method)
方程求根
- 包含了牛顿迭代法解非线性方程以及非线性方程组求解,多项式求根的MATLAB的M文件(Newton's iterative method is used to solve nonlinear equations and solve nonlinear equations. The M of MATLAB is the root of polynomial.)
矩阵求逆LU分解法
- C++编写LU分解法求逆矩阵,亲测可用。(LU decomposition is used for matrix inverse by C++,I test with good results.)