CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 直线拟合

搜索资源列表

  1. Least QuadraticFiter

    0下载:
  2. 最小二乘法进行执行拟合小程序,只要输入一系列(大于2个坐标点)的数据,与matlab直线拟合结果做过比较,结果比较吻合和皮实-least squares fitting method for the implementation of small programs, as long as the importation of a series (more than two coordinate points), and Matlab linear fitting results done ear
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6709
    • 提供者:海明
  1. fit_line

    0下载:
  2. //最小二乘法直线拟合 m_FoldList为关键点(x,y)的链表 拟合直线方程(Y=kX+b) -/ / linear least squares fitting m_FoldList as the key point (x, y) of Chain fitting linear equation (Y = C/56 b)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3039
    • 提供者:qiao
  1. 直线度检测

    0下载:
  2. 用最小二乘法拟合出机床导轨运动时的直线,从而可以对机床导轨的直线度误差进行检测- Fits time the engine bed guide rail movement with least squares method the straight line, thus may carry on to the engine bed guide rail straight dimension error examines
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3562
    • 提供者:王杰
  1. Data-fitting-methods

    2下载:
  2. 提供了几种数据拟合的c++代码:1 直线拟合(FIT);2 线性最小二乘法((LFIT, COVSRT), (SVDFIT, SVDVAR)(oddity), (FPOLY, FLEG)(example));3 非线性最小二乘法((MRQMIN(Levenberg-Marguardt), MRQCOF(evaluation)), FGAUSS(example));4 绝对值偏差最小的直线拟合(MEDFIT(cal para), ROFUNC(example))。-offers several d
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6066
    • 提供者:ldg
  1. Linearfitting

    0下载:
  2. 直线拟合的几种算法,其中包括线性最小二乘,和两种不同目标函数的非线性最小二乘,用于比较这些方法的优劣,另外matlab中说的robust least squares方法没有找到,希望有朋友能给穿一下:)-Several linear fitting algorithm, which includes linear least squares. and two different objective function of the nonlinear least squares, used to
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:140246
    • 提供者:张效栋
  1. ZXECF

    0下载:
  2. 标准C写的数据直线拟合,最小二乘法处理,自己写的-write C standard linear data fitting, least squares method, wrote it myself
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1356
    • 提供者:李馨帆
  1. zxecfym

    0下载:
  2. 最小二乘法的例程,可以对数据进行线性拟合.由于源码较短只能进行直线拟合,曲线拟合的源码我稍后上传.-least squares method of programming, with the linear data fitting. As the only source for a shorter fitted to a straight line Curve fitting, I later upload source.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:960
    • 提供者:刘馨泽
  1. linefit

    0下载:
  2. 用于直线拟合的matlab程序,用法请见函数内部的使用说明-linear fitting for the Matlab procedures, and applying the function see internal use
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:823
    • 提供者:闰土
  1. PointList

    0下载:
  2. cpoint的链表类的继承类,重写了其中的增加查找等函数,增加了直线拟合方面的函数。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9873
    • 提供者:alzn
  1. linefitting

    0下载:
  2. 直线拟合源代码,是数字摄影测量课程练习程序
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:123737
    • 提供者:沈翔
  1. 最小二乘法拟合

    1下载:
  2. 输入几个点的横坐标和纵坐标,用最小二乘法拟合出直线(类似y=ax+b).并把这个方程计算并显示出来。
  3. 所属分类:Windows编程

    • 发布日期:2011-12-20
    • 文件大小:2036
    • 提供者:linglink
  1. zui_xiao_er_cheng_fa

    0下载:
  2. 最小二乘法一般是用来拟合直线和一些线性数据的,就是用一条直线来尽可能的表达若干的点的趋势,当然直线穿过所有的点是最好的,但往往有误差存在,所以拟合出的直线要求误差最小.设这些点为(x1,y1),(x2,y2)....(xn,yn).拟合直线为y=kx+b.-Ordinary least squares method is used to fit a straight line and a number of linear data, that is, as far as possible wit
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1600
    • 提供者:lining
  1. zhixiannihe

    1下载:
  2. 内容是最小二乘法求拟合直线的C源码,很容易看懂-Is least squares fitting a straight line for the C source code, it is easy to understand
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:3143
    • 提供者:lxq
  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. glcs

    0下载:
  2. 饮羽公路测设(glcs) 由20多个公路测量、设计、试验和施工组织设计等小软件组成。如《中桩大地坐标》可以计算不等长缓和曲线的中桩和边桩的大地坐标;《缓和曲线反算》可以根据切线长、外距长或缓和曲线长求半径等;《卵型曲线精解》可以求精确的卵型曲线的参数;《混凝土配合比》可以快速进行混凝土配合比的设计。其他还有直线、曲线拟合,规划求解,网络图计算等等。所有各小软件计算的结果统一反映在主界面上,并在主界面中编辑、修改。并-Drink plume Highway Survey and Design (g
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:449252
    • 提供者:luozhenghua
  1. circle

    0下载:
  2. 这是根据点拟合圆和直线的matlab程序,比较简单实用-This is the basis of points won and a straight line fitting the matlab procedure is relatively simple and practical
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1318
    • 提供者:翟乐
  1. data1

    0下载:
  2. 简单图形的生成,填充(比如直线、圆、拟合曲线等) 图像的处理(二值化、锐化、浮雕化、图片解压、压缩)-Simple graphics generation, filling (such as straight line, circle, curve fitting, etc.) image processing (binarization, sharpening, relief-oriented, image decompression, compression)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1354318
    • 提供者:
  1. spec

    0下载:
  2. 对两组数据进行最小二乘法拟合并得出拟合直线的斜率-using the least square algorithm to make the regression and get the slope of the line
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1946
    • 提供者:毕丽思
  1. shujucaiji_1

    0下载:
  2. 数据拟合,用于直线数据拟合,多次循环剔除误差点(Data fitting is used for line data fitting and multiple cycles are used to eliminate error points)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:iradon
  1. quxiannihe

    1下载:
  2. 曲线拟合的目的是找出一系列的参数a0,a1,....,通过这些参数最好地模拟实验结果。 *线性拟合-把实验数据拟合为一条直线y[i]=a0+a1*X[i] *指数拟合-把数据拟合为指数曲线y[i]=a0*exp(a1*X[i]) *广义多项式拟合-就是多项式拟合,即把数据拟合为多项式函数: y[i]=a0+a1*X[1]+a2*X[i]^2... 可以选择不同的算法,以获得更好的精度和准确性。 *广义线性拟合-公式为y[i]=a0+a1*f1(
  3. 所属分类:图形图象

    • 发布日期:2021-01-25
    • 文件大小:19456
    • 提供者:傲视群芳后
« 1 2 34 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com