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

搜索资源列表

  1. cubic_spline

    0下载:
  2. 采用cubic-spline插值方法是图像变得清晰。-Using cubic-spline interpolation method the image becomes clear.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:1377
    • 提供者:肖群
  1. 2012211023

    0下载:
  2. 利用牛顿插值法跟三次样条法拟合函数曲线(样本点为11个)-Newton interpolation with a cubic spline fitting function curve
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:665
    • 提供者:侯杰
  1. B-Spline

    0下载:
  2. 2次B样条曲线和3次B样条曲线的matlab绘制,适用于初学者-Two B spline curve and cubic b-spline curve realization code, debugging through matlab, apply for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:972
    • 提供者:李铭
  1. splineGPS

    0下载:
  2. 用三次样条曲线进行精密星历插值和卫星钟差插值-Cubic spline curve the precise ephemeris interpolation and satellite clock error interpolation
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:594
    • 提供者:张朋飞
  1. CubicSpline

    0下载:
  2. 三次样条插值法(CubicSpline)模拟曲线-Simulation curve of the cubic spline interpolation method (CubicSpline)
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:1051
    • 提供者:唐三葬
  1. computing

    0下载:
  2. 包括: 列主元Gauss消去法解线性方程组; 矩阵的LDLT和Cholesky分解; 追赶法解三对角方程组; Jacobi和Gauss-Seidel方法解方程组; Newton插值多项式和三次样条插值多项式; 复化Simpson公式求解定积分; Romberg方法求解定积分; 二分法和割线法求非线性方程的解。-Include: Main-element Gauss elimination method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:973233
    • 提供者:lisen
  1. Bezier Curve Matlab

    0下载:
  2. Cubic Bezier Curve fitting for 2D control points
  3. 所属分类:matlab例程

    • 发布日期:2013-03-06
    • 文件大小:289305
    • 提供者:mbilal6
  1. Newton

    0下载:
  2. 牛顿差值方法,基于MATLAB实现,并且有与三次样条结果明显比较。-Newton difference method based on MATLAB and the obvious comparison with the cubic spline results.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-09
    • 文件大小:17662
    • 提供者:程曦
  1. chazhi

    0下载:
  2. 数值差值,多种方法。拉格朗日差值。三次样条差值。-Numerical difference, a variety of methods. Lagrangian difference. Cubic spline difference.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:27499
    • 提供者:陈腾飞
  1. cubicsplinet

    0下载:
  2. 三次样条插值。程序的功能是输入已知点的数据和需要插值点的横坐标,得到需要插值点的三次样条插值点数据。-Cubic spline interpolation. The program' s function is to enter a known point data and need interpolation point abscissa, cubic spline interpolation point data require interpolation points.
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:996
    • 提供者:will
  1. chazhi5

    0下载:
  2. 实现了牛顿插值与三次样条插值,并进行比较。-Implements the Newton interpolation and cubic spline interpolation, and comparison
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:1143
    • 提供者:vickey
  1. yangtiaochazhi

    0下载:
  2. 三次样条插值法用于特征分析的时候,而且可用于emd 方法中。-Cubic spline interpolation method for feature analysis, and can be used in the emd methods.
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:1260
    • 提供者:开开
  1. matlab-GUI

    0下载:
  2. matlab GUI:屏幕取点+三次样条曲线+屏幕拖动-Matlab GUI: take the screen++ screen drag cubic spline curves
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:31635
    • 提供者:wu
  1. ThrSpline1

    0下载:
  2. 三次样条插值程序,这个需要配合追赶法来求解一个线性方程组。-Cubic spline interpolation procedure, this need with the catch-up method to solving a linear equation.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-09
    • 文件大小:781
    • 提供者:董枫
  1. Spline3

    0下载:
  2. 三次样条曲线插值程序,含注释,采用第一类边界条件。-Cubic spline interpolation procedure, including the Notes, the first boundary condition.
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:1344
    • 提供者:赵福强
  1. Cubic-B-spline-curve

    0下载:
  2. 能实现三次B样条曲线的基本功能,对计算机图形学的初学者有一定的作用。-Can achieve the basic functions of cubic B-spline curve to a certain extent, the computer graphics beginners.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-07
    • 文件大小:686
    • 提供者:刘通
  1. 3jieyangtiao

    0下载:
  2. 自己编的一个三次样条插值小程序,计算了还不错,非常好,大家可以试试,和大家共享一下-Own series of a cubic spline interpolation procedure, calculated pretty good, very good, we can try and share what
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:1276
    • 提供者:王龙
  1. spline3

    0下载:
  2. 构造了三次样条函数,并有MATLAB实现了其功能-Cubic Spline Interpolation Function
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-11-26
    • 文件大小:1024
    • 提供者:
  1. spline3

    0下载:
  2. 三次样条matlab实现,插值就是已知一组离散的数据点集,在集合内部某两个点之间预测函数值的方法-Cubic spline matlab realize, interpolation is known to a discrete set of data points in the set between two points within a prediction function value method
  3. 所属分类:assembly language

    • 发布日期:2017-11-09
    • 文件大小:832
    • 提供者:贾青
  1. splie

    0下载:
  2. 三次样条插值的C++源程序,简单,可以帮助大部分的人学习一下。-Cubic spline interpolation C++ source, simple, can help most people learn about.
  3. 所属分类:assembly language

    • 发布日期:2017-11-08
    • 文件大小:1960
    • 提供者:贾青
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 32 »
搜珍网 www.dssz.com