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

搜索资源列表

  1. curvefit_C_edition

    1下载:
  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 fitting. Using least-squares met
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1047
    • 提供者:welldo
  1. MATLABguiApplication

    2下载:
  2. 这个程序的核心是用最小二乘法进行曲线拟合。我把它做成一个简单的GUI界面。顺带附上使用说明。-this procedure is the core of the least-squares method of curve fitting. I made it a simple GUI interface. Incidentally attached use.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:98875
    • 提供者:Loretta Wu
  1. XushiliangZuixiaoerchengQuxiannihe

    0下载:
  2. 内含徐士良先生编写的、使用最小二乘法完成曲线拟合的子程序源代码
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:75448
    • 提供者:木子
  1. 最小二乘法曲线拟合

    3下载:
  2. 基于最小二乘原理的曲线拟合程序-A program of curve fitting based on least squares algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1007
    • 提供者:李文
  1. zuixiaoerchengfa

    0下载:
  2. 最小二乘法在曲线拟合中的运用,工程上运用很多。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:102388
    • 提供者:wang
  1. NH2.rar

    0下载:
  2. 最小二乘法曲线拟合的程序。根据试验采集的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. Specific order set.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:196781
    • 提供者:蓝逸尘
  1. shuzhifenxi3

    0下载:
  2. 实验题目:曲线拟合的最小二乘法 相关知识:已知C[a,b]中函数f(x)的一组实验数据(xi,yi)(i=0,1,…,m),其中yi=f(xi)。设 是C[a,b]上线性无关函数族。在 中找函数f(x) 曲线拟合的最小二乘解 ,其法方程(组)为: 其中, k=0,1,…,n 特别是,求函数f(x) 曲线拟合的线性最小二乘解 的计算公式为: 数据结构:两个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:947
    • 提供者:张涛
  1. CurveInterpo

    0下载:
  2. 曲线拟合的最小二乘法,简洁清晰版.为pdf格式-The least squares curve fitting, clear and concise version. For pdf format
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:129163
    • 提供者:李义
  1. curvefittingcode

    0下载:
  2. 更具 聂翔 教授写的 最小二乘法 在曲线拟合中的实现,写成的code,编译通过。-curve fitting code, based on minimize the variances values.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:784
    • 提供者:jiling
  1. final

    0下载:
  2. 直线的最小二乘法拟合,输入一条曲线,经拟合后输出一条直线-The least squares fitting a straight line, enter a curve, by fitting a straight line after the output
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:402213
    • 提供者:高超
  1. 05

    0下载:
  2. 用C语言编写一个用最小二乘法曲线拟合的程序-With the C language using a least squares curve fitting procedure
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1336
    • 提供者:刘志卫
  1. curve-fitting

    0下载:
  2. 曲线拟合的最小二乘法在数据采集中的应用,内有一个直线拟合的简单的例子,有代码表示-The least squares curve fitting of the data collection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:97271
    • 提供者:落笔天外
  1. qxnh

    0下载:
  2. 最小二乘法的曲线拟合程序,用于分析数据曲线-Least-squares curve fitting procedure for the analysis of the data curve
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:6564
    • 提供者:兰州
  1. RongBingShiJian_2

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

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

    0下载:
  2. 最小二乘法曲线拟合,改变拟合次数,即可得到所需的拟合曲线方程-Least squares curve fitting, fitting to change the number, you can get the necessary fitting curve equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:202719
    • 提供者:樊璐
  1. Curve-Fitting

    0下载:
  2. 基于最小二乘法的曲线拟合,并用OpenGL绘制曲线。-Curve fitting based on least square method,and display the curve by using OpenGL.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3576
    • 提供者:xuyunhan
  1. Least-squares-curve-fitting-method

    0下载:
  2. 5 最小二乘法的曲线拟合-Least-squares curve fitting method
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-31
    • 文件大小:305002
    • 提供者:茶上上
  1. 最小二乘法多次曲线拟合

    0下载:
  2. 因本人项目用到最小二乘法多次曲线拟合,便抽时间写了一个实现的程序,不敢独享,
  3. 所属分类:其他小程序

    • 发布日期:2017-01-28
    • 文件大小:3001
    • 提供者:5312517@qq.com
  1. nihe

    0下载:
  2. 将点用最小二乘法拟合成曲线,可以选择拟合曲线的阶数(The least squares method is used to synthesize the curves)
  3. 所属分类:其他

  1. Class1

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

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:FY1
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com