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

搜索资源列表

  1. 矩阵求逆的c语言算法

    1下载:
  2. 通过利用c语言编程实现了对矩阵求逆的操作,可以大大简化用户的某些操作
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-04-04
    • 文件大小:902byte
    • 提供者:ja20_09ck
  1. luinverse.rar

    0下载:
  2. 矩阵求逆的算法 用的是LU分解法 是比较简单的矩阵求逆算法,Matrix inversion algorithm is used in LU decomposition method is relatively simple matrix inversion algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1.38kb
    • 提供者:ruru
  1. nijuzheng 求矩阵的逆矩阵

    1下载:
  2. 求矩阵的逆矩阵,不用递归,就可输出任何输入矩阵的逆矩阵。用C++写的。算法思路绝对清晰易懂。-Find inverse of a matrix, without recursion, can you export any of the input matrix matrix. Written in C++. Algorithm ideas absolutely lucid.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-27
    • 文件大小:2kb
    • 提供者:guiyongmao
  1. divh

    2下载:
  2. 简单的矩阵求逆的c语言算法,对初学者适用,包含头文件可以直接镶嵌到其他程序中-Simple matrix inversion algorithm in c language for beginners to apply, including the header files can be directly embedded into other programs
  3. 所属分类:Algorithm

    • 发布日期:2014-12-31
    • 文件大小:1021byte
    • 提供者:张淼
  1. matrixinverse

    0下载:
  2. 通过CSharp写的关于矩阵求逆的程序,希望对大家有用哈-this is a code about Matrix inverse, I refer to Qinghua C language programe book and use CSharp finish it.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:3.96kb
    • 提供者:梁明
  1. include

    0下载:
  2. C语言里边可以直接调试通的矩阵求逆代码。 请在TC2.0中运行和调试, C语言里边可以直接调试通的矩阵求逆代码。 请在TC2.0中运行和调试-this is a C language code aboue Matrix Invert and Transport, this is classic code about Matrix Invert
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3.63kb
    • 提供者:梁明
  1. GSRD

    0下载:
  2. 高斯诺当法求矩阵的逆,c++源代码,网上下载,测试有效-When the high-Snow inverse matrix, c++ source code, Internet download, test effective
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:377.94kb
    • 提供者:文磊
  1. inv

    0下载:
  2. 求二阶矩阵的逆 用C语言编程能够实现求矩阵的逆-For second-order inverse matrix programming using C language to realize the inverse matrix
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:1.01kb
    • 提供者:
  1. gaosiyuedang

    0下载:
  2. 求矩阵的逆(此程序是使用C++编写的,使用的用高速约当法)-gaosiyuedang qiuni
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:188.11kb
    • 提供者:本荣
  1. qiuni2

    0下载:
  2. 用C++实现高斯-亚当求解法求矩阵的逆 -finding the inverse matrix by Guess-Jordan using c++
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:176.23kb
    • 提供者:熊俊华
  1. Matrix_Inverse

    1下载:
  2. 矩阵求逆,适用于求解N*N矩阵的逆矩阵。-Matrix inversion for solving the inverse matrix N* N matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1.02kb
    • 提供者:zhang
  1. Matrix

    0下载:
  2. 该程序是主要描述的是矩阵运算,包括矩阵的基本运算,矩阵的求逆,矩阵的奇异值分解,以及特征值以及特征向量的求解等等。-The program is the main descr iption of the matrix operations, including the basic matrix operations, matrix inverse, matrix singular value decomposition, and the characteristic value and char
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:60.86kb
    • 提供者:wangli
  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
    • 文件大小:11.33kb
    • 提供者:mliang
  1. C

    0下载:
  2. 用C++求矩阵的逆矩阵,使用这个比较简单了,有更好的可以指教一下。-Matrix C++, the inverse matrix, the use of this relatively simple, what better to teach.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:1.02kb
    • 提供者:徐斌
  1. the-inv-of--matrix-by-C

    0下载:
  2. 可以求任意矩阵的行列式,若行列式不为零,则再求出矩阵的逆-Can seek any matrix determinant determinant is not zero, and then calculated the inverse of a matrix
  3. 所属分类:CSharp

    • 发布日期:2017-11-01
    • 文件大小:1.51kb
    • 提供者:hailong
  1. 矩阵求逆

    0下载:
  2. 用于计算矩阵的加减法、乘法以及求解逆矩阵,C语言编写
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-20
    • 文件大小:363.71kb
    • 提供者:hdbhyj
  1. c-inv-matrix

    0下载:
  2. 基于c语言,基于指针求取可逆矩阵的逆矩阵,已经在vs2013环境下成功实现-Based on c language, pointer-based strike a reversible inverse matrix, has been successfully achieved in vs2013 environment
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1.82kb
    • 提供者:胡磊
  1. 求逆矩阵的C代码

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

    • 发布日期:2017-12-20
    • 文件大小:101kb
    • 提供者:朱迎昌
  1. C++实现矩阵的所有运算

    2下载:
  2. 矩阵的转置、行列式、秩、逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量等等各种计算方法。(Transpose, rank, determinant, inverse matrix method of matrix decomposition, triangular decomposition of QR matrix, symmetric positive definite matrix and the deter
  3. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:81kb
    • 提供者:sunguang216
  1. 矩阵计算器

    0下载:
  2. 用于计算矩阵的一个小程序,除四则运算之外,还有矩阵化简,求逆等功能。(In addition to four operations, a small program for calculating the matrix has the functions of Matrix Simplification and inversion.)
  3. 所属分类:C#编程

    • 发布日期:2018-01-08
    • 文件大小:205kb
    • 提供者:不灭死神
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com