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

搜索资源列表

  1. SpareMatrix

    0下载:
  2. 稀疏矩阵的抽象数据结构的算法的实现,首先声明一个类,在该类的基础上实现数据的存储与矩阵的转置-sparse matrix of the abstract data structure of the algorithm to achieve and be the first to declare a class, In such on the basis of data storage and matrix transpose
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:18539
    • 提供者:alexchen
  1. zz

    0下载:
  2. 本程序是关于求解矩阵的转置矩阵的主程序,运行环境是vc6.0
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1441
    • 提供者:bairu
  1. juzheng

    0下载:
  2. 矩阵的加法与转置,功能很强大。自己辛苦编写的。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:18122
    • 提供者:侯小刚
  1. 十字链表的操作

    0下载:
  2. 稀疏矩阵的应用(十字链表) 一、 设计要求 1.问题描述 设计程序用十字链表实现稀疏矩阵的加、乘、转置。 2.需求分析 (1)设计函数建立稀疏矩阵,初始化值。 (2)设计函数输出稀疏矩阵的值。 (3)构造函数进行两个稀疏矩阵相加,输出最终的稀疏矩阵。 (4)构造函数进行两个稀疏矩阵的相乘,输出最终的稀疏矩阵。 (5)构造函数进行稀疏矩阵的转置,并输出结果。 (6)退出系统。
  3. 所属分类:编程文档

    • 发布日期:2012-06-03
    • 文件大小:365056
    • 提供者:yunjisuan
  1. 稀疏矩阵乘法运算的十字链表实现

    0下载:
  2. 稀疏矩阵是指那些多数元素为零的矩阵。本文利用稀疏矩阵“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。通过采用标准C++语言设计实现了矩阵的乘法运算器。稀疏矩阵的乘法运算可用于解决许多实际的应用问题.提出一种新颖的稀疏矩阵相乘算法,算法实现中将计算单元由单个元素扩展至行向量,避免了矩阵的转置,减少了扫描次数。利用十字链表表示稀疏矩阵,再将建立好的两个相同行列数的稀疏矩阵进行相乘运算。
  3. 所属分类:编程文档

    • 发布日期:2012-06-03
    • 文件大小:196608
    • 提供者:yunjisuan
  1. 稀疏矩阵

    1下载:
  2. 稀疏矩阵是指那些多数元素为零的矩阵。本文利用稀疏矩阵“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。通过采用标准C++语言设计实现了矩阵的乘法运算器。稀疏矩阵的乘法运算可用于解决许多实际的应用问题.提出一种新颖的稀疏矩阵相乘算法,算法实现中将计算单元由单个元素扩展至行向量,避免了矩阵的转置,减少了扫描次数。利用十字链表表示稀疏矩阵,再将建立好的两个相同行列数的稀疏矩阵进行相乘运算。
  3. 所属分类:编程文档

    • 发布日期:2012-06-03
    • 文件大小:58368
    • 提供者:yunjisuan
  1. 输入要求:稀疏矩阵的行、列和非零元素个数

    0下载:
  2. 输入要求:稀疏矩阵的行、列和非零元素个数 输出要求:稀疏矩阵的转置、加法、减法、乘法
  3. 所属分类:编程文档

    • 发布日期:2012-06-05
    • 文件大小:301751
    • 提供者:yunjisuan
  1. juzhen

    0下载:
  2. 用于矩阵的一般计算,如转置 求逆 矩阵乘法 行列式 数乘-juzhen
  3. 所属分类:File Formats

    • 发布日期:2017-03-31
    • 文件大小:2906
    • 提供者:samj114
  1. C

    0下载:
  2. .请编写函数fun,该函数的功能是:实现B=A+A ,即把矩阵A加上A的转置,存放在矩阵B中。计算结果在main函数中输出-. Please write the function fun, the function of the functions are: to achieve B = A+ A ' , ie the matrix A with A, transpose, stored in the matrix B,. The results in the main function
  3. 所属分类:Document

    • 发布日期:2017-05-02
    • 文件大小:665777
    • 提供者:林静
  1. vc2

    0下载:
  2. 实现矩阵(3行3列)的转置(即行列互换)-Achieve the transpose of the matrix (3 rows and 3 columns) (i.e., interchanging rows)
  3. 所属分类:File Formats

    • 发布日期:2017-12-06
    • 文件大小:2375
    • 提供者:ww
  1. juzhen

    0下载:
  2. 三元组实现稀疏矩阵的转置,很实用啊。请需要的免费下啊-Triples sparse matrix transpose, very practical ah.Need free under ah.
  3. 所属分类:Document

    • 发布日期:2017-11-27
    • 文件大小:1042
    • 提供者:卢豪
  1. matrix-transpose-operation

    0下载:
  2. 稀疏矩阵的三元组存储及其转置运算。使用三元组存储以下稀疏矩阵,并使用3种转置算法进行转置。转置方法1:直接交换行列,再排序。 转置方法2:执行n次扫描。 转置方法3:快速转置。-Triple store sparse matrix transpose operation.Using a sparse matrix, the following triple store and use three kinds of the permutation algorithm to transpose.Th
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:1425
    • 提供者:高伟
  1. 6-3Matrix

    0下载:
  2. 矩阵的运算包括加减乘除,还有转置,是在VC6.0上编译成功的-Matrix operations include addition, subtraction, and transpose
  3. 所属分类:File Formats

    • 发布日期:2017-12-01
    • 文件大小:1789
    • 提供者:吴杰
  1. zhuan-zhi-ju-zhen

    0下载:
  2. 实现矩阵的转置以及应用于数学软件的调用函数。-Implementation matrix transpose and apply mathematical software function call.
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:218529
    • 提供者:whwtwhwt
  1. 345667

    0下载:
  2. 矩阵的运算,包括加减乘法运算,还有转置,文件很小-Matrix operations, including addition and subtraction multiplication, and transposition, the file is very small
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:1659
    • 提供者:shixiaobin
  1. 0108315

    0下载:
  2. 矩阵的运算,包括加减乘法运算,还有转置,文件很小-Matrix operations, including addition and subtraction multiplication, and transposition, the file is very small
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:1660
    • 提供者:shixiaobin
  1. juzhen

    0下载:
  2. 数据结构]利用三元组表对稀疏矩阵实现加法、减法及转置运算-Data Structures] use triples table for sparse matrix realization of addition, subtraction, and transpose operation
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:1677
    • 提供者:shixiaobin
  1. Matrix-Class

    0下载:
  2. 很实用的C#矩阵运算类,其包括基本的矩阵加减,矩阵乘法,转置 ,求逆等运算-Very useful matrix operations C# class that includes basic addition and subtraction of matrices, matrix multiplication, transpose, inverse operation, etc.
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:11976
    • 提供者:乔晶
  1. sparsematrix

    0下载:
  2. 行逻辑三元组顺序表实现稀疏矩阵,包括加法,减法,乘法,转置-OK logical sequence of triples table to achieve a sparse matrix.
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2212
    • 提供者:tanl
  1. Matrix

    0下载:
  2. 实现矩阵的基本算法,设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,-Realize the basic algorithm of matrix
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:4725
    • 提供者:heweiyi
« 12 »
搜珍网 www.dssz.com