CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 求逆矩阵

搜索资源列表

  1. 矩阵求逆

    0下载:
  2. 所属分类:Windows编程

    • 发布日期:2008-05-18
    • 文件大小:1010
    • 提供者:snowson
  1. 矩阵计算类

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

    • 发布日期:2008-10-13
    • 文件大小:9710
    • 提供者:lion
  1. 矩阵求逆new

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

    • 发布日期:2008-10-13
    • 文件大小:1006
    • 提供者:邹璇
  1. 复数矩阵求逆

    2下载:
  2. 求复数矩阵的逆矩阵-for the complex matrix inverse matrix
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6661
    • 提供者:林海华
  1. 矩阵求逆

    0下载:
  2. 求一般矩阵(实数)的逆矩阵-for general matrix (actual) of the inverse matrix
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6346
    • 提供者:林海华
  1. 复数矩阵求逆

    1下载:
  2. 求复数矩阵的逆矩阵!
  3. 所属分类:C#编程

  1. InvMatrix

    0下载:
  2. 自写矩阵求逆代码,已测试绝对正确,对于初学c或图像处理的学者有用-Since writing the code matrix inversion has been tested absolutely right, image processing for the beginner c or useful to scholars
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:708
    • 提供者:田冰
  1. 1

    0下载:
  2. lu分解一个非常好的利用LU分解法求逆矩阵的程序,其... 详细说明:这是一个非常好的利用LU分解法求逆矩阵的程序,其中的Pivot是很好的-lu decomposition of a very good use of LU decomposition of matrix inversion procedures, a detailed descr iption of its ...: This is a very good use of LU decomposition of matrix
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:670
    • 提供者:丁叮
  1. juzhengjiuni

    1下载:
  2. 矩阵求逆,经典算法,全主元高斯约当法,使用VC++开发-Matrix inversion, the classic algorithm, the entire principal Gauss Jordan method, using VC++ development
  3. 所属分类:Windows Develop

    • 发布日期:2015-01-14
    • 文件大小:104944
    • 提供者:jonh
  1. invert

    0下载:
  2. 矩阵求逆程序,基于mpich平台的并行计算程序,用于多台计算机同时计算以提高效率。-Matrix inversion procedure, based on parallel computing platforms mpich program for calculation of multiple computers at the same time to improve efficiency.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:2635
    • 提供者:web
  1. Gauss-Jordan

    0下载:
  2. Gauss-Jordan消去法 实现矩阵求逆 有详细算法解释-Gauss-Jordan elimination method to achieve matrix inverse Algorithm is explained in detail
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:6141
    • 提供者:xiang
  1. nijuzhen

    0下载:
  2. 同学编的C语言求逆矩阵的方法,值得借鉴哦-Students compiled C-inverse matrix method, it is worth drawing oh
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1282
    • 提供者:mali
  1. inverse

    0下载:
  2. 主要内容:在visual studio上实现矩阵求逆的过程 矩阵求逆:用全选主元高斯约当消去法求n阶是矩阵A的逆矩阵A-1。其中包括矩阵求逆算法描述 -Main elements: the visual studio to achieve the process of matrix inversion matrix inversion: The Select pivot Gauss Jordan elimination order to n-order matrix A is the i
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:6519
    • 提供者:刘丽
  1. Matrix

    0下载:
  2. 矩阵各种运算,包括矩阵求逆,矩阵相乘,矩阵转置-Matrix
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1607
    • 提供者:廖春华
  1. inv

    0下载:
  2. 这是一个关于实现矩阵求逆的代码,比较有用的-This is a matrix inversion on the realization of the code, more useful
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:1073
    • 提供者:leo
  1. juzhenqiuni

    0下载:
  2. 运用vb编写矩阵求逆的算法,可以实现矩阵的求逆-Vb prepared using matrix inversion algorithm, the matrix inversion can be achieved
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:6449
    • 提供者:jacket
  1. Matrix_written_In_CSharp

    0下载:
  2. 自己使用的一个C#编写的,矩阵类,使用这个类可以方便的实现矩阵的运算,行列式求值、矩阵求逆、矩阵分解等功能。-A C# Class can be used as a tool to perform Martrix arithmetic. This Class can be easily added into your own application.
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:11605
    • 提供者:mliang
  1. 求逆矩阵的C代码

    0下载:
  2. 该函数代码实现求一个N阶方阵的逆矩阵的功能(The function code to achieve a N order inverse function of the square matrix)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:103424
    • 提供者:朱迎昌
  1. Homotopy 同伦算法求矩阵逆

    1下载:
  2. matlab开发环境中,主要用于同伦算法求伪逆矩阵进行分析。(HOMOTOPY CONTINUATION METHODS in matlab)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:219136
    • 提供者:saturnnan
  1. fortran求逆子程序

    1下载:
  2. fortran 求逆矩阵子程序,包含求行列式子程序(FORTRAN inverse matrix subroutine, including determinant subroutine)
  3. 所属分类:Windows编程

    • 发布日期:2021-04-05
    • 文件大小:1024
    • 提供者:史蒂芬孙吖
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com