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

搜索资源列表

  1. interp2

    0下载:
  2. 早期工程师制图时,把富有弹性的细长木条(所谓样条)用压铁固定在样点上,在其他地方让它自由弯曲,然后沿木条画下曲线。成为样条曲线 三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。-Early engineer drawings, the flexible elongated wood (so-called spline) by the weight fixed on the sample, it is free to fle
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2859
    • 提供者:Jack
  1. CCSAFOR

    0下载:
  2. CLAMPED CUBIC SPLINE ALGORITHM FORTRAN
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2344
    • 提供者:amin
  1. CCSAMAT

    0下载:
  2. CLAMPED CUBIC SPLINE ALGORITHM MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1931
    • 提供者:amin
  1. tssvm--bfgs

    0下载:
  2. 对三次样条函数的模型利用BFGS算法进行优化求解-Cubic spline function model using BFGS algorithm optimization solution
  3. 所属分类:Data Mining

    • 发布日期:2017-05-16
    • 文件大小:3802203
    • 提供者:柳光峰
  1. VBsanci

    0下载:
  2. 内含VB绘制三次样条曲线方法,并加入一个计时器,动态生成点并绘制样条曲线,形成动态锯齿图.-VB containing cubic spline curve drawing method, and add a timer, dynamically generated point and draw spline curves to form a dynamic zigzag map.
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4444
    • 提供者:赵程序
  1. cubicspline

    0下载:
  2. cubicspline三次样条插值方法,亲测可用,用于数据分段插值,C++源码-cubicspline cubic spline interpolation method, pro-test available for data piecewise interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:841
    • 提供者:chen
  1. lmd

    3下载:
  2. LMD matlab 程序 局域均值分解,利用滑动平均求的,不是用三次样条-LMD matlab program local mean decomposition, using the sliding average demand, not by Cubic Spline
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3076
    • 提供者:叶影
  1. spline3

    0下载:
  2. 三次样条插值函数边界条件由实际问题对三次样条插值在端点的状态要求给出。以第 1 边界条件为例, 用节点处二阶导数表示三次样条插值函数,用追赶法求解相关方程组。通过 Matlab 编制三次样条函数的通用程序, 可直接显示各区间段三次样条函数体表达式,计算出已给点插值并显示各区间分段曲线图。-Cubic spline interpolation function boundary condition for the practical problems cubic spline interp
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1059
    • 提供者:yangqiang
  1. Trispline

    0下载:
  2. 三次样条插值程序,以西安交通大学研究生《数值分析》习题为例,可通用-Cubic spline interpolation process to Xi' an Jiaotong University graduate student, " Numerical analysis" exercises, for example, can be common
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:54488
    • 提供者:郑南宁
  1. CubicSplineInterpolation

    0下载:
  2. 三次样条曲线(Cubic Spline)插值-Cubic spline interpolation example.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4054
    • 提供者:liurenren
  1. NM2_Amal-8334

    0下载:
  2. newton method , natural cubic spline, romberg
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:68670
    • 提供者:Amal
  1. cubic_spline_wavelet_interpolation

    0下载:
  2. 三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。本函数中采用第一类边界值-Cubic spline interpolation (referred Spline interpolation) through a series of key points of a smooth curve, mathematically by solving the three-moment equations derived curve fu
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:944
    • 提供者:leejacob
  1. spline3

    0下载:
  2. 该程序实现了三次样条函数插值算法,并提供多种边界条件以供选择,包括自然三次样条与给定边界点导数值等。-The program implements a cubic spline function interpolation algorithm, and offers a variety of boundary conditions for selection, including natural cubic splines with a given boundary point derivati
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1375
    • 提供者:杨北
  1. spline3_VB

    0下载:
  2. 本程序利用VB语言实现了三次样条函数的数值算法,支持给定边界导数值的条件。-This procedure using VB language to achieve a numerical algorithm cubic spline function, support given boundary conditions of derivative values.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1352
    • 提供者:杨北
  1. Quxian

    0下载:
  2. VC++开发的绘制曲线程序,采用 Cubic Spline拟合绘制的曲线经过给定的点。-Spline plotting program developed by VC++, and Fitting using Cubic Spline curve drawn through those given points.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:10016
    • 提供者:buptwsw
  1. SplineInterpolation

    0下载:
  2. 三次样条曲线,自己实现的,需要的同学可以自己参考下,-Cubic spline curve to achieve their own, requiring students can themselves refer to, hey
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2918
    • 提供者:陆浩
  1. 2

    0下载:
  2. 三次样条插值之固支条件,用于三角网格后处理边界差值,特便是应力云图-clamped cubic spline interpolation conditions for triangular mesh boundary difference,, is the stress nephogram
  3. 所属分类:assembly language

    • 发布日期:2017-05-03
    • 文件大小:702841
    • 提供者:赵堃
  1. usb_data

    0下载:
  2. 清华大学激光雕刻数控插补代码,包含基本的直线圆弧以及三次样条曲线的插补。-Tsinghua University, CNC laser engraving interpolation code, including basic linear interpolation and cubic spline arc curve.
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:180006
    • 提供者:Icy
  1. Numerical-Analysis

    0下载:
  2. Different numerical methods which are Newton Divided,Lagrange Interpolation, Cubic Spline and Simpson.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-09
    • 文件大小:1924718
    • 提供者:yassin
  1. CubicSpline

    0下载:
  2. Cubic spline alghorithm in C++.
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:2678093
    • 提供者:Dovydas
« 1 2 ... 20 21 22 23 24 2526 27 28 29 30 31 32 »
搜珍网 www.dssz.com