CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 分段线性插值

搜索资源列表

  1. python_book

    0下载:
  2. 实现Lagrange,Hermite,以及分段线性插值算法,需要用from * import *引用,如要使用lagrange, from lagrange import lagrange
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1401
    • 提供者:jiangxr
  1. fenduan

    1下载:
  2. 数值计算程序:分段线性插值
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1054
    • 提供者:
  1. shuzifenxi

    0下载:
  2. 数值分析(计算方法):欧拉方法、高斯-赛德尔迭代法、拉格朗日及分段线性插值、龙贝格算法、牛顿下山法、选主元高斯消去法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3866
    • 提供者:jiabin
  1. numerical_analysis_classic

    0下载:
  2. 数值分析中最常用的14个程序: 01_N皇后问题 01_循环赛程表 02_分段线性插值 02_牛顿插值法 03_构造正交多项式 03_最佳一致逼近多项式 04_简单迭代法求方程根[1+1;x] 04_简单迭代法求方程根[sqrt(x+1)] 05_复化梯形公式求积 06_尤拉公式解初值问题 08_高斯消去法解方程组 09_连分式法求积 10_迭代法解线性方程组 10_雅可比方法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:149475
    • 提供者:丁一
  1. subsection_linear_interpolate_new

    0下载:
  2. 数值分析中的分段线性插值问题,程序中含插入点个数输入界面。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11935
    • 提供者:丁一
  1. 分段线性插值

    0下载:
  2. 程序中存放结点值的数组和函数值的数组之所以命名为u和v,主要是为了防止和插值点x,及对应的函数值单元y想混淆-process node storage array and the value of the function of the array has named u and v is mainly to prevent and interpolation points x, and the corresponding function modules y trying to confuse
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2800
    • 提供者:梁良
  1. shuzhijisuan.rar

    1下载:
  2. 数值计算方法的程序: 加速迭代 牛顿迭代 Gauss 杜里特尔分解法 克洛特 追赶法 平方根法 改进平方根法 雅可比迭代 高斯 赛德尔迭代 拉格朗日插值法 分段线性插值 分段抛物线插值,Numerical method of procedure: to accelerate the iterative Gauss-Newton iterative decomposition method克洛特Ritter Duri law to catch up with the sq
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:58173
    • 提供者:liuzhou
  1. interpolation

    6下载:
  2. matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken interpolation, Newton interpolatio
  3. 所属分类:Algorithm

    • 发布日期:2015-06-02
    • 文件大小:9896
    • 提供者:
  1. math_chazhi

    0下载:
  2. 分段线性插值函数库(数值统计运算),基于 visual C++.-Piecewise linear interpolation function library (the value of statistical computing), based on visual C++.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:28457
    • 提供者:张效
  1. main

    0下载:
  2. 分段线性插值,分段二次多项式插值,分段三次多项式插值,三次样条插值-Piecewise linear interpolation, sub-quadratic polynomial interpolation, sub-cubic polynomial interpolation, cubic spline interpolation
  3. 所属分类:Algorithm

    • 发布日期:2016-12-05
    • 文件大小:1585
    • 提供者:唐世兴
  1. analysis2

    0下载:
  2. 数值分析B计算实习作业二:分别用分段线性插值、分段二次多项式插值、 分段三次多项式插值和三次样条插值对所给的数据进行细化 -Numerical Analysis of B calculated internship operation II: piecewise linear interpolation, respectively, sub-quadratic polynomial interpolation, sub-cubic polynomial interpolation and
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2543
    • 提供者:madier
  1. interpoints

    0下载:
  2. vc下实现的分段线性插值、二次多项式插值、三次多项式插值、三次样条插值,并配有MATLAB测试程序-vc implementation of the piecewise linear interpolation, quadratic interpolation, cubic polynomial interpolation, cubic spline interpolation, and test procedures with MATLAB
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:46209
    • 提供者:ck
  1. Citerativenumerical

    0下载:
  2. 主要是二分法,分段线性插值 简单迭代 牛顿迭代等常用的数值计算的程序。-Mainly dichotomy, a simple iterative piecewise linear interpolation commonly used, such as Newton s iterative numerical procedure.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:8731
    • 提供者:宇航
  1. NumericalAlgorithms

    0下载:
  2. 各种数值算法,包括,艾特肯,杜氏分解法,二分法,分段线性插值,复合梯形法,复合辛普森,高斯消去法,列主元素消去法,龙贝格算法,雅克比迭代等等。-Numerical Algorithms,includeing Aitken,Duchenne decomposition,Dichotomy,Piecewise linear interpolation,Composite trapezoidal rule,Composite Simpson,Gaussian elimination,Out the m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3475
    • 提供者:A1042yang
  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. naknot

    0下载:
  2. 非扭结样条程序 分段线性插值函数 含例题-Non-kink-spline interpolation function piecewise linear process with examples
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:14629
    • 提供者:juchengyu
  1. interpolation

    0下载:
  2. 用C来编写实现lagrange插值,分段线性插值,三次样条插值三种插值算法方法。有关计算机数值方法的问题。-Using C to write to achieve lagrange interpolation, linear interpolation, cubic spline interpolation of three interpolation methods. Numerical methods on computer problems.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:474439
    • 提供者:陈博灿
  1. Interpolation

    0下载:
  2. 数值分析中的分段线性插值程序,已经写成函数,可直接调用。-Numerical Analysis of linear interpolation procedures are written in function can be called directly.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:875752
    • 提供者:扶摇
  1. Interpolation

    0下载:
  2. 分段线性插值、3次样条插值、拉格朗日插值-Linear interpolation, 3 spline interpolation, Lagrange interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1052
    • 提供者:梁舒缓
  1. interpolation

    0下载:
  2. 数值分析中的分段线性插值问题,程序中含插入点个数输入界面-Numerical Analysis of piecewise linear interpolation, the program containing the insertion point in the number of input interfaces.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:11144
    • 提供者:李白
« 12 »
搜珍网 www.dssz.com