搜索资源列表

  1. 稀疏矩阵计算器

    0下载:
  2. 用三元组表示稀疏矩阵,可以转置 加法,减法,乘法,求逆。- With three Yuan groups expressed the sparse matrix, may transpose the addition, the subtraction, the multiplication, asks to go against.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:209920
    • 提供者:小康
  1. nizhen

    0下载:
  2. 初等变换法,矩阵求逆用的是笔算时惯用的方法,需要高斯消去法的朋友请参看有关资料。特别提醒:本程序不能用tc2.0编译!详情请参看文件中的说明。 -elementary transformation, matrix inversion using a written calculation method used when the need Gaussian Elimination friends see the information.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:朱辉
  1. inmatrix

    0下载:
  2. Fortran 的矩阵求逆程序-Fortran the matrix inversion process
  3. 所属分类:汇编语言

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:叶爱中
  1. 实矩阵求逆的全选主元高斯-约当法

    0下载:
  2. 很有用的源代码,只是我好不容易找的哦,担不是我自己写的。-very useful source code, I finally find a just, um, fetching than I wrote it myself.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:王丹
  1. matrix-

    0下载:
  2. 矩阵求逆,经典算法,全主元高斯约当法,经典源码,用途广泛-matrix inversion, classic algorithms, the main yuan Gaussian all about when France, classic source, a wide range of uses
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:168960
    • 提供者:李保磊
  1. juzhenni

    0下载:
  2. 矩阵求逆算法程序, c++ 编写-matrix inversion algorithm, c prepared
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:76800
    • 提供者:万海
  1. 矩阵包

    0下载:
  2. C语言实现的矩阵的常用计算!包括:矩阵乘法,加法,求逆,转置,开方等等!-C language used in the calculation of matrix! Including : matrix multiplication, addition, the inverse transfer home, prescribing, etc.!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:周晓尧
  1. 逆矩阵

    0下载:
  2. 这是一个利用VC++编写的求逆矩阵的算法,在WindowsXP、2000、98上运行成功。-This is a VC prepared by the inverse matrix algorithm, in WindowsXP, 2000,98 running successfully.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:李小
  1. AniMatrix

    0下载:
  2. 用c写的对矩阵求逆的算法,采用直接迭代,适合2阶和3阶矩阵-used to write the right matrix inversion algorithm, the introduction of direct iteration, for two bands and three bands Matrix
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:882688
    • 提供者:申魏
  1. 矩阵计算类

    0下载:
  2. 矩阵计算的类苦,包括矩阵乘法,求逆矩阵求特征值和特征向量等-Matrix Calculation, including Matrix multiplization,etc.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:lion
  1. 简易的矩陣加密編编码法

    0下载:
  2. 算法介绍 矩阵求逆在程序中很常见,主要应用于求Billboard矩阵。按照定义的计算方法乘法运算,严重影响了性能。在需要大量Billboard矩阵运算时,矩阵求逆的优化能极大提高性能。这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法。 高斯-约旦法(全选主元)求逆的步骤如下: 首先,对于 k 从 0 到 n - 1 作如下几步: 从第 k 行、第 k 列开始的右下角子阵中选取绝对值最大的元素,并记住次
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:刘亮
  1. 解线性方程的直接法

    0下载:
  2. 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:23552
    • 提供者:周思良
  1. juzhenqiuni

    0下载:
  2. 矩阵求逆程序源代码 功能:就一般或者大型大矩阵求其逆矩阵!-matrix inversion source code functions : general or large building its matrix inverse matrix!
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:何人
  1. MatrixAndComplex_C++

    0下载:
  2. 矩阵、复数自定义数据类型的C++实现。矩阵求逆采用牛顿法。-matrices, the plural-defined data types in C to achieve. Matrix inversion using Newton's law.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:张彦
  1. invert

    1下载:
  2. 矩阵求逆的并行算法,使用高斯约当消去法,是从一参考书中copy过来的,谢谢原作者。-matrix inversion of the parallel algorithm, about when the use of Gaussian Elimination Act, a reference book from which the copy over, Thank you, the original author.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:魏东子
  1. laoda

    0下载:
  2. 关于矩阵求逆的小程序,虽小但很实用。矩阵计算在工程中应用很广泛,该小程序中包含有关矩阵求逆的源代码,希望对大家有所帮助-matrix inversion of the small programs, small but practical. Matrix in engineering applications is wide, the small program included the matrix inversion of the
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:13312
    • 提供者:guoguo
  1. shizhifenxi

    0下载:
  2. 数值分析算法描述与习题解答,由清华大学徐士良教书,用C编写的各种数学算法。比如:托伯利兹型线性代数方程组的递推算法,全选主元高斯消去法解复系数线形代数方程组,复矩阵求逆的全选主元高斯-约当法,等;-numerical analysis algorithm descr iption and answer the questions from Qinghua University XU Shi-liang, teaching C prepa
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:88064
    • 提供者:qinzuoyi
  1. dcjzqn

    1下载:
  2. 在Turbo C环境下开发,实现对称矩阵的输入,并判定是否为正定。可以修改输入模块实现对任意非奇异矩阵求逆。求逆算法采用伴随矩阵法,求解行列式采用化上三角矩阵法。该算法系本人根据《线性代数》描述编写,矩阵的最大阶数可任意修改,更具有通用性。-in Turbo C development environment and achieve symmetric matrix input, and to determine whether the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:史蒂芬
  1. matrix_reverse

    0下载:
  2. 矩阵求逆的c++程序,用来算大规模带分数形式的逆矩阵的,文件输入-matrix inversion c procedures for the large-scale Daibanshu form of the inverse matrix, the file input
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:mathstony
  1. maxConv

    0下载:
  2. 一个关于处理矩阵求逆的代码,希望对大家有帮助-for dealing with a matrix inversion code, we hope to help
  3. 所属分类:交通/航空行业

    • 发布日期:2024-05-15
    • 文件大小:133120
    • 提供者:liumei
« 1 23 4 5 6 7 8 9 10 ... 47 »

源码中国 www.ymcn.org