CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 三次插值

搜索资源列表

  1. n次Newton n次lagarange 分段三次Hermite插值

    0下载:
  2. n次Newton n次lagarange 分段三次Hermite插值算法-n n lagarange cubic interpolation algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.38kb
    • 提供者:张三华
  1. spline3

    0下载:
  2. 三次样调插值 源程序,欢迎下载交流学习
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1.18kb
    • 提供者:刘语
  1. spline

    0下载:
  2. 问题:用三次样条插值法求节点的函数值。 算法描述: 1. 以 为参数变量的方法(三弯矩方程) 用二阶导数值 来计算S(x)。 首由有条件构造函数 的线性表达式,然后对 积分,在利用连续性得到三次样条函数S(x)在区间[ ]上的表达式 式中 是未知参数。 由第一类边界 ,导出关于 的三对角方程组 = 式中, k=1,2,…n-1 , 求出 后再代入S(x)得到函数值。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:819byte
    • 提供者:wangyangyang
  1. sanyangtiao

    0下载:
  2. 简单的三次样条插值函数-simple cubic spline interpolation function
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.01kb
    • 提供者:刘雨
  1. spline

    0下载:
  2. 三次样条插值子程序,主程序调用此子程序,可以进行数据插值,能够达到足够的精度-Cubic spline interpolation subroutine, main program calls this subroutine, the data can be interpolated to achieve sufficient accuracy
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:1.78kb
    • 提供者:李建胜
  1. cubic_spline

    0下载:
  2. 属于数值分析领域,三次样条插值是一个特殊的插值,它比其他插值的精度都要高。此为方法及算例-In the mathematical field of numerical analysis, spline interpolation is a form of interpolation where the interpolant is a special type of piecewise polynomial called a spline. Spline interpolation is pre
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:23.88kb
    • 提供者:xue.Li
  1. delphi_example_spline

    1下载:
  2. delphi三次样条插值函数程序源码,可以对任意个数的数据进行三次样条插值,数据以excel格式保存-delphi-Three times spline interpolation
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-05
    • 文件大小:186.02kb
    • 提供者:封棋
  1. cubic-spline-interpolation

    1下载:
  2. 三次样条插值代码,适合matlab应用,纯属个人编写-cubic spline interpolation
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:10.02kb
    • 提供者:xzsfw
  1. BSpline

    0下载:
  2. 三次B-Spline 好用,可根据您自己的X 与 Y 进行任意插值。插值与matlab差距很小,保证用一次您就会喜欢!绝对,吐血推荐!-Cubic B-Spline easy to use, according to your own X and Y arbitrary interpolation. Interpolation with matlab gap is very small to ensure that time you will like! Absolute, the recomm
  3. 所属分类:易语言编程

    • 发布日期:2017-04-05
    • 文件大小:1.91kb
    • 提供者:郭德全
  1. matlab-LTE-xindaoguji

    4下载:
  2. 实现LTE下行信道估计,有LS、LMMSE、SVD-MMSE和线性插值、二阶插值、三次样条插值等算法-LTE downlink channel estimation, LS, LMMSE, SVD-MMSE and linear interpolation, second order interpolation, cubic spline interpolation algorithm
  3. 所属分类:assembly language

    • 发布日期:2015-09-23
    • 文件大小:19kb
    • 提供者:xiaoqing
  1. yt

    0下载:
  2. 希尔伯特黄算法中EMD分界函数的三次样条插值函数的源程序。-Hilbert Huang algorithm the EMD boundaries function cubic spline interpolation function of the source.
  3. 所属分类:LabView

    • 发布日期:2017-11-17
    • 文件大小:10.95kb
    • 提供者:liu
  1. sccz

    0下载:
  2. 三次插值算法一个小例子,用于计算多元方程的最小值,也就是最优化问题-A small example cubic interpolation algorithm for the calculation of the minimum value of the multi-equation optimization problem, which is the most
  3. 所属分类:source in ebook

    • 发布日期:2017-12-01
    • 文件大小:707byte
    • 提供者:xm
  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
    • 文件大小:832byte
    • 提供者:贾青
  1. splie

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

    • 发布日期:2017-11-08
    • 文件大小:1.91kb
    • 提供者:贾青
  1. matlabP

    0下载:
  2. matlab 的牛顿插值法,以及三次样条插值法。大家可以借鉴一下。-Newton interpolation matlab and cubic spline interpolation. We can learn from it.
  3. 所属分类:assembly language

    • 发布日期:2017-11-12
    • 文件大小:271.14kb
    • 提供者:贾青
  1. sectionspline

    0下载:
  2. 用于二维平面的闭合曲线三次插值,通过给定的几个坐标点,完成闭合曲线的三次插值函数-Closed curve cubic interpolation for two-dimensional plane, through a given number of coordinate points, complete the closed curve cubic interpolation function
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:637byte
    • 提供者:sunjiefu
  1. Homework0305

    0下载:
  2. 由以下方法求极值:(1)黄金分割法求极值 (2)使用平分法求极值(3)使用成功-失败法求极值(4)牛顿法求极值(5)使用三点二次插值法求极值(6)使用三次插值法求极值 -Extremum by the following methods: (1) golden section method for extreme (2) using bisection method for extreme (3) the use of success- failure method for extrem
  3. 所属分类:assembly language

    • 发布日期:2017-05-07
    • 文件大小:1021.37kb
    • 提供者:童列树
  1. Akima-code

    0下载:
  2. 本程序根据Akima三次插值方法编写,主要用于曲线拟合,例如腔体边界形状拟合。-This program is created based on the Akima cubic interpolation, which can be use to approximate the geometry shape of enclosures.
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:23.66kb
    • 提供者:孙双成
  1. weighted-interpolation

    0下载:
  2. 加权插值算法,包括加权最近邻插值,加权双线性插值,加权双三次插值,直接运行demo.m就可以。-Weighted interpolation algorithm, including weighted nearest neighbor interpolation, bilinear interpolation, weighted weighted double three interpolation, directly run the demo. M.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-08
    • 文件大小:4.61kb
    • 提供者:zhongyt
  1. 弹性力学平面问题边界元法计算程序(姚振汉 边界元法 源代码)

    2下载:
  2. 此程序有线性、二次、三次插值的直线单元、圆弧单元,以及二次等参曲线单元,每个边界线段除等分外、还可等比划分,还有两端加密或中部加密的对称型等比划分等功能,可以根据问题的特性合理划分边界单元,建立最合理的边界元计算模型。程序中对于弱奇异积分通过变换求得解析积分,柯西主值积分用刚体位移法处理,同时对于非奇异积分采用了等精度高斯积分,因此计算精度优于一般的边界元程序,更优于有限元等其他数值方法。
  3. 所属分类:书籍源码

    • 发布日期:2021-02-26
    • 文件大小:95.75mb
    • 提供者:xbei_56@163.com
« 12 »
搜珍网 www.dssz.com