资源列表
acm_code
- 一些ACM基本算法的测试源码,可做简单的模板用,共11个。-Some of the basic algorithm ACM test source, the template can be easy to use, a total of 11.
simpson
- simpson算法,近似计算函数积分,很简单易懂-simpson algorithm, approximate calculation of function points, it is easy to understand
Runge_Kutta
- runge-kutta算法,解决常微分方程初值问题-runge-kutta method to solve ordinary differential equations initial value problem
NewtonDif
- 牛顿差值,逼近曲线,收敛速度不理想,但是精度任意-Newton margin, curve approximation, the convergence rate is not ideal
HermiteDif
- hermite差分,任意精度逼近任意的曲线-hermite differential, arbitrary precision approximation of arbitrary curves
Mathcalculationprocedures
- 该程序包含矩阵最大特征值上、下界估计、线性方程组的求解、非线性方程组的一个最新迭代方法、数值积分、微分方程数值解!-The program contains the largest eigenvalue matrix, the lower bound estimates, linear equations, nonlinear equations, a recent iterative method, numerical integration, numerical solution of di
Cubicspline
- 三次样条插值法,是运用的数值计算方法的算法实现的-Cubic spline interpolation method is the use of numerical method of implementation of the algorithm
modernsignalProcessing
- 胡广书著的《现代信号处理教程》一书的例子的源码。都是Matlab程序。-HU Guang-forward to the book " Modern Signal Processing Guide," one example of the source book.
ddbx
- 帮朋友编写的一个小软件,判断鼠标点击的点是否在多边形内外。-To help a friend prepare a small software to determine whether the mouse to click a point inside and outside the polygon.
ga
- 用C语言实现遗传的算法,MATLAB虽然有很多算法,但有时用c语言编写的代码执行的快得多-Using C language implementation of genetic algorithm, MATLAB although has a lot of algorithms, but sometimes using c language code implemented much faster
GRKT10
- 龙格-库塔法,数值分析中求解微分方程的方法。-Runge- Kutta method, numerical analysis methods for solving differential equations.
Newton
- 牛顿迭代发法求解方程,数值分析上的内容,用到的方法。-Newton iteration method hair equations, the contents of thenumerical analysis
