搜索资源列表
最小二乘法直线拟合程序
- 此程序为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.
bezier_demo
- 贝齐尔曲线算法演示程序 实验原理:贝齐尔曲线的形状是通过一组多边折线(也称为贝齐尔控制多边形)的各顶点唯一的定义出来的。 程序思路:先用链表把鼠标点击过的点记录下来,做为控制多边形。然后调用n次Bernstein多项式的基函数运算出曲线的点,最后用直线分段画出来(本程序分成了50段来画) -Bezier curve algorithm Experimental Demonstration Program Principle : Bezier curve's shape thr
GETdVg
- 数据曲线移动量提取器 1.作图模块是用MFC自己编写的,调用MATLAB进行数据曲线的多项式拟合。 2.可以提取两根曲线间的偏移量:) 3.双击运行,如果提示“libeng.dll找不到”可能是机器上没装MATLAB 4.建议使用MATLAB6.5以上版本。 5.具体使用方法可以看程序的“帮助”项:) -Extraction of data curve mobile device 1. Graphing module is written in MFC itself, cal
shuzhifenxi
- 相关知识:通过n+1个节点的次数不超过n的Lagrange插值多项式为: 其中,Lagrange插值基函数 ,k=0,1,…,n。 实验用例: 已知函数y=f(x)的一张表: x 0 10 20 30 40 50 60 70 80 90 100 110 120 y 5 1 7.5 3 4.5 8.8 15.5 6.5 -5 -10 -2 4.5 7 试验要求:利用Lagrange插值多项式 求被插值函数f(x)在点x=65处的近似值。建议:画出Lagrange插值多项
shuzhifenxi2
- 实验题目:Hermite插值多项式 相关知识:通过n+1个节点的次数不超过2n+1的Hermite插值多项式为: 其中,Hermite插值基函数 数据结构:三个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y=f(x)的一张表(其中 ): x 0.10 0.20 0.30 0.40 0.50 y 0.904837 0.818731 0.740818 0.670320 0.606531 m
quxian
- 用CVI编写的对二维数组进行曲线拟和的程序。在工程中是很实用的。可拟和为直线、多项式或指数。用户需有CVI环境才可使用。-CVI prepared using two-dimensional array of curve fitting procedures. In engineering is very practical. Can be and as a straight line, polynomial or index. Users need only be used CVI envir
EX_Draw2_0301
- 基于VC++,该程序实现的是简单多项式函数曲线-Based on VC++, the program is a simple polynomial function of the curve
Zfenxi
- 离散系统Z域分析 实验步骤: 主界面下进入实验六的“离散系统Z域分析”,输入分子多项式的系数向量 按照 z 降幂的顺序输入,如:,输入为。 输入分母多项式的系数向量,按照 z 降幂的顺序输入。 鼠标单击确定按钮,显示系统函数的幅频特性曲线,相频特性曲线。-Z-domain analysis of discrete-time systems experimental steps: the main interface into the six experiments th
Polynomial
- 多项式曲线拟合,显示输入温度、热电势及多项式的参数等信息和拟合曲线及原始数据点的图形。-Polynomial curve fitting
fitting
- 8阶以下多项式曲线拟合的mfc源码,自己写的,可行有效。-8-order polynomial curve fitting of the following mfc source code, wrote it myself, feasible and effective.
Orthogonal-polynomial-curve-fitting
- 正交多项式最小二乘曲线拟合c语言程序代码-Orthogonal polynomial least squares curve fitting
Curve-fitting
- 曲线拟合算法的实现 针对不同曲线进行多项式拟合 -Curve fitting algorithm for different polynomial curve fitting
MatrixEquation
- vb2008开发的完全类似Excel多项式曲线拟合工具(开源),用自带的Excel文件数据celiangzhi.xlsx测试拟合到300次无压力,而Excel最多拟合6次 带GDI+图像绘制功能及图像旋转功能及显示公式(方便插值)-Vb2008 development is similar to that of the Excel polynomial curve fitting tool (Kai Yuan), with the Excel file data fitting wit
duoxianshi-nihe
- 多项式曲线拟合的两个例子 比较基本的程序-Two examples of polynomial curve fitting
FormYuChuLiShow
- 拉格朗日插值法进行曲线拟合插值,适合于按照曲线坐标进行相邻点进行插值-Perform interpolation Lagrange polynomial curve fitting, curve coordinates adapted to be adjacent interpolation points
curve-fitting
- 利用labview编写的程序,实现曲线拟合,其中包括线性拟合,多项式拟合,以及指数拟合等多种拟合方式,且各拟合方式之间可以自由切换。-LabVIEW prepared by the procedures, to achieve the curve fitting, including linear fitting, polynomial fitting, and other fitting methods of the index, and the fitting method can be f
expression-functions
- 切比雪夫 用切比雪夫多项式逼近已知函数 勒让德 用勒让德多项式逼近已知函数 帕德 用帕德形式的有理分式逼近已知函数 lmz 用列梅兹算法确定函数的最佳一致逼近多项式 ZJPF 求已知函数的最佳平方逼近多项式 方舟子 用傅立叶级数逼近已知的连续周期函数 事实上的部队 离散周期数据点的傅立叶逼近 SmartBJ 用自适应分段线性法逼近已知函数 SmartBJ 用自适应样条逼近(第一类)已知函数 multifit 离散试验数据点的多项式曲线拟合 LZXEC 离散
遗传算法+数据传递机制+多项式和非多项式曲线拟合
- 多项式和非多项式曲线拟合;数据传递机制;遗传算法(Polynomial and non polynomial curve fitting and Data transfer mechanism)
多项式和非多项式曲线拟合
- 多项式拟合在matlab中可以使用ployfit函数求解多项式系数,通过ployval函数求解拟合多项式在某数据点处的值(Polynomial and Non-polynomial Curve Fitting)
classic legendre polynomial
- 用勒让德多项式技术拟合复刻输入信号,使其拟合的输入信号准确性提高从而使整个系统精度有所提升(duplicate the input data curve with lerengdre polynomial technique.)