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

搜索资源列表

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

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

    • 发布日期:2008-10-13
    • 文件大小:1785
    • 提供者:张斌
  1. 第三种边界条件的三次样条函数插值与微商

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

    • 发布日期:2008-10-13
    • 文件大小:2776
    • 提供者:张斌
  1. 第一种边界条件的三次样条函数插值与微商

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

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

    0下载:
  2. 三次样条插值算法和拉格朗日插值算法的实现。-cubic spline interpolation algorithm and Lagrange interpolation algorithm implementation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1294
    • 提供者:chenjie
  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. Devirate

    0下载:
  2. 利用样条插值求取一组数据点在各点的导数 (只提供函数)-using spline interpolation to strike a group of data points in the points in the derivative (only provide functions)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1163
    • 提供者:zenger
  1. spline513

    0下载:
  2. 这是一个三次样条插值函数实现的C代码。如果插值点需要改变,可以在程序中改定。-This is a cubic spline interpolation function of the realization of the C code. If interpolation points need to change, the procedures will change.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1607
    • 提供者:宋亚平
  1. 3ciyangtiaohuashu

    0下载:
  2. 这是对3次样条插值函数的C程序编写,希望大家可以用到.-This is the 3rd spline interpolation function of the C programming, we hope could be applied.
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:4901
    • 提供者:侯明
  1. 3chazhi

    0下载:
  2. 恩,就是三次样条插值,小弟刚刚学会编程,大家见谅,见谅-TU, cubic spline interpolation, younger brother had just learned programming, we apologize, apologize
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:938
    • 提供者:la
  1. EMD-C

    0下载:
  2. EMD分解C语言算法,内含EMD分解所需的三次样条插值C语言算法。-EMD decomposition algorithm C language, containing the decomposition EMD cubic spline interpolation algorithm C language.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1465
    • 提供者:魏玉果
  1. polyfit

    1下载:
  2. 曲线拟合程序 多项式相关系数的计算方法(多项式形式1) 多项式相关系数的计算方法(多项式形式2) 最小二乘法曲线拟合 三次样条插值(自然边界条件)-polynomial curve fitting procedures correlation coefficient is calculated (the form of a polynomial) polynomial coefficient of correlation Methods (polynomial form 2
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4131
    • 提供者:石林
  1. pathedit0919

    0下载:
  2. 三维骨架运动数据bvh的读取,显示,基于B样条的路径编辑,运动编辑,多种骨架插值算法(四元数+B样条插值)-3D skeleton movement data bvh read, display, based on B-spline path of the editors, sports editors, Skeleton various interpolation algorithm (Quaternion B-spline interpolation)
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:922243
    • 提供者:Ian
  1. chenbihongsuanfayanghj666

    0下载:
  2. 《陈必红算法》一书的附带的源代码,并有经本人修改过能在VC中使用。原书是在C++BUILDER中使用的。并加了一些其他的功能,比如样条插值等。此代码,可以完成矩阵的很多数值算法,求逆阵、特征向量、特征值,矩阵的加减乘除、傅立叶变换、gamma函数、数值解分微分等。-"Chen Hung method," a fringe of the source code, and as I changed the VC can be used. The original book is
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:210896
    • 提供者:yyy
  1. matlabcs

    0下载:
  2. 三次样条插值的源程序,程序稍稍长了点 希望大家能用到-cubic spline interpolation of the source, procedures slight hope everyone can wait to
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1149
    • 提供者:徐国强
  1. kringe

    0下载:
  2. GIS插值程序:vb+arcobjects 克里金插值还有样条插值-GIS interpolation procedures : Vb + arcobjects Kriging still Spline Interpolation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5039949
    • 提供者:lhq
  1. cubicspline

    0下载:
  2. 自行编写的三次样条插值函数源代码,并针对具体问题编写了程序求解-prepared by the self-cubic spline interpolation function source code, and issue-specific procedures for the preparation of the
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2451
    • 提供者:charming
  1. chazhifa

    0下载:
  2. 数值实验-插值法,包括样条插值,拉格朗日插值等-- interpolation method, including spline interpolation, Lagrange interpolation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8105
    • 提供者:Juan
  1. Newtonandyangtiao

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

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

    0下载:
  2. 这是样条插值的源代码,是大学课程计算方法中的一个例子。-This is the spline interpolation of source code, university courses calculation method is a case in point.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6581
    • 提供者:刘涛
  1. 3-nurbus

    0下载:
  2. 一个能够从三次样条插值反求出X坐标的算法-from a cubic spline interpolation anti-calculated coordinates of the X-Algorithm
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:3392
    • 提供者:杨某人
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 38 »
搜珍网 www.dssz.com