CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - interpolation

搜索资源列表

  1. 第一种边界条件的三次样条函数插值与微商

    1下载:
  2. 第一种边界条件的三次样条函数插值与微商-first boundary conditions cubic spline interpolation function and the derivative
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2596
    • 提供者:张斌
  1. 三点不等距插值

    0下载:
  2. 三点不等距插值就是三点之间的距离不同-3:00 interpolation is not equidistant between the three different distances
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1605
    • 提供者:张斌
  1. 三点等距插值

    0下载:
  2. 三点等距插值 距离相等-3:00 equidistant from the same interpolation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1912
    • 提供者:张斌
  1. tutdemo

    0下载:
  2. echo off %优化工具箱简明教程 %TUTDEMO Tutorial for Optimization Toolbox. % Copyright (c) 1990-98 by The MathWorks, Inc. % 根据数据(x,y)给出在xi的线性插值结果yi.. % 使用\"非扭结\"端点条件, 即强迫第一﹑二端多项式三次项系数相同, 最后一段和倒数第二段三次项系数相同. %pp=spline(x,y)返回样条插值的分段多项式(pp形式)结构.其中br
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2718
    • 提供者:王志波
  1. natgrid_linear

    0下载:
  2. C语言编写的,利用线性插值发进行网格值插值运算,等价于从新定义数组大小。-prepared by the C language, using linear interpolation for the value interpolation grid operator, is equivalent to the new definition of array size.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1413
    • 提供者:suwei
  1. natgrid_nonlinear

    0下载:
  2. C语言编写的,利用非线性插值发进行网格值插值运算,等价于从新定义数组大小。-prepared by the C language, the use of non-linear interpolation for the grid operator interpolation value, equivalent to the new definition of array size.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1458
    • 提供者:suwei
  1. nearneighbor

    0下载:
  2. C语言编写的,利用最近距离插值发进行网格值插值运算,等价于从新定义数组大小。-prepared by the C language, the use of distance interpolation for the value interpolation grid operator, equivalent to the new definition of array size.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1632
    • 提供者:suwei
  1. cmcongrid

    0下载:
  2. IDL语言编写的,利用线性插值发进行网格值插值运算,等价于从新定义数组大小。-IDL language, using linear interpolation for the value interpolation grid operator, equivalent to the new definition of array size.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2691
    • 提供者:suwei
  1. hrot

    0下载:
  2. IDL语言编写的,利用线性插值发进行网格值插值运算,等价于从新定义数组大小。-IDL language, using linear interpolation for the value interpolation grid operator, equivalent to the new definition of array size.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3709
    • 提供者:suwei
  1. tecplot

    0下载:
  2. tecplot内插网格数据,很简单的,可以交流-tecplot interpolation grid data, a very simple and can exchange
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3291812
    • 提供者:安莉娜
  1. Newton001

    0下载:
  2. Newton插值多项式,这里才用6组数据进行测试.每步详细记录计算过程-Newton interpolation polynomial, here only six sets of data used for testing. Detailed records of each step calculation process
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:47938
    • 提供者:XL
  1. legendre_gauss

    4下载:
  2. 此程序包含求任意点高斯积分节点和对应的Gauss的求解系数(同时也编写了Lagrange插值公式)-for this procedure include arbitrary point Gaussian integral node and the corresponding Gauss coefficient of the solution (also prepared Lagrange interpolation formula)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1023
    • 提供者:张俊杰
  1. lagrange-C

    0下载:
  2. * 用拉格朗日插值法依据N个已知数据点即使函数值 * 输入: n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * xx-插值点第一坐标 * 输出: 函数返回值所求插值点的第二坐标 -* Use Lagrange interpolation method based on N-known data points even function * Input : n -- known data poi
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2754
    • 提供者:xuyan
  1. Hermite-C

    0下载:
  2. * 用埃特金插值法依据N个已知数据点计算函数值 * 输入: n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * xx-插值点第一坐标 * eps--求解精度 * 输出: 函数返回值所求插值点的第二坐标 -* Use Aitken interpolation method based on N-known data points calculation function * Input :
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2758
    • 提供者:xuyan
  1. Newton-C

    0下载:
  2. * 用牛顿插值法依据N个已知数据点即使函数值 * 输入: n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * xx-插值点第一坐标 * 输出: 函数返回值所求插值点的第二坐标 -Newton interpolation method based on N-known data points even function * Input : n -- known data points the nu
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2832
    • 提供者:xuyan
  1. howtosharesecret

    1下载:
  2. shamir的秘密分享机制的原文。秘密分享门限机制中,利用拉格朗日插值多项式来恢复。-shamir secret-sharing mechanism in the original language. Threshold secret sharing mechanism, the use of Lagrange polynomial interpolation to restore.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:184303
    • 提供者:黄海凌
  1. myfile2

    0下载:
  2. 利用像素复制放大缩小图像+双线形插值放大缩小图像-use pixel image reproduction Zooming-linear interpolation Zooming Image
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4938
    • 提供者:master
  1. laguer

    0下载:
  2. 计算方法大作业(拉格朗日插值法)个儿你觉得很实用,经过检验,可运行-calculation large operations (Lagrange interpolation) tall you feel very practical tests can be run. !
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1539
    • 提供者:吴雄芝
  1. Newtonandyangtiao

    0下载:
  2. 计算方法牛顿插值和样条插值,不足之处,望指出-Newton's method and spline interpolation, inadequate, Wang said
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2129
    • 提供者:吴雄芝
  1. algorithm_using_c

    0下载:
  2. 一些算法的c语言实现,对数学建模的读者非常有用,例如牛顿插值,牛顿迭代等-some algorithm in C Language for Mathematical Modeling of readers very useful, such as Newton's interpolation, such as Newton iteration
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8566
    • 提供者:lisa
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com