搜索资源列表
最小二乘法多次曲线拟合算法
- 最小二乘法多次曲线拟合算法-Multi-times Least squares algorithm curve fitting
最小二乘法多次曲线拟合
- 最小二乘法多次曲线拟合-least squares curve fitting time
二次函数曲线作图器
- 二次函数曲线作图器-quadratic function curve Constructions
二次B样条曲线的绘制
- 从用c语言编出程序要用文件输入数据。 绘制二次B样条曲线的表达式: P(0,2)(t)=P0*G(0,2)(t)+P1*G(1,2)(t)+P2*G(2,2)(t) 0<=t<=1-from using language out to document procedures with the input data. Drawing II B-spline curves of expression : P (0,2) (t)
二次曲线拟合---最小二乘法
- 最小二乘法拟合,其中应用了列主元高斯消去法处理矩阵
数学表达式解析,并绘制曲线
- 可解析加减乘除等运算的数学表格式,并绘制出曲线来。例如在编辑框中输入15*sin(0.5*x)+20,在自变量的范围输入0<x<200,按F5可绘制出曲线。程序内含数学解析式的解析完整代码,并可自已扩展到支持积分,微分运算等。程序框架简洁合理,可在上进行二次开发。
二次三次B样条曲线代码
- 用VC6,MFC,实现了二次和三次B样条曲线的绘制。
minnh
- 最小二乘法多次曲线拟合.exe-Using least squares algorithm on Multi-times curve fitting.exe
二次B样条曲线
- 2次B样条曲线算法-2nd B-spline curve algorithm
最小二乘法多次曲线拟合算法
- 最小二乘法多次曲线拟合算法-Multi-times Least squares algorithm curve fitting
最小二乘法多次曲线拟合
- 最小二乘法多次曲线拟合-least squares curve fitting time
二次函数曲线作图器
- 二次函数曲线作图器-quadratic function curve Constructions
二次B样条曲线的绘制
- 从用c语言编出程序要用文件输入数据。 绘制二次B样条曲线的表达式: P(0,2)(t)=P0*G(0,2)(t)+P1*G(1,2)(t)+P2*G(2,2)(t) 0<=t<=1-from using language out to document procedures with the input data. Drawing II B-spline curves of expression : P (0,2) (t)
nurbs123
- 三次非均匀B样条曲线,根据已知点画出一次,二次,三次的B样条曲线-three non-uniform B-spline curves, according to a known point draw, second, third B-spline curves
三次Bezier曲线
- 三次Bezier曲线虽然原理跟二次Bezier曲线的类似,但是具体编程时还是有很多地方需要注意,因实际应用中三次Bezier曲线的作用越来越大,所以编了此程序以供参考-cubic Bezier curve Although the Second Principle Bezier curve with a similar, but specific programming when there are still many areas t
预测
- 数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n
InterFit
- 本程序是有关数学中常用的插值和拟合的问题,其中包括拉格朗日整体,拉格朗日局部,二点三次插值,可调点数插值,复杂多项插值, 一次曲线拟合,二次曲线拟合,三次曲线拟合,四次曲线拟合,五次曲线拟合。-this procedure is commonly used mathematical interpolation and fitting problems, including Lagrange overall, Local Lagran
plotfit2
- 多项式二次曲线拟合程序!用于实验设计!另有画图函数并且可以进行方差分析1-quadratic polynomial curve fitting procedures. For the experimental design! Another drawing functions can be carried out an analysis of variance
200511051003323276
- 最小二乘法实现的曲线拟合二次曲线的c++源码-Least squares method of curve fitting realize Conics c++ Source
Fitting_quadratic_interpolation_procedure
- 二次拟合插值程序_VB,根据 提供的10个 数据点的坐标( , , )和待求点 的坐标,要求利用移动 二次曲线的拟合法,由格网点P( , )周围的10个已知点内插求出待求点格网点P的高程,编制相应的程序并进行调试,最后解算出格网点P的高程。 -Fitting quadratic interpolation procedure _VB, according to data provided by 10 points, the co