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

搜索资源列表

  1. GS3

    0下载:
  2. 本程序实现了矩阵计算中的列主元消去法,速度挺快啊!-This procedure achieved a matrix calculation of the principal component elimination method out, the speed of Ting快啊!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:8190
    • 提供者:bringer
  1. 1

    0下载:
  2. 第二章 解线性方程组的直接法 --------------------------------------------------------------------------------------- 主函数文件 子函数文件 功能 实例 -------------------------------------------------------------------------------------- GELIMM.C GELIM.C Gauss顺序消去法解线
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:374250
    • 提供者:xig
  1. gauss

    0下载:
  2. 高斯列主元消去法 经调试后通过 并且用于实际算法-Out PCA elimination method adopted by the debugger and the actual algorithm used
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:366348
    • 提供者:姚威
  1. vb-solution-of-linear-equations

    0下载:
  2. 利用vb解线性方程组,利用Gauss列主元消去法-Vb solutions using linear equations using Gauss elimination method out PCA
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1823
    • 提供者:邵长城
  1. NumericalAlgorithm

    0下载:
  2. 常用数值算法的C++源码,包括三次样条插值、二重积分计算、常微分初值问题数值解、Newton迭代法、列主元高斯消去法、逐次超松弛迭代法。-Numerical algorithm used in C++ source code, including the cubic spline interpolation, double integral, the ordinary differential initial value problem numerical solution, Newton it
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6419
    • 提供者:胡婕
  1. MyMatrix

    0下载:
  2. DEV C++ 写的一个矩阵类,用列主元消去法求模的。类的构造函数接收矩阵的行列值或者是一个vector<vector<double> >类型的变量。没有用模板,数据类型是double.-DEV C++ to write a matrix class, with out seeking principal mode of elimination. Class constructor to receive the rank of matrix or a vector val
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:150385
    • 提供者:xiamin
  1. c

    0下载:
  2. 通过用列主元消去法编写程序,使学生掌握用列主元消去法解线性方程组的思想-Out by using principal component elimination method to write programs so that students master the use of out principal component elimination method solution of the ideological system of linear equations
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:800
    • 提供者:fu
  1. gaosi

    0下载:
  2. 应用高斯列主元消去法解线性方程组的程序代码-Application of Gaussian elimination out PCA solution of linear equations of the program code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:734
    • 提供者:sky
  1. mylu

    0下载:
  2. 高斯列主元消去法求矩阵,,可以求任意阶矩阵,非常简单好用-Out Gaussian elimination method for principal component matrix, a very easy-to-use
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:624
    • 提供者:fbb
  1. GaussPivot

    0下载:
  2. 利用高斯列主元消去法进行LU分解,并求解方程组-PCA out Gaussian elimination method and LU decomposition to solve equation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:1224
    • 提供者:King
  1. liezhuyuanxiaoqufa

    0下载:
  2. 列主元消去法 一种消去主元的数组计算方法-Out a principal component elimination method to eliminate the main element of the array method of calculating
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:842
    • 提供者:鲁亮
  1. Gaussxiaoyuanfa

    0下载:
  2. 解线性方程组,通过列主元消去法,方便快捷,基于VB版本的小程序-Solution of linear equations by elimination out PCA, convenient, based on the VB version of the applet
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:391640
    • 提供者:王皓申
  1. Gauss

    0下载:
  2. Gauss主元消去法,高斯列主元消去法,含可执行文件bat及源码-PCA Gauss elimination method, Gauss elimination method out PCA, including executable files and source bat
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:103729
    • 提供者:shan
  1. jisuanfangfa

    0下载:
  2. 用Vc++语言实现拉格朗日插值、牛顿插值、 复化Simpson公式、龙贝格公式、牛顿迭代法、高斯列主元消去法、Seidel 迭代法-Vc++ language with the realization of the Lagrange interpolation, Newton interpolation, Complex formula of Simpson, Romberg formula, Newton iteration, Gauss elimination method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:38401
    • 提供者:pyx
  1. gaosi

    0下载:
  2. 高斯列主元消去法,用c#编写的高斯消去法。-Gaussian elimination pivot column, using c# written in Gaussian elimination.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:19250
    • 提供者:zhaiweixing
  1. P248-1

    0下载:
  2. 二次曲线拟合,应用了高斯列主元消去法,并且应用了矩阵的转置-Quadratic curve fitting, application of Gaussian elimination pivot column
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:752
    • 提供者:gaoli
  1. jisuanfangfa

    0下载:
  2. 计算方法中列主元消去法解线性方程和牛顿,-Newton。。
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1627
    • 提供者:梦小新
  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
    • 文件大小:182763
    • 提供者:云天河
  1. xiaoyuan

    0下载:
  2. 高斯列主元消去法,可以用于就算规模较大的矩阵-Gaussian line principal component elimination method can be used to even larger matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:520
    • 提供者:jerome
  1. 111

    0下载:
  2. Gauss顺序消去法与Gauss列主元消去法是计算机上常用来求解线性方程组的一种直接的方法。就是在不考虑舍入误差的情况下,经过有限步的四则运算可以得到线性方程组的准确解的一类方法。--suanfa
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:684
    • 提供者:雪松
« 1 2 3 45 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com