CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 最小 二乘法曲线 拟合

搜索资源列表

  1. MLS

    2下载:
  2. 移动最小二乘法(MLS)一维matlab计算程序,用于曲线拟合-Moving Least Squares (MLS) one-dimensional calculation matlab program for curve fitting
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:1306
    • 提供者:jack
  1. quxiannihe

    0下载:
  2. 已知n个圆上的测量点,用最小二乘法实现曲线拟合圆的功能,c++语言,vc++工具实现-Achieved with the least-squares curve fitting function of the circle
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:267011
    • 提供者:yin
  1. ls-svdls

    0下载:
  2. 最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配。利用最小二乘法可以简便地求得未知的数据,并使得这些求得的数据与实际数据之间误差的平方和为最小。最小二乘法还可用于曲线拟合。其他一些优化问题也可通过最小化能量或最大化熵用最小二乘法来表达。 -Least-squares method (also known as least squares) is a mathematical optimization techniques. It does thi
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:58046
    • 提供者:zjc
  1. mmls

    0下载:
  2. 基于移动最小二乘法的曲线曲面拟合,非常好的拟合算法-MLS method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:728151
    • 提供者:jn
  1. zhishuhanshu-quxiannihe

    4下载:
  2. 利用C语言实现最小二乘法对给定点指数函数曲线拟合-Using C language to achieve the least squares method to the fixed-point exponential function curve fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:56586
    • 提供者:张彦强
  1. Least-Squre

    0下载:
  2. 最小二乘法拟合曲线C++代码,任意的M个数据,任意的次数N(N不易太高)。输出拟合曲线的表达式-Least Squre For ...
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1872121
    • 提供者:张本梁
  1. spline-fitting

    0下载:
  2. 计算机图形学中的三次样条曲线插值与最小二乘法拟合-Computer graphics, cubic spline interpolation and least squares method fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:3675
    • 提供者:David
  1. Least-squares-method

    0下载:
  2. 最小二乘法 比较常用的拟合方法 可以拟合直线 曲线-Least squares method is commonly used fitting method can be fitted straight line curve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1182
    • 提供者:张剑坤
  1. Least-Square-Fit-

    1下载:
  2. 最 小二乘法通常用于曲线拟合(least squares fitting) 。 这里有拟合圆曲线的公式推导过程和vc 实现。-The least squares method is usually used for curve fitting (least squares fitting). Here is the derivation of the formula of the circular curve fitting and vc achieve.
  3. 所属分类:Special Effects

    • 发布日期:2016-07-18
    • 文件大小:184320
    • 提供者:jimlank
  1. leastsquares_VB

    0下载:
  2. 利用VB实现最小二乘法多次曲线拟合算法。-Using VB least squares method many times the curve fitting algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1461
    • 提供者:冰益寒
  1. LeastSquare

    0下载:
  2. 可在vs2008中直接运行的界面软件,通过自行绘制离散数据点,使用最小二乘法进行高次拟合,并显示拟合曲线,可以直观的看出拟合准确性-Interface software can be run directly in vs2008 own drawing of discrete data points, using the least squares method, high-fit, and fitting curve
  3. 所属分类:Algorithm

    • 发布日期:2017-05-30
    • 文件大小:13208872
    • 提供者:施金金
  1. nihe

    6下载:
  2. 已知一组实验数据 1 2 3 4 5 6 7 8 9 1 3 4 5 6 7 8 9 10 10 5 4 2 1 1 2 3 4 试用最小二乘法求它的多项式拟合曲线,并求出最低点的位置. -1,234,567,891,345,678,910 10 5 4 2 1 1 2 3 4 trial Least Squares Method polynomial fitting curve, and obtained a set of known experim
  3. 所属分类:Other systems

    • 发布日期:2015-07-01
    • 文件大小:8192
    • 提供者:
  1. RongBingShiJian_2

    0下载:
  2. 基于最小二乘法的曲线拟合,可以实现散点图和曲线图形的快速绘制-Curve fitting based on least squares method
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1642
    • 提供者:胡建平
  1. quxiannihe

    0下载:
  2. 最小二乘法的实现曲线拟合功能,可以用于各种数据处理。-The least squares method of curve fitting function can be used for a variety of data processing.
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:201968
    • 提供者:郭爽
  1. cp

    0下载:
  2. 最小二乘法拟合曲线的一个小程序,采用C++程序,-Least-squares fitting curve C++ program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:793
    • 提供者:邹风
  1. chap3

    0下载:
  2. 介绍了最小二乘法的相关知识原理应 用。。。以及最小二乘法在曲线拟合中的应用-Knowledge of the principle of least squares method application. . . And the least squares method of curve fitting
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:274048
    • 提供者:燕子一舞
  1. nihe

    0下载:
  2. 函数逼近与曲线拟合,用最小二乘法进行曲线拟合的C或C++编写的完整程序! 已知x 0 5 10 15 20 25 30 35 40 45 50 55 y 0 1.27 2.16 2.86 3.44 3.87 4.15 4.37 4.51 4.58 4.02 4.64 近似解析表达式为y=at+bt^2+ct^3 求a,b,c -Function approximation and curve fitting, using the least squares method
  3. 所属分类:SCM

    • 发布日期:2017-11-16
    • 文件大小:5139
    • 提供者:李文宝
  1. CurveFitSet

    0下载:
  2. 曲线拟合算法合集,包括最小二乘法、三次样条插值、Nurbs拟合等,包括过关键点拟合-Curve fitting algorithm collection, including the least squares method, cubic spline interpolation, Nurbs fitting, including key points fitting
  3. 所属分类:Graph program

    • 发布日期:2017-11-29
    • 文件大小:21906
    • 提供者:tangqiwang
  1. c

    0下载:
  2. 曲线拟合问题用C语言编写最小二乘法CG方法与QR方法,其中CG方法两种-The method of least squares curve fitting problems using the C language CG method and QR method, in which both CG method
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:2413
    • 提供者:谷骏
  1. xianlunihe-matlab

    0下载:
  2. 工程线形拟合中,圆曲线最小二乘法拟合计算方法-Engineering linear fitting, round curves least squares fit
  3. 所属分类:assembly language

    • 发布日期:2017-11-28
    • 文件大小:8385
    • 提供者:蒋世琼
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com