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

搜索资源列表

  1. 最小二乘法直线拟核源代码

    1下载:
  2. 图像处理源代码,介绍了利用最小二乘法对BMP图像进行直线拟合的方法-image processing source code, introduced to the use of least squares to BMP images linear fitting method
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1454
    • 提供者:authority007
  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. 最小二乘法直线拟合程序

    4下载:
  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. 所属分类:其它

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

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

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

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

    • 发布日期:2013-05-20
    • 文件大小:3074806
    • 提供者:王傲能
  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. DataFitting

    0下载:
  2. 用C#写的直线拟合的演示程序,使用Graphics进行绘图-written used C#, a demo for Linear Fitting
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:37447
    • 提供者:王凯
  1. 109201288hough_standard

    0下载:
  2. 基于VC++6.0使用hough变换实现直线拟合,-Based on VC++6.0 using the hough transform linear fitting,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:572050
    • 提供者:李瑞
  1. vb

    0下载:
  2. 直线拟合,vb编程。很实用。fitting a straight line-fitting a straight line
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2958
    • 提供者:孙江
  1. line-fitting

    0下载:
  2. 使用最小二乘法来实现对输入的点进行直线拟合,-Using the least squares method to achieve the linear fitting of the input point,
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:2928
    • 提供者:john wang
  1. zhixiannihe

    0下载:
  2. 挺好用的直线拟合的程序,希望对大家有帮助-Very good use of the procedure of fitting a straight line, we want to help
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:3866
    • 提供者:孙淼
  1. Fitting-a-straight-line

    0下载:
  2. 最小二乘法实现的直线拟合,非常实用,简单易懂,C语言程序-Least square method to realize the linear fitting, very practical, straightforward, C language program
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:16434
    • 提供者:陈静
  1. KEY

    0下载:
  2. PIC18单片机独立按键限时检测程序,以及最小二乘直线拟合程序。-PIC18 microcontrollers separate buttons. Limited testing procedures, as well as the linear least-squares fitting procedure
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1017
    • 提供者:李潇
  1. ekf

    0下载:
  2. 直线拟合,很好的matlab程序,很好很实用-Straight-line fitting, matlab good procedures, good practical
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2250
    • 提供者:q44yet
  1. sort(7-methods)

    2下载:
  2. 这是用MFC写的,开发环境是VC++。 主要实现7种排序算法(直接插入排序、堆排序、基数排序、冒泡排序、归并排序、希尔排序、快速排序),能计算每种排序算法的运行时间,进行多次排序后,可以对各种排序算法时间复杂度进行直线拟合,并以图线的形式表示,其中,画图部分是调用外部CCHART库来完成的。以上是本程序的主要功能,还有一些细节的东西请打开工程自行探索。 程序亲测无误。-It`s a MFC project and the development environment is VC++.T
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-20
    • 文件大小:5540797
    • 提供者:小奥
  1. 拟合

    0下载:
  2. 输入N个点的横纵坐标,用一条直线拟合,用类的方法求出最能表现这N个点所在的那条直线的方程。(Enter the horizontal and vertical coordinates of N points, use a straight line fitting, and use the class method to find the equation that can best represent the line in which the N points are located.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-20
    • 文件大小:524288
    • 提供者:楚子航
  1. measurepos

    5下载:
  2. 根据《机器视觉算法与应用》编写的一维卡尺测量和直线拟合算法,欢迎大家交流学习。(According to "machine vision algorithm and application" prepared one-dimensional caliper measurement and straight line fitting algorithm, welcome to exchange learning)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:4974592
    • 提供者:milaoshu
  1. 最小二乘法直线拟合 用VC实现的3

    0下载:
  2. 最小二乘法拟合直线,通过点云或者三角网格(Least square fitting straight line by point cloud)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:cyyhm
  1. 实现直线识别_拟合角平分线

    0下载:
  2. 最近在学习matlab所以上传了较多关于matlab的代码,如果有学数值计算的同学,这里面是线性拟合与直线识别的相关内容(Recently, in learning Matlab, I uploaded more code about MATLAB. If there are students who learn numerical calculation, it is related to linear fitting and line recognition.)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:135168
    • 提供者:知道17
  1. Ransac拟合直线和圆

    1下载:
  2. C# 实现直线拟合,圆拟合 ransac算法,剔除忽略点(C# realizes line fitting and circle fitting with ransac algorithm to eliminate the ignored points)
  3. 所属分类:C#编程

    • 发布日期:2021-03-17
    • 文件大小:76800
    • 提供者:bosshyup
« 12 3 »
搜珍网 www.dssz.com