搜索资源列表

  1. ruanjianshixi

    0下载:
  2. lagrange差值,spline一阶差值,spline二阶差值,坐标平移,s曲线拟合,多项式拟合-Hangzhou margin, a spline bands margin spline second margin, coordinate translation, s curve fitting, polynomial fitting
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:2467840
    • 提供者:天空
  1. 最小二乘法直线拟合程序

    0下载:
  2. 此程序为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
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:liu
  1. curvefit_C_edition

    0下载:
  2. c语言版的多项式曲线拟合。 用最小二乘法进行曲线拟合. 用p-1 次多项式进行拟合,p<= 10 x,y 的第0个域x[0],y[0],没有用,有效数据从x[1],y[1] 开始 nNodeNum,有效数据节点的个数。 b,为输出的多项式系数,b[i] 为b[i-1]次项。b[0],没有用。 b,有10个元素ok。-c language version of the polynomial curve fi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:welldo
  1. Zuixiaoerchengqiuquxiannihe

    0下载:
  2. 首先介绍多元线性回归公式(即最小二乘法计算公式),然后进行VB编程,实现多次曲线拟合算法。-First introduced multiple linear regression formula (ie, least-squares method to calculate the formula), and then proceed to VB programming, curve fitting algorithm to achiev
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:Tranlynn
  1. CurveFit_Poly

    0下载:
  2. 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:12288
    • 提供者:bilka
  1. MATLAB_jingtong

    0下载:
  2. Matlab教程一,包括多项式、曲线拟合、三次样条等。-Matlab Tutorial 1, including polynomials, curve fitting, cubic spline and so on.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:640000
    • 提供者:张立青
  1. Curve_fitting_of_algebra_poiynomial_and_least_squa

    0下载:
  2. 代数多项式曲线拟合与最小二乘法PDF文档-Algebraic polynomial curve fitting with least square method PDF documents
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:93184
    • 提供者:pipi_dog
  1. polyfitconvenient

    0下载:
  2. 利用 matlab的GUI 环境编写 多项式曲线拟合程序,及其界面,由于参数的输入是实时的、拟合过程可以实时显示,因而使用非常方便。-Using matlab GUI to prepare the environment polynomial curve fitting procedures, and its interface, as input parameters in real time, the fitting process
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:7168
    • 提供者:王力
  1. NIHE

    0下载:
  2. 基于VC++的曲线拟合。包括直线拟合,多项式拟合,对数拟合-the line nihe base of VC++
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:3075072
    • 提供者:王傲能
  1. Project1

    0下载:
  2. 用VB编写的多项式拟合程序 Public Function funPolynomial(Num As Long, x() As Single, y() As Single, Degree As Integer, AA() As Single) As Long 多项式曲线拟合 y=a0+a1*x+a2*x^2+an*x^n Num为输入数据点个数 x()为输入数据点横坐标组成的数组 y()为输入数据点纵坐标组成
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:周伟
  1. 不同阶次多项式模型拟合曲线

    1下载:
  2. 该代码可以画出不同阶次多项式模型的拟合曲线(Model fitting of different order polynomial)
  3. 所属分类:易语言编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:glj
  1. 案例三 多项式和非多项式曲线拟合

    0下载:
  2. MATLAB经典案例系列视频,多项式和非多项式曲线拟合(MATLAB classic case series video, polynomial and non polynomial curve fitting)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1434624
    • 提供者:浅岛
  1. 最小二乘法拟合曲线C语言代码

    0下载:
  2. 用最下二乘法多项式进行曲线拟合进而插值。(With the least two multiplicative polynomial for curve fitting, and then interpolation.)
  3. 所属分类:Linux/Unix编程

  1. 最小二乘法分段直线拟合

    0下载:
  2. 曲线拟合是图像分析中非常重要的描述符号。最常用的曲线拟合方法是最小二乘法,然而一般的最小二乘法有一定的局限性,已经有不少学者对其进行了一些改进。进一步对最小二乘法进行改进,提出一种新的分段直线拟合算法来代替多项式曲线拟合,以达到简化数学模型的建立和减少计算的目的,使其能够更好地对点序列进行拟合。(Curve fitting is a very important descr iptor in image analysis,the mos
  3. 所属分类:文档资料

    • 发布日期:2024-05-14
    • 文件大小:191488
    • 提供者:tintintin
  1. 遗传算法+数据传递机制+多项式和非多项式曲线拟合

    0下载:
  2. 多项式和非多项式曲线拟合;数据传递机制;遗传算法(Polynomial and non polynomial curve fitting and Data transfer mechanism)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:好久不见2
  1. 曲线拟合

    0下载:
  2. 找出一大串数据,用一个函数进行逼近,或者拟合。使其误差尽可能小(Find a bunch of data, approximate it with a function, or fit it.Make the error as small as possible)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:任平风生
  1. 曲线拟合

    0下载:
  2. 最小二乘法实现曲线拟合,返回拟合多项式系数(Least Squares Method for Curve Fitting)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:12288
    • 提供者:relax@z
  1. 多项式和非多项式曲线拟合

    0下载:
  2. 多项式拟合在matlab中可以使用ployfit函数求解多项式系数,通过ployval函数求解拟合多项式在某数据点处的值(Polynomial and Non-polynomial Curve Fitting)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:flowrush
  1. labview拟合

    0下载:
  2. labview的曲线拟合,包括线性拟合,多项式拟合,有输入有输出(Curve fitting of LabVIEW, including linear fitting, polynomial fitting, with input and output)
  3. 所属分类:LabView

    • 发布日期:2024-05-14
    • 文件大小:205824
    • 提供者:AOEFFFU
  1. PolynomialCurveFitting

    0下载:
  2. 基于python的多项式曲线拟合,本程序以1 3 5 9次为例子。(Based on the polynomial curve fitting of python, this program takes 1 3 5 9 times as an example.)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:唐剑斩隋公
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org