搜索资源列表

  1. 绘制三次参数样条插值曲线

    0下载:
  2. 采用VB绘制三次参数样条插值曲线,非常好看,方便!-using VB drawing three parameters spline interpolation curve, very good looking, easy!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:3489
    • 提供者:杨延西
  1. 三次样条法进行函数插值的程序

    0下载:
  2. 三次样条法进行函数插值的程序
  3. 所属分类:源码下载

  1. deBoorCH

    0下载:
  2. de Boor 求值算法求作二次和三次B-样条插值曲线,Hartley-Judd法确定节点矢量,使用基于基的运算的插值法求控制顶点-algorithm evaluates demand for secondary and cubic B-spline interpolation curve, Hartley-Judd determine node vector-based computing interpolation method f
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:jo Wang
  1. spine

    0下载:
  2. 样条类的C++,该类包括三次样条的插值,拟合和B样条的插值,拟和等功能 。自己编写的简单适用的函数,粘上即可用。-Spline type of C++, Such including the cubic spline interpolation, fitting and B-spline interpolation, to be and functions. I have written a simple application of
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:饶宾
  1. CAGD-B

    0下载:
  2. 利用C++解决CAGD中的连续的三次B样条插值问题-The use of C++ Solution CAGD in three consecutive B-spline interpolation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:形成
  1. sanmu

    1下载:
  2. 三次样条函数算法C++源代码,用于工程上计算平滑曲线的插值计算.-Cubic spline function algorithm C++ Source code for the project to calculate the smooth curve interpolation calculation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:602112
    • 提供者:李林
  1. three_spline

    0下载:
  2. 对于给定(n+1)个节点上的函数值,采用三次样条的方法进行差值,这是一个高阶的插值方法,它既有良好的收敛性又比较光滑。它实际上是由分段三次曲线连接而成,在接点处有2阶连续导数。-For a given (n+ 1) nodes on the function value, using cubic spline approach the margin, this is a high-order interpolation methods,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:白雪
  1. B

    0下载:
  2. B样条曲线和三次B样条插值的相关知识不完全总结-B-spline curves and three B-spline interpolation of the relevant knowledge does not fully sum up
  3. 所属分类:绘图程序

    • 发布日期:2024-05-14
    • 文件大小:1501184
    • 提供者:xxt
  1. Chapter02.Interpolation

    0下载:
  2. 清华大学《数值分析A》-第02章.插值 Lagrange Newton Hermite 三次样条-Tsinghua University,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:350208
    • 提供者:大乔
  1. LineTrans

    0下载:
  2. 2D图像的线性插值拉伸用于图像的增强处理-2D image of the linear interpolation for image enhancement of tensile deal
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-14
    • 文件大小:91136
    • 提供者:caolly
  1. shuzhifenxi

    0下载:
  2. 本程序设计采用C语言编程,采用二分法和牛顿法计算了一个方程的根,用给出的已知条件计算出三次样条插值,最后计算了一个11元线性方程组的根。正文中介绍了每个题目的详细分析步骤,附录中附有程序清单。-The program design using C language programming, the use of dichotomy and Newton
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:53248
    • 提供者:李珊珊
  1. splineinterpolation

    0下载:
  2. 2D图形算法,基于三次样条插值的曲线绘制,用MFC开发。-2D graphics algorithms, based on cubic spline interpolation of the curve drawn with MFC development.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-14
    • 文件大小:1624064
    • 提供者:liufk
  1. program

    0下载:
  2. 数值算法例子,牛顿插值,拉格朗日,三次样条
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:16384
    • 提供者:chiu yufeng
  1. work

    0下载:
  2. 数值计算中Lagrange插值,分段线性插值和三次样条插值源程序,可直接调用-Numerical calculation of Lagrange interpolation, piecewise linear interpolation and cubic spline interpolation source code can directly call the
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:lu
  1. cubic_spline

    0下载:
  2. 固定边界条件下的三次样条插值matlab程序-fixed boundary condition;cubic spline
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:刘鹏
  1. shzhfx

    0下载:
  2. 数值分析课程设计,内附MATLAB源码和word,用三次样条插值设计中英文签名,双三次做改进; 采用交互式界面进行操作,用鼠标点击获取名字大致的数据点 三次样条插值算法:可产生二阶光滑度,即二阶导数连续签名图样-Numerical analysis of curriculum design, enclosing the MATLAB source code and the word, using cubic spline int
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:252928
    • 提供者:zhaoshuangxiang
  1. 20

    0下载:
  2. 如何使用Matlab编程实现三次样条插值法 -How to use the Matlab programming cubic spline interpolation method
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:李帅
  1. uniformbspline

    0下载:
  2. B-三次样条插值 为什么要那么长的说明呢 上传也很不容易的说-B3thjfjfgakgrjfgspgkdopggwf
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:陈伟
  1. Interpolation

    0下载:
  2. 其中包括牛顿插值算法,分段线性插值算法,Larange算法和三次样条插值算法的源程序。还包括插值算法的报告一份。-Including the Newton interpolation algorithm, piecewise linear interpolation algorithm, Larange algorithm and cubic spline interpolation algorithm of the source. T
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:673792
    • 提供者:黄校园
  1. 4

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

    • 发布日期:2024-05-14
    • 文件大小:10240
    • 提供者:gleeman
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 35 »

源码中国 www.ymcn.org