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

搜索资源列表

  1. Hermite-C

    0下载:
  2. * 用埃特金插值法依据N个已知数据点计算函数值 * 输入: n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * xx-插值点第一坐标 * eps--求解精度 * 输出: 函数返回值所求插值点的第二坐标 -* Use Aitken interpolation method based on N-known data points calculation function * Input :
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2758
    • 提供者:xuyan
  1. hermit

    0下载:
  2. 在求n阶差商时,考虑有重节点的情况,使用Hermite插值法-seeking to n-poor, consider the weight of the nodes, the use of Hermite interpolation
  3. 所属分类:C#编程

    • 发布日期:2014-01-14
    • 文件大小:1206
    • 提供者:piggy
  1. okokokok

    0下载:
  2. 几个数值分析类MATLAB程序,内容如下:拉个朗日插值,三次样条插值法 ,NEWTON插值,hermite插值,mewton形式的hermite插值,平方根法-several types of numerical analysis computer program, which reads as follows : Take a Long Day interpolation, cubic spline interpolation, Newton-interpolation, Hermite
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1792
    • 提供者:唐成玉
  1. HermiteThree

    1下载:
  2. 该程序是一个分段三次Hermite插值函数,给出自变量的值和相应的函数值及一阶导数值,可以用来另外已知自变量值的函数值-that the procedure was a Hermite cubic interpolation function, from the variable to the value and the corresponding function and a derivative values can be used to the other variables known
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:796
    • 提供者:陈林
  1. ChaZhi

    0下载:
  2. 该文件中有拉格朗日插值算法,艾肯特插值算法,牛顿插值算法,高斯插值算法,埃尔米特插值算法的常见插值算法的代码。-The document in the Lagrange interpolation algorithm,艾肯特interpolation algorithm, the Newton interpolation algorithm, Gaussian interpolation algorithm, Hermite interpolation algorithm of the code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:10760
    • 提供者:陈臻
  1. Hermitechazhi

    0下载:
  2. 带导数的Hermite插值,用户输入x,y,及在x点处的导数值-lead and the number of Hermite interpolation, user input x, y and x points in the derivatives
  3. 所属分类:MPI

    • 发布日期:2017-11-27
    • 文件大小:9535
    • 提供者:辛华
  1. shuzhifenxi2

    1下载:
  2. 实验题目:Hermite插值多项式 相关知识:通过n+1个节点的次数不超过2n+1的Hermite插值多项式为: 其中,Hermite插值基函数 数据结构:三个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y=f(x)的一张表(其中 ): x 0.10 0.20 0.30 0.40 0.50 y 0.904837 0.818731 0.740818 0.670320 0.606531 m
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:1065
    • 提供者:张涛
  1. Aumerical_Analysis_MATLAB_function

    0下载:
  2. 研一刚上完数值分析,自己写了几个算法的子函数,可以直接调用,参数的含意在文件中有说明,这五个算法分别是:拉格朗日插值,hermite插值,Newton插值,修正hamming算法,龙贝格加速算法。希望能够对大家有所帮助。-Kenichi just finished numerical analysis, himself wrote a number of algorithms Functions, you can directly call the meaning of the paramete
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1939
    • 提供者:小天
  1. work

    0下载:
  2. HERMITE插值函数,试算,欢迎下载测试-HERMITE
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1697
    • 提供者:郑ZX
  1. interpolat

    1下载:
  2. 科学与工程计算中常用的插值算法:Aitken、Akima、Hermite、Lagrange、样条插值等。-Science and engineering computing interpolation algorithm commonly used: Aitken, Akima, Hermite, Lagrange, spline interpolation.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:8959
    • 提供者:包辉
  1. 4

    0下载:
  2. 插值的函数 函数名 功能 Language 求已知数据点的拉格朗日插值多项式 Atken 求已知数据点的艾特肯插值多项式 Newton 求已知数据点的均差形式的牛顿插值多项式 Newtonforward 求已知数据点的前向牛顿差分插值多项式 Newtonback 求已知数据点的后向牛顿差分插值多项式 Gauss 求已知数据点的高斯插值多项式 Hermite 求已知数据点的埃尔米特插值多项式 SubHermite 求已知数据点的分段三次埃尔米特插值多项式及其
  3. 所属分类:matlab

    • 发布日期:2016-01-26
    • 文件大小:10240
    • 提供者:gleeman
  1. Hermite

    0下载:
  2. 关于球面上的一种Hermite插值On the spherical surface of a Hermite interpolation-On the spherical surface of a Hermite interpolation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:651027
    • 提供者:orsync
  1. Hermite-interpolation

    0下载:
  2. Hermite插值代码,用于科学计算和数据处理,适用于matlab学习者以及工程技术人员参考。-Hermite interpolation code for scientific computing and data processing for matlab learners and engineering and technical officers.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:589
    • 提供者:高毅
  1. Hermite

    0下载:
  2. 插值方法:Hermite插值法,希望能够对大家有所帮助。-Interpolation method: Hermite interpolation, hoping to be helpful to everyone.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5062
    • 提供者:yu
  1. Hermite-Matlab

    0下载:
  2. Hermite插值多项式拟合Matlab程序。运用Matlab软件依据理论可画出Hermite插值图像,并求出Hermite多项式,并应用到实际问题中。-Hermite interpolation polynomial fitting Matlab program。Using Matlab software can be drawn based on the theory Hermite interpolation image, and find Hermite polynomials, and
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:7459
    • 提供者:caidb
  1. Hermite

    0下载:
  2. 求已知数值点的分段三次Hermite插值多项式及其插值处的点-Hermite interpolation polynomial
  3. 所属分类:Wavelet

    • 发布日期:2017-04-10
    • 文件大小:707
    • 提供者:liluotu
  1. HERMITE

    0下载:
  2. HERMITE插值,用在gps轨道内插和卫星钟差内插的场合,有兴趣的可以和subhermite比较下-HERMITE interpolation, interpolation used in GPS orbit and satellite clock difference interpolation, interested can and subhermite comparison
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1074
    • 提供者:ninysun
  1. Cubic-Hermite-interpolation

    0下载:
  2. 实现分段三次Hermite插值算法,内有小例程,可以在VC或Turbo C上实现-Piecewise cubic Hermite interpolation algorithm to achieve, there are small routines can be implemented in the VC or Turbo C
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:20031
    • 提供者:yangrui
  1. insert

    0下载:
  2. 牛顿 拉格朗日 埃尔米特插值法 matlab程序(Newton Lagrange Hermite)
  3. 所属分类:matlab例程

  1. 47206

    0下载:
  2. 多项式插值求解 案例 希望有所帮助 , 自带案列 和图(The program should include a function generalInterpolation(fs,xs) that finds the interpolating polynomial including in cases where there are repeated points (inlcuding Hermite interpolation, where the points are doubled,
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:496640
    • 提供者:oubao
« 1 23 4 5 »
搜珍网 www.dssz.com