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

搜索资源列表

  1. 4

    0下载:
  2. 最小二乘法拟合曲线(用到矩阵求逆、矩阵乘法、矩阵转置)-Least square fitting curve (use matrix inversion, matrix multiplication, matrix transpose)
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:222865
    • 提供者:林创明
  1. BSpline_interpolation

    1下载:
  2. B样条曲线的绘制和插值.MFC 中画图,很精确的实现 拟合数据点-B-spline curve rendering and interpolation. MFC in the drawing, it is precisely the realization of fitting data points
  3. 所属分类:2D Graphic

    • 发布日期:2014-04-07
    • 文件大小:62713
    • 提供者:liuxing
  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. BezierCurves_dshbds

    0下载:
  2. Bezier curves are the most fundamental curves, used generally in computer graphics and image processing. These curves are mainly used in interpolation, approximation, curve fitting, and object representation. In this article, I will demonstrate, in a
  3. 所属分类:Graph program

    • 发布日期:2017-04-26
    • 文件大小:34666
    • 提供者:srhg
  1. curvefitting

    0下载:
  2. 最小二乘法的曲线拟合检测圆软件,只需点击三个点就可以吧圆拟合出来。-Least squares method of curve fitting software Detect circle, simply click on the three-point circle fitting can let out.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2490240
    • 提供者:王延海
  1. Peakfinder

    0下载:
  2. Basic function to locate and measure the positive peaks in a noisy data sets. Detects peaks by looking for downward zero-crossings in the smoothed third derivative that exceed SlopeThreshold and peak amplitudes that exceed AmpThreshold. Dete
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:24182
    • 提供者:morteza
  1. curve

    1下载:
  2. 多项式曲线拟合的算法实现(matlab),供大家参考.-Polynomial curve fitting algorithm implementation, for your reference.
  3. 所属分类:Multimedia program

    • 发布日期:2015-10-18
    • 文件大小:1103
    • 提供者:苏鹏程
  1. pso_bspline

    0下载:
  2. malab语言实现bspline曲线拟合,采用改进的pso算法实现-malab language bspline curve fitting, using the improved algorithm pso
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:4606
    • 提供者:张三
  1. TreeSpline

    0下载:
  2. 三次样条插值,B曲线等都是根据已知样点,用不同方法拟和曲线、曲面。-Cubic spline interpolation, B curves are the basis of known samples, using different methods of curve fitting, surface.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:520
    • 提供者:史文博
  1. taylor

    0下载:
  2. Animation for 1. Polynomial fitting 2. First, second, and third order Taylor expansion of a curve - Animation for 1. Polynomial fitting 2. First, second, and third order Taylor expansion of a curve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:1290
    • 提供者:ev4nsence
  1. least_square_simulation

    0下载:
  2. Using least squaer algorithm, this code can do fitting curve for the measurement data (linear ~ cubic )
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1094
    • 提供者:jay
  1. Graph

    0下载:
  2. 图形学完整课件,包括光栅图形学,图形裁剪,基本几何,二维几何,图形变换,三维几何,几何造型,光照模型,曲线与曲面,曲线拟合与双圆弧逼近,交互技术等。-Graphics complete courseware, including raster graphics, graphic cut, basic geometry, two-dimensional geometry, graph transformation, three-dimensional geometry, geometric mod
  3. 所属分类:OpenGL program

    • 发布日期:2015-09-08
    • 文件大小:7930740
    • 提供者:朵朵
  1. eigen

    0下载:
  2. 此程序为用matlab编写的基于最小二乘法通过求解广义矩阵特征值及特征向量进行椭圆曲线拟合程序。 程序中x,y分别为采样点的横纵坐标。生成的结果矩阵为椭圆曲线aX^2+bXY+cY^2+dX+eY+f=0中的各项系数。-This program was written with matlab by solving the generalized least square method based on matrix values and eigen vectors of the ellipt
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:527
    • 提供者:kone_zhang
  1. curve

    0下载:
  2. 一个曲线拟合 方程组求解,VS2008编译,根据特定点的坐标进行拟合-Curve fitting equations, VS2008 compiler
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1276
    • 提供者:xpjandy
  1. Fitting

    0下载:
  2. 一个很好的图像处理资料,讲解曲线拟合的有关问题,希望能抛砖引玉,大家相互介绍下好用的图像处理方面的书籍,-A good image processing information, to explain curve fitting of the problem, hope to start a discussion, we introduced to each other useful image processing books, thank you
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:539817
    • 提供者:史倩
  1. Curve-and-multinomial-fitting

    0下载:
  2. 曲线拟合和多项式拟合-Curve fitting and multinomial fitting
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:704
    • 提供者:李磊
  1. Curve-fitting-algorithm

    0下载:
  2. 用最小二乘法,在已知函数点x0,x1……xn的函数值y0,y1……yn的情况下,求拟合多项式-The least square method, the known function points x0, x1 ... ... xn of the function values ​ ​ y0, y1 ... ... yn circumstances, find fitting polynomial
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:978
    • 提供者:陈炎龙
  1. Least-squares-curve-fitting

    0下载:
  2. 本程序用C语言实现最小二乘法拟合曲线,欢迎大家下载-C language with least square fitting curve
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1056
    • 提供者:yuxiang
  1. vb-curve-drawing-up-1

    0下载:
  2. vb 做的 曲线拟合的例程,很不错!值得学习!-vb code to drawing up curve fitting routines, very good! Worth learning!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:159301
    • 提供者:老章
  1. Ch7_curve-fitting

    0下载:
  2. 介绍了利用matlab进行曲线拟合的方法,以及相应函数在matlab中的使用方法-Describes the use of matlab curve fitting method, and the corresponding function in matlab to use
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:631329
    • 提供者:doudou
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com