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

搜索资源列表

  1. fit_ellipse.m.zip

    0下载:
  2. Its a Ellipse fitting algorithm for fitting Ellipses to a set of points in a image.,Its a Ellipse fitting algorithm for fitting Ellipses to a set of points in a image.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:3583
    • 提供者:Bobi
  1. Drawpicture.rar

    0下载:
  2. 计算机图形学中的综合程序,具有绘制直线、曲线、圆、填充多边形、图形裁剪、曲线拟合等功能。,Computer graphics in an integrated process, has drawn a straight line, curve, circle, polygon fill, graphics, cutting, curve fitting functions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:142988
    • 提供者:elsa
  1. curvesline

    0下载:
  2. 提供了几种曲线拟合的源代码,能够通过鼠标在屏幕窗口点击取点,然后自动生成相应的曲线,可进行相关对比。-Several curve fitting provides the source code, can click the mouse on the screen check point window, and then automatically generate the corresponding curve, can be related to contrast.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:216365
    • 提供者:elsa
  1. MLSfinal

    0下载:
  2. This file contains subroutines for MLS curve fitting problems which have been developed in MATLAB
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:9525
    • 提供者:ahmad
  1. Fitting

    0下载:
  2. Line & Curve Fitting To 2D Points
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1528
    • 提供者:Javaneh
  1. Curve

    0下载:
  2. curve fitting that we usually perform in matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1767697
    • 提供者:ashish
  1. sfit

    1下载:
  2. 模拟拟合bezier曲面的程序,在预订bezier曲面上随机取数据点,进行拟合。-Simulation bezier surface fitting procedure, in the book from Random bezier surface data points for fitting.
  3. 所属分类:CSharp

    • 发布日期:2017-05-14
    • 文件大小:3736921
    • 提供者:zhangweijiang
  1. CurveFitting

    0下载:
  2. this code sole curve fitting using genetic programming
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:8898
    • 提供者:Mohammed
  1. 02_leastsquares_robust_notes

    0下载:
  2. Explanation on the least square line fitting algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:79903
    • 提供者:stephc_int13
  1. 79419130ellipse

    1下载:
  2. 本程序是关于最小二乘椭圆拟合的中心定位程序,定位精度较高。-This program is about the least-squares ellipse fitting center locator, positioning accuracy.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:55896
    • 提供者:谢鲁
  1. Fitting

    0下载:
  2. matlab中拟合常用的一些算法,编写了很久的,调试都能运行。-matlab fitting in a number of algorithms commonly used in the preparation for a long time, and debugging can be run.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:5905
    • 提供者:冷山道
  1. fitellipse

    0下载:
  2. This program is demonstration for ellipse fitting. Program finds * contours and approximate it by ellipses. * * Trackbar specify threshold parametr. * * White lines is contours. Red lines is fitting ellipses. * * * Autor: Denis Burenk
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1575
    • 提供者:dilir
  1. fit_ellipse

    0下载:
  2. source code for fitting ellipse
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:864640
    • 提供者:jennifer
  1. catch-data-for-fitting-for-GULP

    0下载:
  2. catch the fitting data for GULP
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:1176
    • 提供者:fong
  1. fitting

    0下载:
  2. 8阶以下多项式曲线拟合的mfc源码,自己写的,可行有效。-8-order polynomial curve fitting of the following mfc source code, wrote it myself, feasible and effective.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:224921
    • 提供者:rexlc
  1. curve-fitting

    0下载:
  2. 文件内容:曲线拟合的c代码实现,文件格式pdf-document tells The curve fitting c code in the form of PDF
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:57579
    • 提供者:jun
  1. Flood-relief-data-fitting

    0下载:
  2. 对于排洪问题已给数据,对已有数据进行拟合并预测。-for flood relief problem,if giving data,it can be used to data fitting,and forecast the expectations.
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:694
    • 提供者:pjw
  1. welltrack-fitting-

    0下载:
  2. 对钻井数据进行拟合计算,非常方便的一个小程序。-well track fitting,very convenient
  3. 所属分类:IME Develop

    • 发布日期:2017-11-10
    • 文件大小:7496
    • 提供者:yang
  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-07
    • 文件大小:2928
    • 提供者:john wang
  1. data fitting vb

    0下载:
  2. 可以读取文本文件,进行平面、抛物面的拟合包括偏差计算,还有矩阵的运算等等。(Can read text files, plane, parabolic fitting, including deviation calculation, and matrix operations, and so on.)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:22528
    • 提供者:执著唏嘘
« 12 3 4 5 6 7 8 9 10 ... 48 »
搜珍网 www.dssz.com