CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - gauss法

搜索资源列表

  1. GaussElimination

    0下载:
  2. Gauss列主消元法,用于求解线性方程组,c代码。-Gauss out the main elimination method for solving linear equations, c code.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6.67kb
    • 提供者:杨祎
  1. delphi_Gauss

    1下载:
  2. 数值分析 Gauss消元法Delphi源程序-numerical analysis Gauss elimination method Delphi source
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:291.14kb
    • 提供者:unixli
  1. matlab-gauss

    0下载:
  2. matlab-gauss,实现matlab上的gauss迭代法-Matlab - gauss, the realization of Matlab gauss iterative method
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:9.92kb
    • 提供者:yyf
  1. Gauss

    0下载:
  2. Gauss跌代法解线性方程组的程序 可以用以参考
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:899byte
    • 提供者:陈勋林
  1. 线形方程组求解

    0下载:
  2. 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程。 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程 42x1+2x2+3x3=3 x1+7x2+7x3=1 -2x1+4x2+5x3=-7 算法思想:Gauss消元法是将线性方程组化为上三角形线性方程组,然后再用一个回代过程求这个上三角形线性方程组的解;选主元的Gauss消元法是在Gauss消元法上增加了选列主元
  3. 所属分类:并行运算

    • 发布日期:2014-01-17
    • 文件大小:1.03kb
    • 提供者:lz
  1. yuanma

    0下载:
  2. 数值计算方法解方程组实例,利用Gauss-Seidel迭代法解方程组
  3. 所属分类:书籍源码

    • 发布日期:2014-01-17
    • 文件大小:177.48kb
    • 提供者:john
  1. gauss

    0下载:
  2. 并行高斯消去法解线性方程组几阶的都可以的-Parallel Gaussian elimination solution of linear equations can be a few bands of
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:2.83kb
    • 提供者:成斌
  1. gauss

    0下载:
  2. 一个不错的全主元高斯消去法并行算法的MPI源程序-a MPI source code for Gaussian elimination s parallel algorithm
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:2.51kb
    • 提供者:Juri hui
  1. gaussc

    0下载:
  2. 用gauss消去法求解线性方程组很经典的完整的C++代码-By gauss elimination method for solving linear equations is the classic complete C++ code for
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:859byte
    • 提供者:txmz
  1. bahuanghou

    0下载:
  2.  八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an old and well-known problem is a typical example backtracking algorithm. The problem is that the nineteenth c
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:122.74kb
    • 提供者:刘超群
  1. 156

    0下载:
  2. 八皇后问题是一个古老而著名的问题。该问题是十九世纪著名的数学家高斯1850年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an ancient and well-known problem. The problem is that the nineteenth century the famous mathematician Gauss 1850: Under th
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:542byte
    • 提供者:gaona
  1. gs

    0下载:
  2. 四点高斯积分公式在边界元分析法离散中的计算-Four the Gauss integral formula in boundary element analysis method in the calculation of discrete
  3. 所属分类:MPI

    • 发布日期:2017-10-30
    • 文件大小:579byte
    • 提供者:任登峰
  1. 12

    0下载:
  2. 包括高斯-塞德尔迭代法和雅可比迭代法,数值计算实验课-Gauss- Seidel iterative method and Jacobi iteration method, numerical experiment course
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-22
    • 文件大小:1.24kb
    • 提供者:路右
  1. Gauss_all_VCPP

    0下载:
  2. 用于解线性方程组的全主元高斯消去法C++程序-c++ Used for solving linear equations of all primary gauss elimination
  3. 所属分类:MPI

    • 发布日期:2017-12-01
    • 文件大小:3.15kb
    • 提供者:luoxia
  1. gaosi

    0下载:
  2. 高斯消元法解n维线性方程组,即输入为n维矩阵,将矩阵变为上三角矩阵,再反代-Gauss elimination method for solving n-dimensional linear equations, ie, the input is n-dimensional matrix, the matrix becomes upper triangular matrix, and then anti-generation
  3. 所属分类:ELanguage

    • 发布日期:2017-04-02
    • 文件大小:1.12kb
    • 提供者:chengzi
  1. numerical-calculaltion

    0下载:
  2. 几种常用的数值积分算法代码,包括自适应梯形求积法,变步长梯形求积法和勒让德-高斯求积法-Several commonly used numerical integration algorithm code, including adaptive trapezoidal quadrature method, variable step trapezoidal quadrature method and Legendre- Gauss quadrature
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:2.43kb
    • 提供者:tangbin
  1. gaosiyuedan

    0下载:
  2. 运用高斯约旦法求出矩阵的逆矩阵,文件中以正定矩阵为例-Using Gauss-Jordan method to calculate inverse of a matrix, for example the file to a positive definite matrix
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:7.7kb
    • 提供者:jimmy
  1. GAUSS

    0下载:
  2. 列主元高斯消去法解线性方程组Ax=b, 顺序高斯消去法解线性方程组Ax=b。-Column pca gauss elimination solution system of linear equations Ax = b, sequential gaussian elimination solution system of linear equations Ax = b.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:885byte
    • 提供者:贾璐
  1. Gauss_noise

    0下载:
  2. 用于生成服从标准正态分布的高斯序列文件,利用混合同余法,生成均匀分布序列再将其转换成高斯序列(Used to generate a Gauss sequence file that obeys the standard normal distribution, and then uses the mixed residual method to generate a uniform distribution sequence, and then converts it into a Gauss
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-21
    • 文件大小:1.52mb
    • 提供者:褚宏翔
  1. total gauss

    0下载:
  2. 采用列主元高斯消去法求解线性方程组,可供初级学习参考使用,也可求解较复杂线性方程组。(The column principal element Gaussian elimination method is used to solve the linear equations, which can be used for primary learning reference and can solve the more complex linear equations.)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-29
    • 文件大小:5kb
    • 提供者:筱海子
« 12 »
搜珍网 www.dssz.com