搜索资源列表
最小二乘曲线拟合
- 用C++编写最小二乘曲线拟合函数程序-prepared least squares curve fitting procedures Function
最小二乘法多次曲线拟合算法
- 最小二乘法多次曲线拟合算法-Multi-times Least squares algorithm curve fitting
最小二乘法多次曲线拟合
- 最小二乘法多次曲线拟合-least squares curve fitting time
最小二乘法曲线拟合
- 基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
曲线◎拟合
- vc++二维数据拟合源代码边干边学过后 共和国精华区 国会结构化-vc fitting two-dimensional data source learning by doing focus of the Republic after the structure of Congress
三次样条曲线拟合
- 三次样条曲线拟合 这个也是数学方法中的常用计算程序 学过的人都知道的-cubic spline curve fitting This is a mathematical method of calculation procedures used to learn the know
曲线拟合
- 曲线拟合算法,JAVA编写,VJ#编译,提供交互式界面,并有多种拟合方式比较-curve fitting algorithms, Java prepared, VJ# compiler, interactive interface, and a variety of more fitting way
切比雪夫曲线拟合
- 切比雪夫曲线拟合,采用C语言编译实现,一般4,5阶曲线可实现较好的拟合效果-Chebyshev curve fitting using C language compiler achieved, the general 4,5 bands curves can be fitted to achieve better results
曲线拟合c++代码
- 曲线拟合c++代码,在学数值分析(计算方法)的同学可以参考一下-curve fitting c code, the numerical analysis study (calculated), the students can take a look
最小二乘法的曲线拟合
- 使用最小的二乘法实现对曲线的拟合。并输出最后的拟合曲线-use of the two smallest multiplication achieve the right curve fitting. And the final output curve
曲线拟合
- 本程序是基于LABWINDOWS开发的,主要是实现数据拟合这一功能。-This procedure is based on the development of LABWINDOWS is mainly the function of data fitting.
案例三 多项式和非多项式曲线拟合
- MATLAB经典案例系列视频,多项式和非多项式曲线拟合(MATLAB classic case series video, polynomial and non polynomial curve fitting)
最小二乘曲线拟合
- 可用于有误差的数据的处理,更好的拟合数据(Can be used for data processing)
3次B样条曲线拟合
- 离散点曲线 进行3次B样条曲线拟合 包括节点参数化过程 基函数计算过程 控制点反求过程 到最后拟合曲线的显示(The discrete point curve is fitted with 3 B spline curves, including the node parameterization process, the basis function calculation process, the control point in
曲线拟合
- 曲线拟合:通过给定的一组二维坐标点,利用线性代数中矩阵求逆的知识,从这些数据中找出规律性,预测原函数f(x)的表达式,以消除所给数据的局部波动。一次拟合出来的函数图像是直线,二次拟合出来的图像是抛物线。两者相比,二次拟合逼近程度更高。(curve fitting through a given set of two-dimensional coordinates, using the inverse matrix in linear a
曲线拟合
- 可以根据需要进行曲线拟合,数据需要自己输入(Curve fitting can be done according to the needs)
第四章曲线拟合方法
- 关于曲线拟合的实际例子以及MATLAB的实现(A practical example of curve fitting and the realization of MATLAB.)
遗传算法+数据传递机制+多项式和非多项式曲线拟合
- 多项式和非多项式曲线拟合;数据传递机制;遗传算法(Polynomial and non polynomial curve fitting and Data transfer mechanism)
最小二乘法曲线拟合
- 最小二乘法曲线拟合,基于C语言编写的算法(Least squares curve fitting algorithm based on C language)
曲线拟合
- 最小二乘法实现曲线拟合,返回拟合多项式系数(Least Squares Method for Curve Fitting)