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

搜索资源列表

  1. Part_2_C_programmes

    0下载:
  2. 程序总结2 改进欧拉法|高斯消去法|简单迭代法|列主元元素消元|龙贝格算法|龙格库塔方法|牛顿插值多项式-procedures to improve Euler France | Gaussian Elimination | simple iteration | out the main elements Consumers billion yuan | Romberg Algorithm | Runge Kutta method | Newton polynomial interpolatio
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.86kb
    • 提供者:周琳
  1. GassianXY

    3下载:
  2. 利用二元域的高斯消元法得到输入矩阵H对应的生成矩阵G,同时返回与G满足mod(G*P ,2)=0的矩阵P,其中P 表示P的转置 使用方法:[P,G]=Gaussian(H,x),x=1 or 2,1表示G的左边为单位阵-binary domain PGE law input matrix corresponding to the formation of H matrix G, Meanwhile the return of mod meet with the G (G * P, 2) =
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:1.48kb
    • 提供者:心海
  1. sol

    0下载:
  2. 利用高斯列主元消去法求解线性方程组的fortran程序,测试通过!-Out the use of principal component Gaussian elimination for solving linear equations fortran procedures, test!
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:126.35kb
    • 提供者:康师傅
  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. liezhuyuan

    0下载:
  2. 计算方法高斯列主元消去法C程序 保证好用-Method of calculating Gaussian elimination pivot column C program to ensure easy to use
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:178.48kb
    • 提供者:云天河
  1. 2

    0下载:
  2. 高斯列主元消去法的程序,如果有什么不对的地方烦请指教-Gaussian elimination pivot column
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:3.03kb
    • 提供者:张亚维
  1. gaosi

    0下载:
  2. 利用高斯消去法解线性方程组,也就是加减消元法解线性方程组-Gaussian elimination linear equations, that is, addition and subtraction method of elimination of Linear Equations
  3. 所属分类:source in ebook

    • 发布日期:2017-05-11
    • 文件大小:2.18mb
    • 提供者:姚铁龙
  1. gaosi

    0下载:
  2. 本代码为高斯消元法的delphi源代码,高斯消元法是一种常见的消元方法,在现代智能系统设计中经常使用。-The code for Gaussian elimination of the delphi source code, Gaussian elimination is a common method of elimination, in the modern design of intelligent systems are often used.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:657.73kb
    • 提供者:来润
  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. Gauss_pivot

    0下载:
  2. matlab 高斯列主元消去法求解线性方程组程序,可用于求解任何元数方程组-Matlab gaussian column primary elimination method solving system of linear equations procedures, can be used to solve any yuan number equations
  3. 所属分类:MPI

    • 发布日期:2017-11-06
    • 文件大小:545byte
    • 提供者: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. gaosixiaoyuanfa

    0下载:
  2. 高斯消元法,可用于解齐次方程。大家可以-Gaussian elimination method can be used for solution of the homogeneous equation. Try
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:751byte
    • 提供者:laotan
  1. gaosixiaoyuanfajuzhen

    0下载:
  2. 本例 是通过高斯消元法解线性方程组,代码可行,欢迎使用-This example is by Gaussian elimination method for solving linear equations, the code is feasible, Welcome
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:796byte
    • 提供者:laotan
  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. GAOSI

    0下载:
  2. 高斯消元法(或译:高斯消去法),是线性代数规划中的一个算法,可用来为线性方程组求解。但其算法十分复杂,不常用于加减消元法,求出矩阵的秩,以及求出可逆方阵的逆矩阵。不过,如果有过百万条等式时,这个算法会十分省时-Gauss elimination
  3. 所属分类:MPI

    • 发布日期:2017-05-03
    • 文件大小:728.21kb
    • 提供者:KID
  1. xianxingfangcheng

    0下载:
  2. 线性方程组解算常规算法,包含高斯迭代法,选主元消去发等-A general algorithm for solving linear equations
  3. 所属分类:source in ebook

    • 发布日期:2017-05-04
    • 文件大小:118.1kb
    • 提供者:liubiao
  1. Gaussian-Elimination

    0下载:
  2. 利用Fortran语言编写高斯消元法来求解多元函数方程-Gaussian Elimination
  3. 所属分类:ELanguage

    • 发布日期:2017-12-14
    • 文件大小:18.7kb
    • 提供者:宋戒
  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
    • 提供者:筱海子
搜珍网 www.dssz.com