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

搜索资源列表

  1. InterpolationHermiteIsometry

    0下载:
  2. 艾尔米特等距插值。给定n个不等距节点的函数值及一阶导数值,使用埃尔米特插值公式计算指定插值点t处的函数近似值-Hermite Isometry Interpolation: to calculate the approximation of the function at the specified interpolation point t by using Hermite Isometry Interpolation function, which is based on the fun
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:74199
    • 提供者:球球
  1. graphic_demo

    0下载:
  2. 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students lea
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:807327
    • 提供者:冯宾
  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. dujunli_337

    2下载:
  2. 想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;斜测投影,一点,二点,三点透视算法;消影,斜平行投影,正轴测
  3. 所属分类:文件操作

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

    0下载:
  2. 编制赫尔密特差值函数的VC程序,并用此计算节点的数值
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:9599
    • 提供者:吕静榕
  1. hermite

    0下载:
  2. this resolve the hermite problems in C
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:9056
    • 提供者:Djbril
  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. CH5

    0下载:
  2. 5.7 埃尔米特不等距插值 enhmt.c 及实例enhmt0.c 5.8 埃尔米特等距插值 eehmt.c 及实例eehmt0.c 5.9 埃特金不等距逐步插值 enatk.c 及实例enatk0.c 5.10 埃特金等距逐步插值 eeatk.c 及实例eeatk0.c 5.11 光滑不等距插值 enspl.c 及实例enspl0.c-5.7 Hermite Interpolation enhmt.c and examples of non-isometric enhmt0.c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:17817
    • 提供者:yangasdtat
  1. CH6

    0下载:
  2. 6.5 计算一组积分的连分式法ffpqg.c 6.6 高振荡函数求积法fpart.c 6.7 勒让德-高斯求积法flrgs.c 6.8 拉盖尔-高斯求积法flgs.c 6.9 埃尔米特-高斯求积法fhmgs.c-6.5 calculate a set of integral continued fractions method ffpqg.c 6.6 high-vibration function, quadrature method fpart.c 6.7 Legendre-
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:10888
    • 提供者:yangasdtat
  1. Hermite

    0下载:
  2. Hermite曲线,在图形生成中,实现曲线功能-Hermite curves in the graph generation, and curve functions
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:249921
    • 提供者:陈伟
  1. OnHigherOrderApproximationsforHermiteGaussianFunct

    0下载:
  2. 分数阶傅里叶变换 On Higher Order Approximations for Hermite–Gaussian Functions and Discrete Fractional Fourier Transforms-On Higher Order Approximations for Hermite–Gaussian Functions and Discrete Fractional Fourier Transforms
  3. 所属分类:Other systems

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

    0下载:
  2. 画Hermite曲线,用鼠标给出起点个重点及其切向量即可-Painting Hermite curve, given the starting point with the mouse key and tangent vectors can be
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1938906
    • 提供者:张志如
  1. Iacdcn

    0下载:
  2. 为寻找近似一般(非正交)联合(直接在最小二乘意义上的))的埃尔米特集acdc算法矩阵。,已通过测试。 -Hermite set of general (non-orthogonal) combined with (directly in the least squares sense)) to find the approximate the acdc algorithm matrix. , Has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:12338
    • 提供者:yongjiu
  1. Hermite-Gaussinabeam

    0下载:
  2. Hermite-Gaussian光束是一种独特的光束,可以作为图形处理中变化的基函数-The Hermite-Gaussian beam is a unique light beam can be used as the base function of the change in the graphics processing
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:3753
    • 提供者:田凌浩
  1. Hermite

    0下载:
  2. Hermite差值函数算法,输入两端点的函数值以及导数,输出是差值函数。-Hermite difference function algorithm, the two end points of the input function values ​ ​ and derivatives, the output is a function of the difference.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:9576
    • 提供者:wanghuan
  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. hermiteCurve

    0下载:
  2. Hermite Curve OpenGL C++
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:119808
    • 提供者:markrazz
  1. 插值算法

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

« 12 »
搜珍网 www.dssz.com