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

搜索资源列表

  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. gaosi

    0下载:
  2. 高斯消元法把行绝对值最大的元素换到主元位置-Gaussian elimination absolute value of the line for the largest element to the pivot position
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1810
    • 提供者:fl
  1. gaosixiaoyuan

    0下载:
  2. 高斯消元法,该功能十分强大!对于学习数值计算有很大的帮助!-Gaussian elimination method, the function is very powerful!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1279
    • 提供者:刘程辉
  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. GEE

    0下载:
  2. 此Matlab程序展示部分主元法实现的高斯消元算法。-This Matlab program demonstrates some of the main element to achieve Gaussian elimination algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:10550
    • 提供者:王娟
  1. cPP

    0下载:
  2. 用C++写的高斯消元法解方程组,并且以文件的形式输入输出。-Written in C++, Gauss elimination method for solving equations, and to file the form of input and output.
  3. 所属分类:Algorithm

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

    0下载:
  2. 高斯消元法c语言程序。。经测试正确,,计算方法-Gaussian elimination c language program. . The test correctly
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:190958
    • 提供者:星沉
  1. Numerical-calculation-method

    0下载:
  2. 实现插值,lu,二分法,高斯塞德尔,高斯消元法,高斯主元素,幂法,牛顿法八种数值计算方法的八个C程序源码-To realize interpolation, lu, dichotomy, gaussian plug del, gaussian elimination, gaussian Lord elements, power method, Newton method eight kinds of numerical calculation method of the eight C prog
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:6735
    • 提供者:sunqi
  1. Gaus_Elim_with_Partial_Pivot

    0下载:
  2. 程序主要讲解了采用高斯消元法解决线性代数问题的基本方法,采用的是C语言的风格-Procedures will explain the use of Gaussian elimination to solve linear algebra problems of the basic method, using the C language style
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:656818
    • 提供者:公共
  1. 1

    0下载:
  2. 使用高斯消元法求解线性方程组,按照提示输入线性方程组系数即可得到最后结果-Gauss method of solving equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:992
    • 提供者:wsc
  1. abc

    0下载:
  2. 高斯消元法求矩阵的源代码,输入3个数可以进行线性拟合,质量非常高。-Gauss elimination method for the matrix of the source code, input the number 3 can be linear fit, the quality is very high.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1047150
    • 提供者:刘鹏
  1. GAUSS1

    0下载:
  2. 列主元高斯消元法,可以求解线性方程组,简单易用-Column pivot Gauss elimination method, can solve linear equations, simple to use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:625
    • 提供者:vis
  1. Course-Work

    0下载:
  2. 高斯消元法判断矩阵是否有解,高斯消元法判断矩阵是否有解-Gauss elimination method to determine whether a matrix is ​ ​ a solution, Gauss elimination method to determine whether a matrix is ​ ​ solvable
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:818575
    • 提供者:Dragon
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 33 »
搜珍网 www.dssz.com