CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 高斯 - 牛顿法

搜索资源列表

  1. suanfa

    0下载:
  2. 文件里含有10经典的算法,包括拉格朗日插值、牛顿插值、高斯列主元消去法等
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3.93kb
    • 提供者:star
  1. 数值分析中的各种插值

    0下载:
  2. Lagrange插值+Newton插值+分段线性插值+复合梯形公式求定积分+列主元高斯+牛顿迭代+数据拟合+线性方程组迭代+++追赶法(1)
  3. 所属分类:其他小程序

  1. QJ

    0下载:
  2. Crout分解法、高斯赛德尔法、乘幂法、牛顿插商的简单C++程序,已经引入了一组矩阵数据,想修改的直接用VC进入修改数据就行了。-Crout decomposition method, high斯赛德尔law, by the power law, Newton s simple interpolation C++ Procedures, has introduced a set of matrix data, would like to modify the direct use of VC i
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:3.14kb
    • 提供者:扬子
  1. 10Csource

    0下载:
  2. 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 important C language implementation of the algorithm source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton iteration, Newton- Cortes, Jacobian, Qin nine-chao, power la
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4.2kb
    • 提供者:he
  1. program

    0下载:
  2. 各种算法求解线性方程组,包含了牛顿法,LU,高斯等算法-many method to resove the fun
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:3.22mb
    • 提供者:zmmcoko
  1. jisuanfangfa

    0下载:
  2. 计算方法的七个典型程序。全部都有。拉格朗日插值.cpp 二分法.cpp 高斯.cpp 高斯-赛德尔.cpp 龙贝格.cpp 龙格库塔.cpp 牛顿迭代.c-Method of calculation of the seven typical program. All of them. Lagrange interpolation. Cpp dichotomy. Cpp Gaussian. Cpp Gauss- Seidel. Cpp Rhomberg. Cpp Runge-Kutta. Cpp
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:3.7kb
    • 提供者:wu
  1. 1

    0下载:
  2. 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 of the algorithm C language source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton iteration, Newton- Cortez, Jacques, Qinjiu Zhao, power law, high Si Se Del
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:8.28kb
    • 提供者:zhaobiao
  1. PowerFlowUnderConsole

    0下载:
  2. 在VC控制台下编写的潮流计算程序,有高斯赛德尔法、牛顿拉夫逊法、以及改进的牛顿拉夫逊法可供选择。没有完成图形界面,以后改进吧。-Written in VC console flow calculation program, a high Sisaideer method, Newton Raphson, and the improved Newton Raphson to choose from. Did not complete the graphical interface, to impr
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:874.42kb
    • 提供者:黄鑫
  1. Atken-Gauss-Newton

    0下载:
  2. 艾肯特插值,高斯插值和牛顿插值法的matlab代码。上述三种方法均用于数值插值。-Ai Kente interpolation, the matlab code of the the Gaussian interpolation and the Newton interpolation law. The the above-mentioned three methods are used for the numerical interpolation.
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:1.51kb
    • 提供者:pengtao
  1. numerical-analysis

    0下载:
  2. 高斯-塞德尔迭代、拉格朗日差值、牛顿法、四阶龙格库塔 与数值分析有关的公式-Gauss- Seidel iteration
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2.18kb
    • 提供者:stephnie
  1. iterative-and-interpolation-method

    0下载:
  2. 有关迭代法和插值法的程序。包括高斯赛德尔迭代法、牛顿迭代法、拉格朗日插值法、牛顿插值法等。-Programs about iterative and interpolation method,including Gauss-Siedel ,Newton iterative method, Lagrange and Newton interpolation method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:263kb
    • 提供者:cqgccc
  1. 数值分析上机C语言代码

    1下载:
  2. 龙贝格积分 高斯列主消元法 牛顿迭代 三次样条插值 龙格卡塔(Romberg integration Gauss principal elimination method Newton iteration three spline interpolation Runge Cartagena)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:93kb
    • 提供者:咸咸甜甜
  1. 数值分析上机

    0下载:
  2. 高斯法,牛顿法,最小二乘法,二分法等实现数值分析计算。(The Gauss method, the Newton method, the least square method, the dichotomous method and so on are used to calculate the numerical analysis.)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:4kb
    • 提供者:松1111
  1. 最优化方法及其matlab程序设计

    0下载:
  2. 最优化方法的matlab实现,牛顿法,高斯牛顿法,LM法等(The matlab implementation of the optimization method)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:145kb
    • 提供者:orangeeee
搜珍网 www.dssz.com