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

搜索资源列表

  1. Spline

    0下载:
  2. 用Opengl实现的样条线绘制,包括: 1.任意次bezier曲线的绘制 2.3次hermite曲线的绘制 -Opengl achieved with spline drawing, including: 1. Arbitrary times Bezier curve drawing 2.3 times hermite Curve
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:231992
    • 提供者:吴彧文
  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. 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. yangtiaochazhi

    0下载:
  2. 样条插值法,了解Hermite插值法、三次样条插值法原理,结合计算公式,确定函数值。-Spline interpolation method to understand the Hermite interpolation, cubic spline interpolation theory, combined with calculation formula to determine the function value.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:23700
    • 提供者:张继江
  1. drawingcurve

    1下载:
  2. Coons曲面与hermite、bezier、B样条曲线标准化函数及应用程序源代码(VC6.0下编写)-Coons surface with hermite, bezier, B-spline curve function and application of standardized procedures for the source code [VC6.0 under preparation]
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:163671
    • 提供者:梦琦
  1. curve

    0下载:
  2. hermite bezier 三次样条三种方法生成曲线-hermite bezier spline curves generated in three ways
  3. 所属分类:Graph program

    • 发布日期:2017-05-20
    • 文件大小:5821927
    • 提供者:dragon_ton
  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. Bspline_Face

    2下载:
  2. 基于mfc的实现B样条曲面拟合算法,使用OpenGL显示-Mfc-based implementation B-spline surface fitting algorithm using the OpenGL display
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-22
    • 文件大小:6668716
    • 提供者:caiye
  1. Hermite

    0下载:
  2. Algoritmo Spline de Hermite
  3. 所属分类:2D Graphic

  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. spline

    0下载:
  2. Opengl spline simulation: Hermite,Bezier,Cardinal-Opengl spline simulation: Hermite, Bezier, Cardinal
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-27
    • 文件大小:10707309
    • 提供者:抓抓
  1. SPLINE

    0下载:
  2. SPLINE is a package of simple routines for setting up and evaluating splines and related functions, whose goal is either to to interpolate given data exactly at a set of points to approximate data over an interval. There are a variety of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:39111
    • 提供者:followtime
  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. Hermite

    0下载:
  2. 画图算法--三次Hermite样条曲线算法,用于学习,是算机图形学基础的基础算法。-Drawing algorithm- Cubic Hermite Spline curve algorithm for learning the basic algorithm for computer graphics based.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-08
    • 文件大小:342331
    • 提供者:chensiyuan
  1. Hermite

    0下载:
  2. 基于Hermite的数字图像编程,利用样条插值实现-Based on Hermite digital image programming, using spline interpolation to achieve
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-02
    • 文件大小:5120
    • 提供者:yaodongcai
  1. Hermite

    0下载:
  2. 绘制Hermite样条曲面的源程序,Visual C++实现,程序结构清晰,代码正确,参考价值较高-Draw Hermite spline surface of the source, Visual C++, program structure is clear, the code is correct, the higher reference value
  3. 所属分类:Graph program

    • 发布日期:2017-11-18
    • 文件大小:1438360
    • 提供者:张君
  1. VCPPHermite

    0下载:
  2. 绘制Hermite样条曲面的源程序,Visual C++实现,程序结构清晰,代码正确,参考价值较高-Draw Hermite spline surface of the source, Visual C++, program structure is clear, the code is correct, the higher reference value
  3. 所属分类:Graph program

    • 发布日期:2017-11-19
    • 文件大小:1746463
    • 提供者:张君
  1. Hermite

    0下载:
  2. 用matlab编写的三次Hermite样条曲线,以及其基函数曲线-Prepared using matlab cubic Hermite spline curves, as well as its basic function curve
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:5253
    • 提供者:李辉
  1. Hermite

    0下载:
  2. 根据所给定的节点值和节点上的函数值,取边界条件为 “左右两端的一阶导数值为零”, 编制构造三次样条函数的 Matlab 程序。 另附测试程序-Depending on the value of a given node and the node function value, taking the boundary conditions for the " right and left ends of the first derivative value of zero,"
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1326
    • 提供者:张伟
  1. Computer Aided design

    0下载:
  2. hermite shape functions using matlab
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:Rish
« 12 3 »
搜珍网 www.dssz.com