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

搜索资源列表

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

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

    • 发布日期:2008-10-13
    • 文件大小:1414
    • 提供者:张三华
  1. hermite插值

    1下载:
  2. 大学里数学系必学的一们课程数值分析中的经典算法————hermit插值的程序vb版本-University's Department of Mathematics will study the courses have a numerical analysis of the classic interpolation algorithm - hermit version of the procedure vb
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2382
    • 提供者:liunangui
  1. Hermite

    1下载:
  2. Matlab中没有现成的Hermite插值函数,必须编写一个M文件实现插值。 设n个节点的数据以数组x0 (已知点的横坐标), y0(函数值), y1(导数值)输入(注意Matlat的数组下标从1开始), m个插值点以数组x 输入,输出数组y 为m 个插值。编写一个名为hermite.m的M文件。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1374
    • 提供者:贺鼎宏
  1. Hermite 埃尔米特差值多项式

    1下载:
  2. 埃尔米特差值多项式 利用Hermite插值多项式 求被插值函数f(x)在点x=0.55处的近似值-Difference between the use of Hermite polynomial Hermite interpolation polynomial interpolation functions demand is f (x) at point x = 0.55 at the approximate
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-23
    • 文件大小:697
    • 提供者:王晓菲
  1. Hermite.rar

    0下载:
  2. Hermite插值,不少实际问题不但要求在节点上函数值相等,而且要求他的导数值也相等,Hermite interpolation, a lot of practical problems requires not only the function values in the nodes are equally divided, but also his value is also equal to I.
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-03-29
    • 文件大小:894
    • 提供者:wpf
  1. hermite.rar

    0下载:
  2. hermite插值多项式算法!感觉不错!上载给大家试用!,hermite
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-03-27
    • 文件大小:13866
    • 提供者:ljm
  1. Hermite

    0下载:
  2. 关于matlab的一些很经典的插值算法 特别对做数值计算及曲线拟合很有用-matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:9400
    • 提供者:李艺
  1. interpolation

    6下载:
  2. matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken interpolation, Newton interpolatio
  3. 所属分类:Algorithm

    • 发布日期:2015-06-02
    • 文件大小:9896
    • 提供者:
  1. program

    0下载:
  2. 程序包中含有Lagrange插值、Newton插值、Hermite插值、jacobi迭代、gauss迭代、 超松弛迭代、cholesky分解-Package contains Lagrange interpolation, Newton interpolation, Hermite interpolation, jacobi iteration, gauss iteration, ultra-relaxation iteration, cholesky decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2911
    • 提供者:funintears
  1. spline3

    0下载:
  2. 三样条插值函数算法,还包括其他的比如hermite等算法,很全-Three spline interpolation algorithm, for example, also includes other hermite such algorithm, a very wide
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:24160
    • 提供者:jordan
  1. Hermite_interplotion

    0下载:
  2. Hermite插值的MATLAB程序。需要的来下载。-Hermite interpolation of the MATLAB program. Need to download.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:9199
    • 提供者:宁大忠
  1. N-Hermite_interplotion

    0下载:
  2. N-Hermite插值的MATLAB程序。需要的来下载。-N-Hermite interpolation of the MATLAB program. Need to download.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:9865
    • 提供者:宁大忠
  1. chazhi

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

    • 发布日期:2017-03-29
    • 文件大小:10192
    • 提供者:舞蛳
  1. chazhiruanjianbao

    1下载:
  2. 这是一个涵盖了Newton插值、线性插值、分段差值、三次样条插值、Hermite插值的一个插值软件包。-This is a cover of the Newton interpolation, linear interpolation, piecewise difference, cubic spline interpolation, Hermite interpolation of an interpolation package.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:481350
    • 提供者:小楼哥
  1. hermite

    1下载:
  2. 用matlab编写的实现hermite插值法的代码,生成图像可显示第一节点,第二节点,误差点。-Prepared with the matlab code to achieve hermite interpolation to generate the image to show the first node, second node, the error point.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:802
    • 提供者:林安安
  1. Newton-hermite

    0下载:
  2. 用matlab编写的实现Newton形式的hermite插值法的代码,生成图像可显示第一节点,第二节点,误差点。-Implementation prepared by matlab hermite interpolation Newton form of the code, generating the image to show the first node, second node, the error point.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:842
    • 提供者:林安安
  1. interp1

    0下载:
  2. 一个MATLAB源函数,用来计算插值,可以选择使用线性,三次样条插值,Hermite插值等方法,希望对大家有用。-A MATLAB source function, used to calculate the interpolation, you can choose to use linear, cubic spline interpolation, Hermite interpolation, in the hope that useful.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:4482
    • 提供者:杜玉麟
  1. 插值算法

    0下载:
  2. hermite插值,Newton插值,lagrange插值是三种常用的数值插值方法,本文件采用MATLAB对三种插值算法进行了实现。(hermite interpolation)
  3. 所属分类:其他

  1. Hermite插值

    1下载:
  2. Hermite插值要求在插值节点处的函数值、对应的导数值以及高阶导数相等,保形性高,本程序提供算法实现和画图功能。(Hermite interpolation requires that the function value at the interpolation node, the corresponding derivative and the higher derivative are equal. Its shape preservation is high. This program
  3. 所属分类:数学计算

    • 发布日期:2019-11-23
    • 文件大小:2048
    • 提供者:maomao875
  1. Matlab各种插值法.part6

    0下载:
  2. Matlab的 各种插值法..代码,Lagrange插值..Newton插值... Hermite插值... 分段低次插值... 三次样条插值 二维插值...(Various interpolation methods of MATLAB.)
  3. 所属分类:matlab例程

    • 发布日期:2019-11-26
    • 文件大小:16384
    • 提供者:ChannahZ
« 12 3 4 5 »
搜珍网 www.dssz.com