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

搜索资源列表

  1. CMatrixClass

    0下载:
  2. 1.内存管理一律根据实际需要的大小在堆中动态分配内存。 2.边界检查。如果数组下标超越了数组大小界限,会给出警告信息,可以防止非法内存访问以及方便程序的调试。 3.重载了+,-,*,+=,-=,数乘等常见运算符; 4.可以保存数组为二进制数据文件和文本文件两种形式,也可以从二进制数据文件和文本文件读取数据到数组。 5.实现了和矩阵相关的线性代数方程组求解算法。一是高斯选主元消去法二是针对三对角矩阵的追赶法。 6.静态函数Bspline3():3次
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9779
    • 提供者:紫罗兰
  1. Tc2.0Bsplinesrc

    0下载:
  2. turbo c 2.0实现的B样条反控制顶点算法 也就是画一条插值到所给点的样条 4阶,3次-turbo c 2.0 achieving B-spline vertices of the anti-control algorithm is a painting by interpolation to point to the kind of the four bands, three times
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:39730
    • 提供者:bug
  1. chazhisuanfa

    1下载:
  2. 已知f(xn)=yn ,n=0,1,2,…,N;求通过这N+1个节点{(xn,yn)| n=0,1,2,…,N }的插值函数Pn (x)。 设计出具体的程序,分别使用拉格朗日插值,牛顿插值和三次自然样条三种算法绘制出相应的插值曲线。用三条不同颜色的曲线来表示三种插值方法在一段区间内的插值函数。要求动态显示曲线绘制全过程。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:16190
    • 提供者:jack
  1. CGraphGAOLuWei

    0下载:
  2. 曲线拟合 拉格朗日 样条等,插值算法,描述,鼠标左键单击控制点-Lagrange spline curve fitting, interpolation algorithm, described the left mouse button click the control point
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:48809
    • 提供者:zanbilei
  1. 3B-sline

    0下载:
  2. 三次B样条曲线的算法研究,关于插值的选取和处理-Cubic B-spline curve algorithm, the selection and processing of interpolation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2092
    • 提供者:xukeda
  1. issue3

    0下载:
  2. 基于混合插值样条的基于混合插值样条的保边缘图像插值算法 -Edge-preserving Image Interpolation Algorithm Based on Blending Interpolation Spline
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:285553
    • 提供者:xiaozhang
  1. Computer-Animation

    0下载:
  2. 实现关键帧的线性插值、矢量插值、样条曲线三种插值算法-Linear keyframe interpolation, vector interpolation, spline curves of three interpolation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:64707
    • 提供者:陈银银
  1. Lagrangian

    0下载:
  2. 通过上机实现拉格朗日、牛顿和三次自然样条三种插值算法,了解并掌握拉格朗日、牛顿和三次自然样条三种插值算法的内涵。通过动态演示曲线生成全过程,分析并比较三种插值算法的优缺点,深刻理解这些算法。-Lagrange, Newton-on and three natural spline the three interpolation algorithm, to understand and grasp the meaning of Lagrange, Newton, and three natural
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:972
    • 提供者:类铭辰
  1. spline11

    0下载:
  2. 提高算法的精确度,以及利用三次样条插值法与真实值做对比-Improve the accuracy of the algorithm, as well as cubic spline interpolation method to do comparison with the real value
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:15286
    • 提供者:syl
  1. gezhongchazhi

    0下载:
  2. 各种插值算法的比较,拉格朗日、三次样条插值等-Comparison of various interpolation algorithms, Lagrangian, cubic spline interpolation and so on
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:766
    • 提供者:virgil
  1. parts

    1下载:
  2. part1用三次样条插值的三弯矩法 part2求非线性方程及方程组的根 part3用龙贝格和高斯法求积分 part4比较三次样条求导法与数值积分求导法 part5用指定方法求给定方程组的解 part6研究解线性方程方程组的迭代法收敛速度 part7求非线性方程及方程组的根 part8用QR算法求矩阵特征值 part8求非线性方程及方程组的根-Three moment Method part2 part1 cubic spline interpolation wit
  3. 所属分类:Algorithm

    • 发布日期:2017-12-14
    • 文件大小:8192
    • 提供者:zhlicun
  1. 4858414

    0下载:
  2. 7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPL()
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:wzes&458
  1. 31153483

    0下载:
  2. 一个能够从三次样条插值反求出X坐标的算法()
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:PJ_95906
  1. fipsh

    0下载:
  2. 三次样条插值的C语言算法,但是总是数据溢出()
  3. 所属分类:数据结构

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:Elavrb
  1. nswff

    0下载:
  2. 三次样条插值法,是运用的数值计算方法的算法实现的()
  3. 所属分类:大数据

  1. 792338

    0下载:
  2. 三次样条插值的C语言算法,但是总是数据溢出()
  3. 所属分类:图形图象

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:parfplheeqs
  1. hrekbt

    0下载:
  2. 三次样条插值法,是运用的数值计算方法的算法实现的()
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:323584
    • 提供者:inxerqectxbn
  1. 3502319

    0下载:
  2. 7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPL()
  3. 所属分类:图形图象

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:kecuriny
  1. ethr

    0下载:
  2. 一个能够从三次样条插值反求出X坐标的算法()
  3. 所属分类:大数据

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:Ophebia
  1. dace

    2下载:
  2. 几种常用代理模型算法,包括Kriging,RBF,样条插值模型。能够根据样本数据拟合高精度代理模型,并提供了几个算例(Several commonly used proxy model algorithms, including Kriging,RBF, spline interpolation model.According to the sample data, the high precision proxy model can be fitted, and several example
  3. 所属分类:matlab例程

    • 发布日期:2019-12-31
    • 文件大小:4872192
    • 提供者:fsj1111
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com