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

搜索资源列表

  1. Numerical_Methods_matlab

    0下载:
  2. matlab实现:高斯消元法,LU分解法,迭代法,奇异值分解,乔累斯基分解法,gauss迭代解线性方程组,jacobi迭代解线性方程组-matlab implementation: Gauss elimination, LU decomposition, iterative methods, singular value decomposition, Cholesky decomposition, gauss iterative solution of linear equations, jac
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:322627
    • 提供者:jinghai
  1. gsxyf

    0下载:
  2. 高斯消元法程序,高斯消元法程序-高斯消元法程序
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8449
    • 提供者:徐云
  1. TEST1402

    0下载:
  2. 高斯消元法求解积分范例 选自fortran完全自学手册 -Gaussian elimination method for solving integral sample selected from the full self-study manual fortran
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1159
    • 提供者:reynjee
  1. equation

    0下载:
  2. 线性方程组的计算,采用的是高斯消元法来实现的。只有主要的算法代码,没有写主函数-Calculation of linear equations using the Gauss elimination method to achieve. Only the main algorithm code, did not write the main function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:636
    • 提供者:向东
  1. Plane_finite_element_program

    0下载:
  2. 简单的平面有限元程序,采用三结点三角形单元;采用等带宽存贮技术;采用高斯消元法解线性方程组。-Simple plane finite element program, using three node triangular element use of such bandwidth, storage technology using Gauss elimination method to solve linear equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:8329
    • 提供者:Qin
  1. SolveEqs

    0下载:
  2. VC6.0编写的高斯消元法和主高斯消元法计算线性方程组。-Solving the linear equations by the Gaussian elimination method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:118705
    • 提供者:赖生建
  1. shuzhifenxi

    0下载:
  2. 高斯消元法求方程组的解,算法清晰,效率高-Gaussian Elimination Method Equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:50645
    • 提供者:lijunjie
  1. partialpivotingGauss

    4下载:
  2. 部分选主元的高斯消元法的MATLAB代码,并用该方法结合2次回代接方程组-Part of the pivoting Gaussian elimination of the MATLAB code, and combined with this method 2 times back to the pickup equations
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1181
    • 提供者:王子涵
  1. gaosixiaoyuanfa

    0下载:
  2. 高斯消元法,选主元,希望对大家有用,属于数值分析的内容!-Gauss elimination, pivoting, we hope to be useful, the content of the numeric analysis!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:260490
    • 提供者:brq
  1. Gaussian

    0下载:
  2. 高斯消元法解n阶线性方程组(visual c++)the Gaussian elimination method solve the linear equations -the Gaussian elimination method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:9079
    • 提供者:李白
  1. gaosixiaoyuan

    0下载:
  2. 该代码实现了高斯消元法,方法简单,而且特别使用。代码简单易懂-simple good
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:543920
    • 提供者:高艳荣
  1. FORTRAN-compilation-algorithm

    0下载:
  2. 用于科学计算的Fortran 90/95算法源程序,用LU分解进行高斯消元法-This module provides all the subroutines needed to solve the problem: Ax=b using direct methods, based on employing either the LU or PLU factorisation methods.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7613500
    • 提供者:kevin
  1. computing

    0下载:
  2. 1.通过动手写一个小程序,来了解java在开发过程的一些步骤和问题。 2.以高斯消元法为基础,来算方程组的解,并且也可以算出行列式的解。 -This program can solve many problems.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2400392
    • 提供者:丁一
  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
    • 文件大小:673515
    • 提供者:来润
  1. LDPC

    3下载:
  2. LDPC编码经过AWGN信道后的高斯消元法的译码过程的MATLAB仿真-LDPC codes through AWGN channel Gaussian elimination method, after the decoding process of MATLAB simulation
  3. 所属分类:matlab

    • 发布日期:2016-11-21
    • 文件大小:238592
    • 提供者:李虎跃
  1. computing-method

    0下载:
  2. 实现拉格朗日算法、高斯消元法算法、梯形公式的逐次分半法等常用计算方法的算法程序-Achieve Lagrangian algorithm, Gaussian elimination algorithm, the successive half trapezoidal method and other commonly used procedures for calculation of the algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2576
    • 提供者:Aleny
  1. gs

    0下载:
  2. 全主元高斯消元法,动态二维数组的建立,以及实现例子-All principal component Gaussian elimination
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:995
    • 提供者:lcy
  1. 1

    0下载:
  2. C++编程实现高斯消元法,在机器上运行,没有错误-C++ Programming Gaussian elimination method, the machine runs, no errors
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:398658
    • 提供者:lingling
  1. gose

    0下载:
  2. 这是一共用高斯消元法实现的解方程的程序,时间复杂度为o(n^3)-This is a common Gaussian elimination procedure for solving equations to achieve the time complexity is o (n ^ 3)
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:889
    • 提供者:
  1. 31368218MatrixMath

    0下载:
  2. LU分解及其相关科学计算函数,比如高斯消元法,QR分解-LU decomposition and related scientific computing functions, such as Gaussian elimination, QR decomposition, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:97604
    • 提供者:wang
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 32 »
搜珍网 www.dssz.com