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

搜索资源列表

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

    0下载:
  2. 绘制三次参数样条插值曲线
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-08-07
    • 文件大小:5287
    • 提供者:
  1. 自动插值程序

    0下载:
  2. 选取合适半径差值 FORTRAN程序
  3. 所属分类:WEB源码

  1. 采用递归方法计算插值程序

    0下载:
  2. 采用递归方法计算插值程序,维数可高达63维,程序很小,但很强。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-05-26
    • 文件大小:5155
    • 提供者:catmoon
  1. 拉格郎日插值

    0下载:
  2. 在fortran平台下实现啷个朗日差值计算,得出结果并将其与课本对比。(Lagrange interpolation)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:73728
    • 提供者:绿的国
  1. 各种差值法的程序代码

    0下载:
  2. 埃尔米特,拉格朗日,牛顿,欧拉插值法编程代码和傅里叶转换编程代码(Various interpolation programming code and Fu Liye conversion code)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-19
    • 文件大小:3072
    • 提供者:廖小帅
  1. 双三次插值

    0下载:
  2. 三次插值是一种更加复杂的插值方式,它能创造出比双线性插值更平滑的图像边缘。双三次插值方法通常运用在一部分图像处理软件、打印机驱动程序和数码相机中,对原图像或原图像的某些区域进行放大。(Cubic interpolation is a more complex interpolation method that creates a smoother image edge than a bilinear interpolation. The double cubic interpolation m
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:奥特曼11
  1. 插值法程序

    0下载:
  2. 插值法程序,包含拉格朗日插值法和牛顿插值法(interpolation method, includes Lagrange interpolation and Newton interpolation)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:靖哥哥sj
  1. 三次样条插值

    0下载:
  2. 计算方法作业,运用分段插值中的三次样条插值进行数据拟合(Calculation method operation, using cubic spline interpolation in segmented interpolation for data fitting)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:lita-
  1. 插值程序新

    0下载:
  2. 飞行力学里编写弹道时所用到的插值程序,包括一维插值,二维插值和三维插值。(In flight mechanics, the interpolation procedures used in compiling the trajectory include one-dimensional interpolation, two-dimensional interpolation and three-dimensional interpolation.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:5120
    • 提供者:右右右
  1. 牛顿插值法

    0下载:
  2. 利用牛顿插值法获取多项式系数,同时绘制插值函数和原函数对比图(Obtaining polynomial coefficients by Newton interpolation method and draw the comparison diagram of the interpolation function and the original function at the same time)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:1024
    • 提供者:jackajack
  1. matlab克里金插值kriging

    3下载:
  2. 克里金加权插值法,使用方便参数设定简单,容易实现,(Kriging weighted interpolation is easy to use and easy to implement,)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:2048
    • 提供者:奋 斗 吧
  1. NURBS插值插补

    3下载:
  2. 实现非均匀有理B样条曲线(NURBS)插值插补功能(Realization of interpolation interpolation function of NURBS curve)
  3. 所属分类:matlab例程

    • 发布日期:2019-08-18
    • 文件大小:730112
    • 提供者:gxushine
  1. 线性插值法

    0下载:
  2. 线性插值是指插值函数为一次多项式的插值方式,其在插值节点上的插值误差为零。线性插值相比其他插值方式,如抛物线插值,具有简单、方便的特点。线性插值的几何意义即为概述图中利用过A点和B点的直线来近似表示原函数。线性插值可以用来近似代替原函数,也可以用来计算得到查表过程中表中没有的数值。(Linear interpolation means interpolation function with polynomial interpolation, and its interpolation error
  3. 所属分类:其他

    • 发布日期:2021-04-21
    • 文件大小:187392
    • 提供者:chenrongjie
  1. 拉格朗日插值算法

    0下载:
  2. 以上提供的是拉格朗日插值算法,由matlab2016编写完成,用于缺失数据填补,希望共同进步!
  3. 所属分类:matlab例程

  1. 双线性插值

    0下载:
  2. 利用双线性插值,获取亚像素位置的灰度值。适用于得到sift、surf得到的特征点坐标处的灰度值获取(The gray value of sub-pixel position is obtained by bilinear interpolation)
  3. 所属分类:图形图像处理

    • 发布日期:2020-02-28
    • 文件大小:13614080
    • 提供者:妖若仙
  1. 算法2三次样条插值

    4下载:
  2. 在matlab中实现三种边界条件下的三次样条插值,以龙格函数为例(n the MATLAB, we implement three spline interpolation under three boundary conditions, taking Runge function as an example.)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-02
    • 文件大小:497664
    • 提供者:fengzhi上
  1. Hermite插值

    1下载:
  2. Hermite插值要求在插值节点处的函数值、对应的导数值以及高阶导数相等,保形性高,本程序提供算法实现和画图功能。(Hermite interpolation requires that the function value at the interpolation node, the corresponding derivative and the higher derivative are equal. Its shape preservation is high. This program
  3. 所属分类:数学计算

    • 发布日期:2019-11-23
    • 文件大小:2048
    • 提供者:maomao875
  1. 三次样条插值

    5下载:
  2. 程序主要实现了三次样条插值,程序注释很详细(It mainly implements cubic spline interpolation with detailed program annotations.)
  3. 所属分类:matlab例程

    • 发布日期:2019-10-17
    • 文件大小:28672
    • 提供者:强儿
  1. 样条插值

    1下载:
  2. 样条插值的研究背景,样条函数的力学意义,三次样条插值多项式的构造,一般的插值问题(Research background of spline interpolation, mechanical meaning of spline function, construction of cubic spline interpolation polynomials, general interpolation problems)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2021-02-19
    • 文件大小:1180672
    • 提供者:烦恼和功能
  1. 插值法MATLAI程序

    1下载:
  2. 插值法,分段插值,程序运行可靠,可解决问题,仿真结果有2张图可以选择(Interpolation method, piecewise interpolation, the program runs reliably, can solve the problem, simulation results have two pictures to choose)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2021-04-14
    • 文件大小:7168
    • 提供者:流星的路上
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com