搜索资源列表

  1. interfunc

    0下载:
  2. 要求出一个矩阵的逆矩阵有许多方法,这里介绍以 Gauss-Jordan Elimination 来求出逆矩阵的方法,算法函数用C++写成,可在C++编程环境下直接调用-requested a matrix inverse matrix there are many ways here to introduce the Gauss-Jordan Elimination get to the inverse matrix method, t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:张蔚
  1. 矩阵操作

    0下载:
  2. 线性代数中的矩阵求逆的问题,使用此算法可以简化矩阵的操作。-linear algebra of matrix inversion, the use of this algorithm can be simplified matrix operation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:王五
  1. 矩阵求逆new

    0下载:
  2. 一个相当有用的矩阵求逆算法程序,非常好用-a useful matrix inversion algorithm, very handy
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:邹璇
  1. 矩阵运算的程序

    0下载:
  2. 本程序能完成矩阵的输入,输出。方阵的乘法,方阵的求逆,矩阵的求专置等的运算。-this procedure can be completed matrix of input and output. The matrix multiplication, the matrix inversion and matrix specifically for the home, such as arithmetic.
  3. 所属分类:网格计算

    • 发布日期:2024-05-19
    • 文件大小:74752
    • 提供者:李飞
  1. pMatrix

    0下载:
  2. 这是一个用c语言编写的,求pMatrix矩阵的逆矩阵的小程序。-This is a language used c, seeking pMatrix matrix inverse matrix of small programs.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:
  1. juzhenqiuni

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

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

    0下载:
  2. 这是一个非常好的利用LU分解法求逆矩阵的程序,其中的Pivot是很好的。-This is a very good use of LU decomposition of the matrix inversion process, the Pivot is very good.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:
  1. nijuzhen

    0下载:
  2. 用C++编译出来的逆矩阵算法,希望对大家有帮助-C compiler of inverse matrix algorithm, we hope to help
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:毛仁爱
  1. MatrixModule

    0下载:
  2. 常用的矩阵计算,包括求行列式、求逆矩阵等等,类容较全-common matrix, which includes seeking determinant, matrix inversion, etc., over all types of capacity
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:30720
    • 提供者:zhlei
  1. reverse_matrix

    0下载:
  2. 这是一个求矩阵的逆矩阵快速算法的c语言代码,非常好用,你可以将其封装成动态库用,也可以直接用-This is a matrix for the rapid inverse matrix algorithm c language code and very handy, You can be as dynamic Packaging library, can be directly used
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:hjs
  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-19
    • 文件大小:6144
    • 提供者:mathstony
  1. LUwerwer

    0下载:
  2. 通过LU分解求矩阵的逆矩阵,可应用于反幂法的实现-through the matrix factorization for the inverse matrix can be used against the law to achieve power
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:王另
  1. qiuni

    0下载:
  2. 求解一个矩阵的逆矩阵过程,是一个矩阵的化简过程
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:616448
    • 提供者:张友彬
  1. nizhen

    0下载:
  2. 矩阵求逆。输入任意的矩阵,能判断该矩阵是否可逆,如果可逆,能给出逆阵,否则,提示该矩阵不存在逆矩阵。-Matrix inversion. Arbitrary input matrix, the matrix can judge whether or not reversible, if reversible, can be given against the array, otherwise, suggesting that the m
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:zengdong
  1. n

    0下载:
  2. 本程序是求解矩阵的逆矩阵的主程序,运行环境是vc6.0-This procedure is the inverse matrix to solve matrix of the main program, running environment is vc6.0
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:bairu
  1. MatrixAndXmathlib

    0下载:
  2. 矩阵和初等几何常用算法,包括高斯-约当法求逆矩阵、用乔里斯基分解法求对称正定阵的线性方程组等等的源代码-Matrix and elementary geometry commonly used algorithms, including Gaussian- about when the inverse matrix method, using乔里斯基decomposition method for symmetric positive
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:22528
    • 提供者:张华安
  1. matcal

    0下载:
  2. 这是一个用opencv求逆矩阵的程序-This is a used opencv matrix inversion procedures
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:242688
    • 提供者:
  1. bchol0

    0下载:
  2. 复矩阵求逆的全选主元高斯-—约当消去法,求复矩阵的逆矩阵-Complex matrix inversion of the entire election PCA Gauss- Jordan elimination method, and complex matrix of the inverse matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:蓝星辰
  1. minvbyGRE

    0下载:
  2. 用greville方法求逆矩阵,稍加改动可求广义逆矩阵-Greville method using inverse matrix, rectifiable modified generalized inverse matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:yaoxie
  1. qiunijuzhen

    0下载:
  2. 自己编的求逆矩阵的小程序,情大家多多指教-Own inverse matrix of small procedures, U.S. intelligence exhibitions
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:松鼠
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org