搜索资源列表

  1. Interpolation-algorithm

    0下载:
  2. 7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-seven interpolation algorith
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5045
    • 提供者:ldg
  1. Interpolation

    0下载:
  2. 这事lanrange插值算法实例-this interpolation algorithm examples lanrange
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1716
    • 提供者:夏承遗
  1. Matlab-Newton-Interpolation-Code

    0下载:
  2. 这个matlab程序实现了牛顿插值 (Newton s Interpolation )算法
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:47267
    • 提供者:liyuedsg
  1. cubic spline interpolation

    0下载:
  2. 样条插值计算车门曲线-spline interpolation calculation door curve
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:272838
    • 提供者:杨柳
  1. Bilinear interpolation by LabVIEW

    0下载:
  2. Bilinear interpolation by LabVIEW
  3. 所属分类:2D图形编程

    • 发布日期:2011-05-23
    • 文件大小:14112
    • 提供者:kf135881
  1. jisuanff

    0下载:
  2. 含有线性插值, 样条插值,Gauss矩阵列主元消去法等算法的实现- Includes the linear interpolation, the transect interpolation, Gauss 鐭╅樀鍒?涓诲厓 娑堝幓娉?and so on the algorithm realization
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:站长
  1. s

    0下载:
  2. 计算三次样条插值函数-Calculation of cubic spline interpolation function
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:lxw
  1. 牛顿插值的差商迭代算法

    0下载:
  2. 牛顿插值的差商迭代算法,c语言实现-Newton interpolation algorithm to worse, the C Language
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:
  1. 三次样条

    0下载:
  2. 最新版三次样条插值源程序-latest version of Cubic Spline Interpolation source
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:张志明
  1. lage

    0下载:
  2. c拉格朗日插值函数-c Lagrange interpolation function
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:刘磊
  1. xianxing

    0下载:
  2. 计算方法c线性插值函数-function using c languange to make an algorithmic method of linear interpolation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:刘磊
  1. 散点插值及等值线绘制

    1下载:
  2. 散点插值及等值线绘制-casual interpolation points and contour mapping
  3. 所属分类:图形图象

    • 发布日期:2024-05-12
    • 文件大小:232448
    • 提供者:杨洋
  1. 三次样条插值的程序vb版

    0下载:
  2. 大学里数学系必学的一们课程数值分析中的经典算法————三次样条插值的程序vb版本-University's Department of Mathematics will study the courses have a numerical analysis of the classical algorithm-cubic spline interpolation procedures version vb
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:liunangui
  1. Interpolation-in-Digital-Modems

    0下载:
  2. Gardner关于位同步算法的经典IEEE文章。-Abstrucf- Timing adjustment in a digital modem must be performed by interpolation if sampling is not synchronized to the data symbolsT. his paper describest he fundamental equation for inte
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-12
    • 文件大小:557056
    • 提供者:丁建
  1. interpolation.cpp

    0下载:
  2. Interpolation using opencv
  3. 所属分类:OpenCV

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:Dhananj
  1. interpolation

    0下载:
  2. 图像线性插值Verilog代码,已通过FPGA验证(Image linear interpolation Verilog code, has been verified by FPGA)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:5120
    • 提供者:pweorpenguin
  1. Interpolation

    0下载:
  2. 插值算法工具类,包括牛顿插值和拉格朗日插值算法。(Interpolation algorithm tools, including Newton interpolation and Lagrange interpolation algorithm.)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:pyyzlc
  1. linear interpolation

    0下载:
  2. 通过线性插值法、三次多项式插值法等,计算利率期限结构并画出图形。(According to linear interpolation and other ways to build the term structure of interest rate and the curve.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:10240
    • 提供者:L一七
  1. Interpolation

    0下载:
  2. 线性插值,椭圆插值,随机插值,各种插值计算方法 Interpolation类的第一种边界条件的三次样条函数插值、微商与积分(double[] x = {0.52,8.0,17.95,28.65,50.65,104.6,156.6,260.7,364.4,468.0,507.0,520.0}; double[] y = {5.28794,13.84,20.2,24.9,31.1,36.5,36.6,31.0,2
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:爱到底2222
  1. interpolation

    0下载:
  2. 3个插值方法matlab代码,monomial的,lagrange的,chebyshev的(interpolation matlab code, include monomial, lagrange, chebyshev)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:tian126vip
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org