搜索资源列表

  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. MATLAB源程序

    0下载:
  2. 一阶导数hermite插值。-a derivative hermite interpolation.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:张俊海
  1. n次Newton n次lagarange 分段三次Hermite插值

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

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:张三华
  1. hermite插值

    0下载:
  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. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:liunangui
  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 c
  3. 所属分类:文件格式

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:xuyan
  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,
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:唐成玉
  1. Hermite

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

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:贺鼎宏
  1. Hermite

    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/网络编程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:wpf
  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,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:funintears
  1. spline3

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

    • 发布日期:2024-05-09
    • 文件大小:23552
    • 提供者:jordan
  1. hermite

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

    • 发布日期:2024-05-09
    • 文件大小:14336
    • 提供者:ljm
  1. chazhi

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

    • 发布日期:2024-05-09
    • 文件大小:10240
    • 提供者:舞蛳
  1. Hermite_interplotion

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

    • 发布日期:2024-05-09
    • 文件大小:9216
    • 提供者:宁大忠
  1. N-Hermite_interplotion

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

    • 发布日期:2024-05-09
    • 文件大小:10240
    • 提供者:宁大忠
  1. chazhiruanjianbao

    0下载:
  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例程

    • 发布日期:2024-05-09
    • 文件大小:481280
    • 提供者:小楼哥
  1. hermite

    0下载:
  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例程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:林安安
  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 us
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:杜玉麟
  1. 插值算法

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

  1. Hermite插值

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

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:maomao875
« 12 3 4 5 »

源码中国 www.ymcn.org