CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 三次插值

搜索资源列表

  1. ENSPL

    0下载:
  2. 给定N个不等距点上的函数值,计算指定区间上的三次插值多项式与指定插值点上的函数值
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:39.89kb
    • 提供者:z
  1. 三次样条插值程序

    0下载:
  2. 三次样条插值c程序
  3. 所属分类:数学计算/工程计算

  1. 三次样条插值求值(研究生数值分析作业)

    0下载:
  2. 三次样条插值求值(研究生数值分析作业)
  3. 所属分类:数学计算/工程计算

  1. enlgr 一元全区间不等距插值

    0下载:
  2. enlgr 一元全区间不等距插值 eelgr 一元全区间等距插值 enlg3 一元三点不等距插值 eelg3 一元三点等距插值 enpqs 连分式不等距插值 eepqs 连分式等距插值 enhmt 埃米特不等距插值 eehmt 埃米特等距插值 enatk 埃特金不等距插值 eeatk 埃特金等距插值 enspl 光滑不等距插值 eespl 光滑等距插值 espl1 第一种边界条件的三次样条函数插值,微商与积分 espl
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-23
    • 文件大小:18.7kb
    • 提供者:康牟仁
  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
    • 文件大小:9.66kb
    • 提供者:
  1. Bicubic

    1下载:
  2. 双三次样条插值算法代码,做图片的放大缩小可参考,代码写得不错。-Bicubic spline interpolation algorithm code, so refer to zoom the image, the code is well written.
  3. 所属分类:Algorithm

    • 发布日期:2015-08-03
    • 文件大小:12kb
    • 提供者:天羽忍
  1. scyt

    1下载:
  2. 三次样条插值函数,可以用于计算插值,一阶导数,二阶导数-Cubic spline interpolation function can be used to calculate the interpolation, first derivative, second derivative
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1.02kb
    • 提供者:大龙
  1. 3107002005_5th_spline

    0下载:
  2. 曲线的三次样条插值,在非首尾节点处具有三次光滑性质-Curve cubic spline interpolation, in both nodes with non-smooth nature of the three
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1.38kb
    • 提供者:lommmmmm
  1. three

    0下载:
  2. 计算机数值分析中三次样条插值算法的演示算法-Computer numerical analysis algorithm for cubic spline interpolation algorithm demo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1.02kb
    • 提供者:
  1. shuzhifenxi

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

    • 发布日期:2017-04-06
    • 文件大小:51.99kb
    • 提供者:李珊珊
  1. aa89

    0下载:
  2. 用VB程序编写的数值分析三次样条插值函数。-Programming with VB Numerical Analysis of cubic spline interpolation function.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2.91kb
    • 提供者:kllogg
  1. main

    0下载:
  2. 分段线性插值,分段二次多项式插值,分段三次多项式插值,三次样条插值-Piecewise linear interpolation, sub-quadratic polynomial interpolation, sub-cubic polynomial interpolation, cubic spline interpolation
  3. 所属分类:Algorithm

    • 发布日期:2016-12-05
    • 文件大小:1.55kb
    • 提供者:唐世兴
  1. sanciyangtiaochazhi

    0下载:
  2. 计算方法\计算方法程序\sanciyangtiaochazhi 三次样条插值法.rar-Calculation method of calculation procedures sanciyangtiaochazhi cubic spline interpolation. Rar
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:9.52kb
    • 提供者:jc
  1. SCYTCZ

    0下载:
  2. 数值分析课程必备的算法:三次样条插值。有需要的同学下载-Numerical Analysis of Algorithms course required: cubic spline interpolation. Those students in need to download
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.2kb
    • 提供者:03
  1. SplineDemo_lhd

    0下载:
  2. 三次样条插值程序演示。在SplineDemoView.cpp文件中的函数BOOL CSplineDemoView::ZSpline3()和函数double Spline3(double)是实现三次样条插值算法的核心函数。用VC6.0编译运行后,在窗口上由左至右点击鼠标左键设置一些点,然后点击鼠标右键即绘出穿过这些点的三次样条插值曲线。-Cubic spline interpolation procedure demonstration.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:40.4kb
    • 提供者:罗皇达
  1. GuangHuaChaZhi

    0下载:
  2. 给定n个节点xi[i=0,1,...,n-1]上的函数值yi=f[xi]及精度要求,用阿克玛方法计算指定指定子区间上的三次插值多项式与指定插值点t处的函数近似值z=f[t]-Given n nodes xi [i = 0,1 ,..., n-1] on the function values yi = f [xi] and the accuracy requirements specified by Arkema method specified sub-interval on the cubi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.82kb
    • 提供者:罗坤
  1. analysis2

    0下载:
  2. 数值分析B计算实习作业二:分别用分段线性插值、分段二次多项式插值、 分段三次多项式插值和三次样条插值对所给的数据进行细化 -Numerical Analysis of B calculated internship operation II: piecewise linear interpolation, respectively, sub-quadratic polynomial interpolation, sub-cubic polynomial interpolation and
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2.48kb
    • 提供者:madier
  1. Newton

    0下载:
  2. 牛顿插值和三次样条插值的matlab实现-Newton interpolation and cubic spline interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2.43kb
    • 提供者:张阳军
  1. shuzhifenxi

    0下载:
  2. 几个数值分析算法的实现 包括三次样条插值、最小二乘法、高斯插值、adam、龙贝格算法等-Some numerical analysis algorithms, including implementation of the cubic spline interpolation, least squares, Gauss interpolation, adam, dragon Berg algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2.12mb
    • 提供者:浩峰
  1. NumericalAlgorithm

    0下载:
  2. 常用数值算法的C++源码,包括三次样条插值、二重积分计算、常微分初值问题数值解、Newton迭代法、列主元高斯消去法、逐次超松弛迭代法。-Numerical algorithm used in C++ source code, including the cubic spline interpolation, double integral, the ordinary differential initial value problem numerical solution, Newton it
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6.27kb
    • 提供者:胡婕
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com