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

搜索资源列表

  1. 稀疏矩阵计算器

    0下载:
  2. 用三元组表示稀疏矩阵,可以转置 加法,减法,乘法,求逆。- With three Yuan groups expressed the sparse matrix, may transpose the addition, the subtraction, the multiplication, asks to go against.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:209749
    • 提供者:小康
  1. 矩阵所有运算

    2下载:
  2. 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposition, cholesky decomposition an
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:83488
    • 提供者:球球
  1. jzzz

    0下载:
  2. 用debug实现矩阵转置,对于理解矩阵的运算有帮助-with debug achieve matrix transpose, for understanding the computing matrix help
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1289
    • 提供者:pj
  1. juzhenzhuanzhi

    0下载:
  2. 一个实现矩阵转置的C和C++源代码,自己以前学数据结构时做的-achieve a matrix transpose the C and C + + source code, his past data structure to do
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1571
    • 提供者:乐乐
  1. jingdianzhuanzhi

    0下载:
  2. 本文件叙述了C语言中的矩阵转置操作! 本文件叙述了C语言中的矩阵转置操作!谢谢查阅!-This document describes the C language to the matrix transpose operation! This document describes the C language to the matrix transpose operation! Thank you access!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1201
    • 提供者:windzyf
  1. martix

    0下载:
  2. 矩阵类 矩阵基本运算,伴随矩阵,行列式,转置矩阵 -Matrix Matrix basic computing, adjoint matrix, determinant, transpose matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:10231
    • 提供者:lma7408
  1. juzheng

    0下载:
  2. 实现稀疏矩阵转化为三元组,并且进行转置以及其他运算。-The realization of sparse matrix into a triple, and home to turn, as well as other operations.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1351
    • 提供者:蔡吉欣
  1. 4)

    0下载:
  2. 稀疏矩阵的转置(利用三元组储存),结果输出其转置后的矩阵与三元组-Sparse matrix transpose (using triple storage), resulting in output after its transpose matrix and Triples
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2012
    • 提供者:kiki
  1. java_22222

    0下载:
  2. 求一个3行3列矩阵的转置矩阵(即第一行为第一列,第二行为第二列,第三行为第三列构成的矩阵)-For a 3-line 3 matrix transpose matrix (the first act of the first column, the second act of the second column, the third act constitute the third column of matrix)
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:3495
    • 提供者:李残月
  1. Matrix

    2下载:
  2. 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:1077281
    • 提供者:雾水葛
  1. Matrix

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

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

    0下载:
  2. 稀疏矩阵的转置 要求: 1 稀疏矩阵采用三元组顺序表的存储结构 2 能够实现两种转置算法:按列序为主序进行转置和快速转置。 3 输出矩阵转置前后的三元组。-Sparse matrix transpose requirements: 1 sparse matrix using the table triples storage structure 2 in order to achieve the two transpose algorithm: order by colum
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:3929
    • 提供者:小乖
  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编程

    • 发布日期:
    • 文件大小:82944
    • 提供者:sunguang216
  1. 按位就座

    0下载:
  2. 依次将待转置矩阵A的三元组行列互换后,直接放到转置矩阵B的三元组表中的正确位置。需考虑两方面因素:一是矩阵A每列中非零元素的个数(即转置矩阵B每一行中非零元素的个数);二是矩阵A各列中第一个非零元素三元组在B中的正确位置(即矩阵B各行中第一个非零元素三元组在B中的正确位置)。(In turn, the row of three tuples of the transposed matrix A is exchanged and placed into the correct position o
  3. 所属分类:数学计算

    • 发布日期:2018-01-01
    • 文件大小:116736
    • 提供者:nativefaith
  1. juzhen

    0下载:
  2. 内容为C语言实现的矩阵求逆子函数,矩阵乘法子函数,加法,减法子函数,矩阵转置子函数(Including a.C file content for the C language matrix for inverse function)
  3. 所属分类:数学计算

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:hnuduanyang
  1. 矩阵运算程序

    0下载:
  2. 程序包含矩阵加减、转置和乘法的功能,用于学习动态内存分配、结构体、二级指针、文件I/O.(The program contains the function of matrix addition, subtraction, and multiplication, which is used to learn dynamic memory allocation, structure, two level pointer, file I/O)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:244736
    • 提供者:theisness
  1. 矩阵

    0下载:
  2. 矩阵的基本计算,包括从文件中读取矩阵,加法减法乘法和转置(Basic calculation of matrix)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:2044928
    • 提供者:程序霸霸
  1. 矩阵库

    0下载:
  2. 实现任意矩阵的加法,减法,乘法,除法,逆运算,转置(Implement any matrix addition, subtraction, multiplication, division, inverse, transpose.)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:272384
    • 提供者:你恒哥
  1. 7

    1下载:
  2. 矩阵的二元组存储,一般形式输出,慢速及快速转置(Matrix two tuple storage, general form output, slow and fast transposition.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:SuperLoser
  1. 矩阵运算

    4下载:
  2. 设有两个矩阵A=(aij)m×n,B=(bij)p×q 实现要求: ⑴ 编写矩阵输入函数INPUT_MAT,通过该函数完成矩阵的输入并返回保存矩阵的三元组 (不能使用全局变量); ⑵ 编写矩阵输出函数OUTPUT_MAT,通过该函数完成矩阵的输出,输出的形式是标准的矩阵形式(即二维数组的形式); ⑶ 求矩阵的转置,矩阵的转置A’=(aji)n×m,转置前输出原矩阵,转置后输出转置矩阵; ⑷ 求矩阵A、B的和。矩阵A和B能够相加的条件是:m=p,n=q;矩阵A和B如果不能相加,请给
  3. 所属分类:

    • 发布日期:2021-01-14
    • 文件大小:28672
    • 提供者:viewyouyou
« 1 23 4 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com