搜索资源列表

  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

    0下载:
  2. 绘制HERMITE 曲线的一个程序。可以将任意多个点连成曲线
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:212120
    • 提供者:ayyuk
  1. 抛物线和Hermite

    0下载:
  2. 抛物线和Hermite曲线的生成算法-parabolic curve and the Hermite Algorithm
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:44785
    • 提供者:王申
  1. hermite

    0下载:
  2. Hermite算法,用于数值计算特别是计算方法中最重要的算法之一。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1648
    • 提供者:刘伟
  1. n次Newton n次lagarange 分段三次Hermite插值

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:张三华
  1. 抛物线和Hermite

    0下载:
  2. 抛物线和Hermite曲线的生成算法-parabolic curve and the Hermite Algorithm
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:44032
    • 提供者:
  1. hermite

    0下载:
  2. 绘制HERMITE 曲线的一个程序。可以将任意多个点连成曲线-HERMITE curve mapping procedure. Can be any number of points connected curve
  3. 所属分类:绘图程序

    • 发布日期:2024-05-10
    • 文件大小:211968
    • 提供者:ayyuk
  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-10
    • 文件大小: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-10
    • 文件大小:1024
    • 提供者:wpf
  1. Hermite

    0下载:
  2. 计算机图形学 丁爱玲版本 java程序实现 hermite曲线-Computer Graphics丁爱玲version of java program hermite curve
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:zhang
  1. hermite

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

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

    0下载:
  2. 由控制点生成hermite曲线实例以及VC的对话框使用-hermite line
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:3673088
    • 提供者:张元元
  1. Hermite

    0下载:
  2. Hermite曲线生成算法,通过四个点的确立绘制hermite曲线-Hermite curve generation algorithm, through the establishment of four-point hermite curve drawing
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:刘嘉文
  1. Gauss-Hermite

    0下载:
  2. 国外比较好用的高斯-厄米特数值积分源代码-the code of gauss-hermite
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:CXChou
  1. hermite

    0下载:
  2. Hermite Curve Interpolation in c++ using Opengl library and Glut.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-10
    • 文件大小:324608
    • 提供者:badji
  1. hermite

    0下载:
  2. calculate the coefficients of the Hermite interpolating polynomial
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:katore vishal
  1. Hermite

    0下载:
  2. Algoritmo Spline de Hermite
  3. 所属分类:2D图形编程

  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-10
    • 文件大小:1024
    • 提供者:林安安
  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例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:林安安
  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-10
    • 文件大小:2048
    • 提供者:maomao875
« 12 3 4 5 6 7 8 9 10 ... 14 »

源码中国 www.ymcn.org