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

搜索资源列表

  1. HermiteThree

    1下载:
  2. 该程序是一个分段三次Hermite插值函数,给出自变量的值和相应的函数值及一阶导数值,可以用来另外已知自变量值的函数值-that the procedure was a Hermite cubic interpolation function, from the variable to the value and the corresponding function and a derivative values can be used to the other variables known
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:796byte
    • 提供者:陈林
  1. yangtiaochazhi

    0下载:
  2. 该程序能实现第一型三次样条插值,边界条件是端点的一阶导数。结果可以同时显示每段区间的插值多项式。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.2kb
    • 提供者:潘晓惠
  1. three_spline

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

    • 发布日期:2008-10-13
    • 文件大小:3.01kb
    • 提供者:白雪
  1. shuzhifenxi

    1下载:
  2. 北航数值分析大作业三,功能为用Newdon法求解非线性方程组,Gauss法求解线性方程组,求矩阵的逆,二元二次插值,按最小二乘原则进行二元拟合并自动寻找最小阶数。-Northern analysis of large numerical operations three functions with Newdon method for solving nonlinear equations, Gauss method for solving linear equations, find the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:8.05kb
    • 提供者:朱付涛
  1. Deboor

    0下载:
  2. 三次四阶B样条插值算法的C++实现,三次四阶B样条插值算法的C++实现-Three fourth-order B-spline interpolation algorithm in C++, and three fourth-order B-spline interpolation algorithm in C++,
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3.64mb
    • 提供者:cindy
  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. maspline

    1下载:
  2. 插值方法:三次样条插值源代码(一阶导数边界条件)-Interpolation Method: Cubic Spline Interpolation source code (a derivative boundary condition)
  3. 所属分类:Algorithm

    • 发布日期:2016-12-05
    • 文件大小:820byte
    • 提供者:malanxiang
  1. ESPL3

    0下载:
  2. 三次样条函数插值,微商与积分,计算N个节点上的一阶导数,二阶导数,插值区间积分值-failed to translate
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:839byte
    • 提供者:emes
  1. masplinehh

    0下载:
  2. 用途:三阶样条插值(一阶导数边界条件) 格式:m=maspline(x,y,dy0,dyn,xx), x为节点向量,y为数据, dy0,dyn为左右两端点的一阶导数如果xx缺省,则输出各节点的 的一阶导数值,,m为xx的三阶样条插值-Uses: third-order spline interpolation (first order derivative boundary condition) format: m = maspline (x, y, dy0, dyn, xx
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:822byte
    • 提供者:huanhuan
  1. DataInsert

    0下载:
  2. 三次样条插值程序,可以通过已知的数据点插值出想要的数据值,该插值方法算出的数据曲线不仅可以保证插值点处一阶导数连续,其二阶导数也是连续的,即曲率是连续的,曲线非常光滑,很适合工程人员使用。 该程序的使用方法在压缩包的“使用说明.txt”文件中有具体说明,可同时处理多个数据文件,很实用,也很方便!-Cubic spline interpolation procedure, known data points through out the desired data value interpol
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1.92mb
    • 提供者:丁兴志
  1. chazhi

    0下载:
  2. 用c++语言实现三弯矩的插值函数,有三种边界条件,:1:已知两端的一阶导数; 2:两端的二阶导数已知; 默认:自然边界条件。-C++ language with the three moments of interpolation function, there are three boundary conditions: 1: Known both ends of the first derivative 2: the second derivative is known at both e
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1.19kb
    • 提供者:yuli
  1. calculation

    0下载:
  2. 典型数值计算方法。包括:经典四阶龙格库塔法、高斯列主元法、牛顿法、龙贝格、三次样条插值算法、M次多项式曲线拟合、二分法、不动点法、霍纳法、牛顿-拉弗森迭代等十项典型算法的算法流程及C源代码和例子。-Typical numerical calculation. Include: classical fourth order Runge-Kutta method, Gauss main-element method, Newton method, Romberg, cubic spline inte
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:478.41kb
    • 提供者:siengk
  1. a

    1下载:
  2. 矩阵与数值分析:高斯法,高斯列主元法,G_S迭代,牛顿法,jacobi迭代法,G-S迭代法 ,牛顿法求根,三次样条插值,多项式拟合,复化Simpson方法,复化梯形方法,n=3的Gauss_Lengendre公式,4阶Runge-Kutta法求解微分方程-Matrix and numerical analysis: Gauss method out PCA Gaussian law, G_S iteration, Newton' s method, jacobi iterative m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:7.95kb
    • 提供者:邵莹
  1. Numerical-Analysis

    0下载:
  2. 数值分析中的四种插值方法: 拉格朗日差值公式 龙贝格算法 三次样条插值 四阶龙格库塔方法 内附有详细算法解析文档-Numerical analysis of four interpolation methods: Lagrangian difference equation Romberg algorithm Cubic spline interpolation Fourth-order Runge-Kutta method Encl
  3. 所属分类:Algorithm

    • 发布日期:2017-06-11
    • 文件大小:18.05mb
    • 提供者:李虹颖
  1. method-of-interpolation

    0下载:
  2. 各种插值算法 1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-Various interpolation algorithm 1 Lagrange Interpolation (POLINT)
  3. 所属分类:Algorithm

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

    0下载:
  2. 数值分析例题,包含三阶样条插值,高斯法,牛顿法-Numerical analysis of examples, including the third-order spline interpolation, Gauss, Newton
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.04kb
    • 提供者:sason
  1. MATLAB_numerical-analysis

    5下载:
  2. MATLAB三次样条插值法 求信号的包络线 源代码 MATLAB使用欧拉Euler法求解微分方程组 源程序代码 MATLAB四阶龙格库塔法 求解微分方程数值解 源程序代码 MATLAB实现txt文本数据分离的源程序代码 MATLAB实现不同插值方法的GUI界面设计 源程序代码 MATLAB实现偏微分方程的差分计算 源程序代码 MATLAB实现单摆在外力矩作用下的动画 源程序代码 MATLAB实现图像中值 均值 维纳滤波 源程序代码 MATLAB实现图像分割otsu
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:2.47mb
    • 提供者:li
  1. csfit

    0下载:
  2. 求解三次紧压样条曲线,其中给出了一阶导边界。并用polyval命令画出三次样条插值-The three-order compacted spline curve is solved, and the first order derivative boundary is given. And use the polyval command to draw cubic spline interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:667byte
    • 提供者:Sara
  1. ytcz3

    0下载:
  2. 三次样条插值和Runge-Kutta 4阶算法,输入任意函数,调用该函数,可得结果(Three cubic spline interpolation, input any function, call the function, can get the result)
  3. 所属分类:数学计算

    • 发布日期:2018-01-09
    • 文件大小:1kb
    • 提供者:jackchaner
搜珍网 www.dssz.com