搜索资源列表
最小二乘法多次曲线拟合算法
- 最小二乘法多次曲线拟合算法-Multi-times Least squares algorithm curve fitting
最小二乘法多次曲线拟合
- 最小二乘法多次曲线拟合-least squares curve fitting time
ChessTimer
- 最小二乘法曲线拟合-least squares curve fitting
最小二乘法曲线拟合
- 基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
pcir
- 最小二乘法曲线拟合-least squares curve fitting
ercheng
- 最小二乘法曲线拟合的经典算法,做过特征数检验,只需调用fit,文件中其他函数被fit调用,其中个输入输出变量均以给出详细说明。-least squares curve fitting classic algorithms, the number of tests done, just call fit, the paper other function to be fit Call, 000 input and output varia
最小二乘法直线拟合程序
- 此程序为vc程序源代码,而且是多项式拟合程序,具体做法是从一副图上读出离散或连续的点,拟合成直线或曲线。-procedure for vc source code, but is polynomial fitting procedures, the specific approach is a map read out discrete or continuous, straight line or be synthetic curve
nihequxian
- 在C或C++环境下,最小二乘法曲线拟合源码。-in C or C environment, the least squares curve fitting source.
ref-1
- 最小二乘法曲线拟合程序, 最小二乘法曲线拟合程序。-least squares curve fitting procedures, least squares curve fitting procedures.
polyfit
- 曲线拟合程序 多项式相关系数的计算方法(多项式形式1) 多项式相关系数的计算方法(多项式形式2) 最小二乘法曲线拟合 三次样条插值(自然边界条件)-polynomial curve fitting procedures correlation coefficient is calculated (the form of a polynomial) polynomial coefficient of correlat
PolyFitSingle
- //=== === === === === === === = //函数说明 //函数名称:PolyFit //函数功能:最小二乘法曲线拟合 //使用方法:double *x ---- 存放n个数据点的X坐标 // double *y ---- 存放n个数据点的Y坐标 // int n -------- 给定数据点个数 // double *a ---- 返回m-1次拟合多项式的m个系数 // i
quxiannihe
- 最小二乘法曲线拟合 希望大家浏览并下载-Least squares curve fitting hope everyone to browse and download
Lsqcurvefit-Torque
- Lsqcurvefit-Torque,最小二乘法曲线拟合,主要用于发动机负荷曲线的拟合工作。-Lsqcurvefit-Torque, least squares curve fitting, mainly for the engine work load curve fitting.
nihe
- 最小二乘法曲线拟合,其中spir0.c存放主函数,编译后运行该文件即可,该程序用vc语言实现。-Least squares curve fitting, in which the main function spir0.c stored, compiled to run the file, the program using vc language.
NIHE
- 在c8051f015单片机上实现最小二乘法曲线拟合算法,开发环境是KEIL 7.50.-C8051f015 realize single-chip microcomputer in the least squares curve fitting algorithms, the development environment is KEIL 7.50.
zxec
- 用C语言实现的最小二乘法曲线拟合,希望对大家有所帮助-Using C language to achieve the least squares curve fitting, and they hope to help everyone
smooth
- 最小二乘法曲线拟合算法,简单清晰,可以实际应用-smallest 2 smooth ,visual c++,simple,
Leastsquarescurvefitting
- 利用c++语言实现最小二乘法曲线拟合代码-Using c++ language code least squares curve fitting
NH2
- 最小二乘法曲线拟合的程序。根据试验采集的10-100个采样点,利用最小二乘思想,可以拟合出N次的曲线。具体阶次自己设定。-Least squares curve fitting procedures. 10-100 in accordance with test samples collected, the use of least squares of thought, can be fitted curve N times. Spe
最小二乘法曲线拟合
- 最小二乘法曲线拟合,基于C语言编写的算法(Least squares curve fitting algorithm based on C language)