搜索资源列表

  1. MatrixInverse

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

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

    0下载:
  2. 矩阵求逆计算 主要用于GIS二次开发中-qiu ni
  3. 所属分类:GIS编程

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

    0下载:
  2. 矩阵求逆的算法,比较完备,基本上可以求任何矩阵的逆-Matrix inversion algorithm, a more complete, is basically the inverse matrix for any
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 矩阵求逆与相乘,最小二乘的经典程序,数据处理时常用到-Matrix inversion and multiplication, the classical least squares procedure is often used for data processing
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:Snake
  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. 所属分类:其他小程序

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

    0下载:
  2. 矩阵求逆的算法,可用于大型矩阵-Matrix inversion algorithm can be used for large-scale matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:570368
    • 提供者:张为
  1. Gauss-Jordan

    0下载:
  2. Gauss-Jordan消去法 实现矩阵求逆 有详细算法解释-Gauss-Jordan elimination method to achieve matrix inverse Algorithm is explained in detail
  3. 所属分类:控制台(字符窗口)编程

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

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

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

    0下载:
  2. 矩阵最大主元算法,通过行列变换,使主对角线上的元素尽可能最大。从而避免求逆时除以一个较小获为0的数-Get the max main element Matirx
  3. 所属分类:OpenGL

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

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

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

    0下载:
  2. 矩阵求逆的并行计算实现,带数据 mpi+vc6.0-parallel compute of matrix inverse
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:程宾
  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 orde
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:刘丽
  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. 矩阵各种运算,包括矩阵求逆,矩阵相乘,矩阵转置-Matrix
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:廖春华
  1. Matrix_Inverse

    0下载:
  2. 矩阵求逆,适用于求解N*N矩阵的逆矩阵。-Matrix inversion for solving the inverse matrix N* N matrix.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者: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
  3. 所属分类:数学计算/工程计算

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

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

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

    0下载:
  2. 矩阵求逆 :一个简单的小例子常用于普通计算。-matrix inverse :a simple instance for common compute
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Rogerchen
  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. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:田冰
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org