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. 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. L-插值算法

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:1145
    • 提供者:纪伟
  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. cal_math

    0下载:
  2. 此为牛顿与拉格朗日插值算法的matlab程序,参照数值分析教程的公式编写,确定可用。-This is Newton and Lagrange interpolation algorithm matlab program, refer to numerical analysis tutorial to prepare the formula to determine the available.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:962
    • 提供者:tianyouguo
  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. mathchip

    0下载:
  2. 数学插值算法,包含牛顿插值、后向牛顿插值、高斯插值、拉格朗日插值算法-Mathematical interpolation algorithms, including interpolation, after the interpolation, Gauss interpolation, Lagrange interpolation, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:2586
    • 提供者:ZY
  1. lagrang

    0下载:
  2. 实现拉格朗日插值算法,针对实数域和伽罗瓦域两个方面的。-Lagrange interpolation algorithm to achieve, for the real number field and Galois field of two aspects.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:789
    • 提供者:intrepid2009
  1. Lagrange

    0下载:
  2. 这是一个数值分析这门课的实验报告,里面是拉格朗日插值算法的实现,并附有流程图。-This is a numerical analysis test report of this course, which is the Lagrange interpolation algorithm, together with flow charts.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:17030
    • 提供者:青青
  1. chazhi

    0下载:
  2. 数值分析——牛顿插值和拉格朗日插值算法的c++源代码实现-Numerical analysis- Newton interpolation and Lagrange interpolation algorithm source code c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1198
    • 提供者:ting
  1. lagrange

    0下载:
  2. 拉格朗日插值算法 使用C++编写 代码简洁明了 好用-Lagrange interpolation algorithm using C++ code concise easy to use
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4316442
    • 提供者:张力文
  1. 4

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

    • 发布日期:2016-01-26
    • 文件大小:10240
    • 提供者:gleeman
  1. lagrange

    0下载:
  2. 拉格朗日插值算法,输入参考点,构造函数整体-Lagrange interpolation algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-06
    • 文件大小:1307169
    • 提供者:Mario Gomez
  1. lagrange_interpolation_6_2

    0下载:
  2. MATLAB 实现拉格朗日插值算法-Lagrange interpolation algorithm in MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:976
    • 提供者:Shanks_yi
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com