搜索资源列表

  1. 逆矩阵

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

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

    0下载:
  2. 用结构体实现矩阵的运算,如行列式,求逆等
  3. 所属分类:源码下载

  1. topelize矩阵快速解法的matlab程序

    1下载:
  2. 计算电磁学中离散海伦方程之后会得到topelize矩阵,当矩阵规模很大时采用一般的矩阵求逆程序会变得很慢,这个程序采用新的方法对这种矩阵可以快速的求解
  3. 所属分类:源码下载

    • 发布日期:2012-03-11
    • 文件大小:72605
    • 提供者:xiongyue
  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-20
    • 文件大小: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-20
    • 文件大小:7168
    • 提供者:朱辉
  1. 实矩阵求逆的全选主元高斯-约当法

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

    • 发布日期:2024-05-20
    • 文件大小: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-20
    • 文件大小:168960
    • 提供者:李保磊
  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-20
    • 文件大小:2048
    • 提供者:
  1. MatrixModule

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

    • 发布日期:2024-05-20
    • 文件大小:30720
    • 提供者:zhlei
  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-20
    • 文件大小:22528
    • 提供者:张华安
  1. qiunijuzhen

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:松鼠
  1. inv

    0下载:
  2. 用矩阵变换法求逆矩阵 C++,已通过测试-Matrix transformation method using the inverse matrix C++, Have passed the tests
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:doubley
  1. Matrixcalculation

    0下载:
  2. 矩阵运算,包括矩阵的加减乘除,求逆矩阵,并可以判断矩阵是否可以相加或相乘-Matrix operations, including matrix addition and subtraction, multiplication and division, and inverse matrix and matrix can determine whether the sum or multiply
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:王笑
  1. MatrixInverse

    0下载:
  2. 求逆矩阵算法,输入原矩阵、维数以及允许误差,输出其逆矩阵-MatrixInverse
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Jane
  1. nijuzhen

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:mali
  1. InverseofSquareMatrix

    0下载:
  2. 求逆矩阵完美版 c++编译通过 含源程序-Inverse of a Square Matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:49152
    • 提供者:cc
  1. gaussj

    0下载:
  2. 高斯消去法求逆矩阵,简单易学,特别适合初学者- Gaussian elimination inverse matrix, easy to learn, especially suitable for beginners
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 矩阵相乘和求逆,矩阵求逆进行LV分解,测试结果与matlab一样-Matrix multiplication and inverse, matrix inverse to LV decomposition, the same test results with matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:胡易
  1. Matrix

    0下载:
  2. c语言实现矩阵运算。包括矩阵加减法,乘法,转置,求行列式,求逆矩阵等。-Matrix algorithm ,realized by c language.including matrix add,multiply,transpose,determinant,inverse.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:180224
    • 提供者:maotianjiao
  1. 求逆矩阵

    0下载:
  2. 用mathcad求逆矩阵,可以看到完整的计算公式,很方便(With Mathcad inverse matrix, you can see the complete formula is very convenient)
  3. 所属分类:数学计算/工程计算

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

源码中国 www.ymcn.org