搜索资源列表
XushiliangZuixiaoerchengQuxiannihe
- 内含徐士良先生编写的、使用最小二乘法完成曲线拟合的子程序源代码
thin_plate.rar
- 薄板样条,一种很好的拟合曲线的方法。是最近比较常用的拟合方法。,thin plate spline is so nice fitting method. Features: (1) support arbitrary control points (2) allow regularization (3) estimate the warp parameters from corresponding pairs
calculation
- 典型数值计算方法。包括:经典四阶龙格库塔法、高斯列主元法、牛顿法、龙贝格、三次样条插值算法、M次多项式曲线拟合、二分法、不动点法、霍纳法、牛顿-拉弗森迭代等十项典型算法的算法流程及C源代码和例子。-Typical numerical calculation. Include: classical fourth order Runge-Kutta method, Gauss main-element method, Newton method, Romberg, cubic spline inte
最小二乘法曲线拟合算法
- FORTRAN语言 最小二乘法曲线拟合算法 源代码