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

搜索资源列表

  1. lagelangri

    0下载:
  2. 实现 了 数值分析 课程 中得 几个 算法, 包括牛顿 插值, 拉格 朗日 插值算法 等 -achieve the numerical analysis courses in several algorithms, including Newton interpolation, Lagrange interpolation algorithm
  3. 所属分类:数值算法/人工智能

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

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

    • 发布日期:2008-10-13
    • 文件大小:1294
    • 提供者:chenjie
  1. lglrchzh

    0下载:
  2. 用JAVA写的数值计算方法中的拉格朗日插值算法的程序,主函数是d2r1,运行d2r1就可以了-written with Java numerical calculation method of Lagrange interpolation algorithm for the procedure, the main function is d2r1. Operation d2r1 can
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1497
    • 提供者:陈莎
  1. POLINT

    0下载:
  2. 用C++编写的拉格朗日插值算法-C Lagrange prepared by the interpolation algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1291
    • 提供者:田晖
  1. Lagrange

    0下载:
  2. 拉格朗日插值算法,输入[x0 x1 x2]和对应的[y0 y1 y2],按拉格朗日插值发计算出[x0 x2]之间任何一个X所对应的Y值
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:66885
    • 提供者:光宏
  1. lagrange

    0下载:
  2. 本程序主要是拉格朗日插值算法,并引用一个例子来验证该算法的正确性。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1018
    • 提供者:黄丽娟
  1. L-插值算法

    0下载:
  2. 拉格朗日算法的实现-Lagrangian algorithm implementation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1228
    • 提供者:王斌
  1. dd

    0下载:
  2. 拉格朗日插值算法,动态实现全过程,很不错的代码
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1145
    • 提供者:纪伟
  1. 拉格朗日插值算法

    0下载:
  2. 所属分类:编译

    • 发布日期:2011-11-18
    • 文件大小:717
    • 提供者:m995903894
  1. curvelengthtest.rar

    0下载:
  2. 利用三点拉格朗日插值插值算法,计算图片上的任意曲线长度,The use of three-point Lagrange interpolation interpolation algorithm for calculating the image of the arbitrary curve length
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-12
    • 文件大小:2755923
    • 提供者:王熙赢
  1. CalculationAlgorithm

    0下载:
  2. Gauss,加速迭代,拉格朗日插值法,龙贝格算法,牛顿迭代算法,梯形法积分,自适应梯形公式-Gauss, to accelerate the iteration, the Lagrange interpolation method, Romberg algorithm, Newton algorithm, trapezoidal integration method, adaptive trapezoid formula
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:3137
    • 提供者:james
  1. shuzhi2

    0下载:
  2. 拉格朗日插值算法 牛顿插值多项式,用于离散数据的拟合 高斯列主元消去法,求解其次线性方程组-Lagrange polynomial interpolation Newton interpolation algorithm for discrete data, fitting out PCA Gaussian elimination method, followed by solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:8539
    • 提供者:hujingxin
  1. My_chazhi_newton_lagrange

    0下载:
  2. 这个是用C++编写的牛顿插值和拉格朗日插值算法,重新编写了一遍,网上能够找到的代码都很乱!-This is C++ to prepare the Newton interpolation and Lagrange interpolation algorithm has been rewritten again, the code can be found online very chaotic!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:534460
    • 提供者:黄希望
  1. Newton

    0下载:
  2. 牛顿插值法和拉格朗日插值法 数值分析中的重要算法啊-Newton interpolation method and Lagrange interpolation and numerical analysis of the important algorithms ah
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:39264
    • 提供者:zhangyan
  1. ShuZhiFenXi4

    2下载:
  2. 单位圆的内插实现,里面有4种内插算法:拉格朗日插值、牛顿插值、分段线性插值、分段样条插值、以及插值误差范数估计-Interpolation to achieve the unit circle, which has four kinds of interpolation algorithms: Lagrange interpolation, piecewise-linear interpolation, sub-spline interpolation, as well as Norm inte
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1320
    • 提供者:陈永恒
  1. 10

    0下载:
  2. 此为一个chm文件,其中包含10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔 -This is a chm file, which contains 10 important algorithms C language implementation source code: Lagrange, Newton interpolation, Gaussian, Rhomberg, Newton iteration, Newt
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:326630
    • 提供者:哇啦
  1. TheLagrangeandNewtoninterpolation

    0下载:
  2. 有关拉格朗日和牛顿插值的算法描述及MATLAB编程实现-The Lagrange and Newton interpolation algorithm descr iption and MATLAB programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:57492
    • 提供者:黄梅
  1. CalculateMethod_Krig

    1下载:
  2. C++实现的插值算法,迭代算法实现,包括样条插值,拉格朗日插值,分段线性插值等,希望对大家有所帮助-C++ implementation of the interpolation algorithm, iterative algorithms, including the spline interpolation, Lagrange interpolation, piecewise linear interpolation, we want to help
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:53579
    • 提供者:冰火
  1. 4

    0下载:
  2. 插值的函数 函数名 功能 Language 求已知数据点的拉格朗日插值多项式 Atken 求已知数据点的艾特肯插值多项式 Newton 求已知数据点的均差形式的牛顿插值多项式 Newtonforward 求已知数据点的前向牛顿差分插值多项式 Newtonback 求已知数据点的后向牛顿差分插值多项式 Gauss 求已知数据点的高斯插值多项式 Hermite 求已知数据点的埃尔米特插值多项式 SubHermite 求已知数据点的分段三次埃尔米特插值多项式及其
  3. 所属分类:matlab

    • 发布日期:2016-01-26
    • 文件大小:10240
    • 提供者:gleeman
  1. 数值计算合集

    0下载:
  2. 里面含有拉格朗日插值,样条插值,切比雪夫插值和牛顿插值等代码合集(It contains Lagrange interpolation, spline interpolation, Chebyshev interpolation and Newton interpolation.)
  3. 所属分类:网络编程

    • 发布日期:2018-04-18
    • 文件大小:1009664
    • 提供者:信阳大板栗
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com