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

搜索资源列表

  1. 双线性插值算法

    1下载:
  2. 双线性插值c++实现,环境为vs2013(]bilinear interpolation)
  3. 所属分类:图形图像处理

  1. matlab插值拟合微分解方程组

    0下载:
  2. matlab插值拟合微分解方程组,用于使用MATLAB求解插值拟合的程序(Matlab interpolation fitting micro decomposition equations, for the use of MATLAB to solve the interpolation fitting program)
  3. 所属分类:其他

  1. 厄尔米特插值与高斯消去解法

    0下载:
  2. 用厄尔米特插值法拟合曲线,用高斯消去法解线性方程。(The Earl milt interpolation method is used to fit the curve, and the Gauss elimination method is used to solve the linear equation.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:xhtleige
  1. 插值runge现象

    0下载:
  2. 针对高次插值runge的学习代码,比较段数N不同时分段线性插值和三次样条插值,均给出误差曲线。(In view of the learning code of high order interpolation Runge, the number of comparison segments N does not simultaneously piecewise linear interpolation and three cubic spline interpolation, and the e
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:2018304
    • 提供者:silverhand
  1. 插值算法

    0下载:
  2. hermite插值,Newton插值,lagrange插值是三种常用的数值插值方法,本文件采用MATLAB对三种插值算法进行了实现。(hermite interpolation)
  3. 所属分类:其他

  1. matlab克里金插值kriging

    0下载:
  2. Kriging插值法,经典克里金插值法,内含说明(Kriging,Classic kriging interpolation method,containing instructions)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:2048
    • 提供者:Jakpot
  1. 三次样条插值

    0下载:
  2. 运用样条插值算法实现对点的选取及计算和数据预测。(The spline interpolation algorithm is used to realize the selection of the point, the calculation and the prediction of the data.)
  3. 所属分类:网络编程

  1. 拉格朗日插值+MATLAB源程序代码

    5下载:
  2. 拉格朗日插值法可以找到一个多项式,其恰好在各个观测的点取到观测到的值。数学上来说,拉格朗日插值法可以给出一个恰好穿过二维平面上若干个已知点的多项式函数。(The Lagrange interpolation method can find a polynomial that happens to be taken to the observed value at the point of each observation. Mathematically, the Lagrange interpo
  3. 所属分类:数学计算

    • 发布日期:2018-04-19
    • 文件大小:61440
    • 提供者:g-nice
  1. 插值与拟合

    0下载:
  2. matlab经典算法的程序\插值与拟合 包括多项式的拟合,多项式的插值,有经典算例(The program of the classical matlab algorithm -- interpolation and fitting)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:179200
    • 提供者:XX峰
  1. 线性插值

    0下载:
  2. 任给两点处的数据,计算处其中点的插值结果(linear interpolation based on data at two points)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:6144
    • 提供者:chtq22
  1. 反算NURBS曲线插值控制点并计算NURBS插值曲线

    3下载:
  2. 对于给定的数个离散数据点,使用3次NURBS(非均匀有理B样条曲线)进行插值拟合。该算法程序能够反算出NURBS曲线控制点并绘制经过给定离散点的插值曲线。(For a given number of discrete data points, the 3 NURBS (nonuniform rational B spline curve) is used for interpolation fitting. The algorithm can calculate the control poin
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:mingle113
  1. 插值与拟合

    0下载:
  2. 采用matlab进行插值与拟合的相关计算的源代码。(The source code for the calculation of the interpolation and fitting is carried out by MATLAB.)
  3. 所属分类:网络编程

    • 发布日期:2018-04-21
    • 文件大小:179200
    • 提供者:晚饭吃多
  1. 空间插值方法在绘制降水量等值线中的应用_范银贵

    0下载:
  2. 对比介绍可各种空间等值线插值方法的优缺点(Spatial interpolation method)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-30
    • 文件大小:117760
    • 提供者:wb平常心
  1. 插值程序

    0下载:
  2. 用于matlab平台上的各种数值插值方法(Numerical interpolation)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:26624
    • 提供者:hf123
  1. 常用的8种fortran插值程序

    5下载:
  2. 常用的8种fortran插值程序(包含线性插值,拉格朗日插值等)(8 commonly used FORTRAN interpolations)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:51200
    • 提供者:Ruitao
  1. 牛顿插值法matlab程序代码

    0下载:
  2. 文件为牛顿插值法的matlab求解程序,有注解说明每一步意义(The matlab solution program of Newton interpolation method.)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:lilynn
  1. 三次样条函数插值

    2下载:
  2. 3次样条插值的c++代码实现,包括原理说明,代码实现等(C++ code implementation of 3 spline interpolation)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:481280
    • 提供者:astle
  1. 牛顿插值

    0下载:
  2. matlab牛顿插值法的程序,分为五分和十分(Newton interpolation, five and ten points)
  3. 所属分类:matlab例程

  1. 插值与拟合

    0下载:
  2. 用于matlab插值与拟合的工具文件。。。。。。。。。(interpolation and fitting)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:179200
    • 提供者:tang1120
  1. 1插值法—拉格朗日插值法

    0下载:
  2. 使用matlab编写了拉格朗日插值算法的函数,里面有题目,可直接运行计算得到结果。(The function of Lagrange interpolation algorithm is written by MATLAB. There are questions in it, which can be directly run and calculated and get the result.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:5120
    • 提供者:jeff1130
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com