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

搜索资源列表

  1. linkedge

    0下载:
  2. 图像处理中用于边缘检测图像的边缘连接和边缘拟合的代码-link edge
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:13336
    • 提供者:有名
  1. ellipsefitting

    1下载:
  2. 输入一组数据,xy值,用来拟合椭圆。只要改变输入数据,该代码就可以直接使用。另附上椭圆拟合算法。-Enter a set of data, xy values, used to fit ellipses. Just change input data, the code can be used directly. Attached on the ellipse fitting algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:265267
    • 提供者:john wang
  1. NiHe

    0下载:
  2. 一个具有良好操作界面的离散数据拟合软件源码-A good user interface discrete data fitting software source
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:74553
    • 提供者:站长
  1. FIT

    0下载:
  2. 一个对点列进行线性拟合的例子-Points out a linear fitting example
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-28
    • 文件大小:8658
    • 提供者:站长
  1. BP-moshi

    0下载:
  2. BP神经网络用于函数拟合与模式识别的Matlab示例程序,说明很详细,并且代码可以直接拿来用-BP neural network for function fitting and pattern recognition procedures Matlab examples to illustrate in great detail, and the code can be directly used by
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:5711
    • 提供者:tangsp
  1. curvefit

    0下载:
  2. 用MATLAB函数进行非线性拟合,在VB中调用-MATLAB function with non-linear fitting, call in VB
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1365577
    • 提供者:李刚
  1. ellipse

    0下载:
  2. opencv 给出一个椭圆拟合的例子,程序首先发现图像的轮廓,然后用椭圆逼近它-opencv given an example of ellipse fitting, the program first to discover the outline of the image, and then close it with an oval
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:55896
    • 提供者:zhang
  1. lwr

    0下载:
  2. 强局部加权回归算法由Cleveland[7]提出,主要利用局部观测数据对欲拟合点进行多项式加权拟合,并用最小二乘法进行估计.它综合了传统的局部多项式拟合,局部加权回归以及具有强鲁棒性的拟合过程 -Strong locally weighted regression algorithm by Cleveland [7] proposed, mainly using local observational data points on the polynomial fitting For wei
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3315
    • 提供者:wanghuaqiu
  1. RBF

    3下载:
  2. 用RBF神经网络,完成对y=f(x)的曲线拟合。-Using RBF neural networks, complete the y = f (x) the curve fitting.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-22
    • 文件大小:21337
    • 提供者:徐波
  1. fitellipse

    0下载:
  2. 椭圆曲线拟合。首先发现图像的轮廓,然后用椭圆逼近它。-Elliptic curve fitting. The first to discover the outline of the image, and then close it with an oval.
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:1849
    • 提供者:张三
  1. Write

    0下载:
  2. 数值计算,最小二乘法直线拟合程序 -Numerical calculation, linear least squares fitting procedure
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:5959
    • 提供者:dengwei
  1. Debug

    0下载:
  2. 最小二乘法直线拟合程序 最小二乘法直线拟合程序-Linear least squares fitting procedure fitting a straight line least squares procedure
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:170323
    • 提供者:dengwei
  1. conicoidconicoid

    0下载:
  2. 这篇文章是关于标准空间二次曲面拟合的研究,对于齿轮研究者有很好的参考价值,希望大家喜欢-This article is about the standard space quadric fitting studies, researchers for the gear have a good reference value, I hope you like
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:648154
    • 提供者:dxk
  1. 1111

    0下载:
  2. 最小二乘法直线拟合 最小二乘法直线拟合-Linear least squares fitting a straight line least squares fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3181
    • 提供者:王钰
  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. compertz

    0下载:
  2. compertz模型用于死亡率的拟合和预测-compertz model for fitting and prediction of mortality
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-28
    • 文件大小:197144
    • 提供者:jack2684
  1. FitCurve

    3下载:
  2. vc++实现数值拟合与逼近计算方法
  3. 所属分类:Algorithm

    • 发布日期:2014-05-22
    • 文件大小:15622
    • 提供者:youngvery
  1. least-square-fit

    0下载:
  2. 最小二乘拟合算法C程序,N为拟合点数,T为拟合阶数。-Least-squares fitting algorithm C procedures, N for the fitting points, T for the fitting order.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:1781
    • 提供者:唐荣
  1. matlabfitellipsecode

    2下载:
  2. 对离散数据运用最小二乘法进行椭圆拟合,运行过了觉得还不错就上传了。-Discrete data on the use of least squares method for ellipse fitting, run over a feel good on the uploaded.
  3. 所属分类:matlab

    • 发布日期:2016-11-20
    • 文件大小:2941
    • 提供者:李倩
  1. quxiannihe

    1下载:
  2. 此代码主要是利用MFC进行几种经典的曲线拟合-This code is mainly carried out using MFC several classic curve fitting
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:43206
    • 提供者:hg
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com