Welcome![Sign In][Sign Up]
Location:
Search - 输入要求:稀疏矩阵的行

Search list

[Other resourceMatrix

Description: 稀疏矩阵运算器 本程序要求用“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵,实现两个矩阵相加、相减和相乘的运算。具体有以下几点: 1.本程序中稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。本实验的三元组输入顺序为在行号小的优先的条件下,列号小的输入!要求输入的行数与列数不大于20,且输入三元组的结束标志为“0 0 0”。 2.程序执行过程: (1)运行后,打印出功能选项,可供选择。 (2)选择相应功能后,若选1~3,则要求输入两个矩阵的行数与列数,再以三元组顺序输入矩阵,并且打印出响应的运算结果。接着循环执行(1),(2)。 (3)若选择4,quit。则直接退出程序。
Platform: | Size: 11169 | Author: 小明 | Hits:

[Program doc 输入要求:稀疏矩阵的行、列和非零元素个数

Description: 输入要求:稀疏矩阵的行、列和非零元素个数 输出要求:稀疏矩阵的转置、加法、减法、乘法
Platform: | Size: 301751 | Author: yunjisuan | Hits:

[Data structsMatrix

Description: 稀疏矩阵运算器 本程序要求用“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵,实现两个矩阵相加、相减和相乘的运算。具体有以下几点: 1.本程序中稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。本实验的三元组输入顺序为在行号小的优先的条件下,列号小的输入!要求输入的行数与列数不大于20,且输入三元组的结束标志为“0 0 0”。 2.程序执行过程: (1)运行后,打印出功能选项,可供选择。 (2)选择相应功能后,若选1~3,则要求输入两个矩阵的行数与列数,再以三元组顺序输入矩阵,并且打印出响应的运算结果。接着循环执行(1),(2)。 (3)若选择4,quit。则直接退出程序。 -err
Platform: | Size: 11264 | Author: 小明 | Hits:

[ConsoleMatrix

Description: 稀疏矩阵是指那些多数元素为零的矩阵。利用“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。实现一个能进行稀疏矩阵基本运算的运算器。 基本要求为: 以“带行逻辑连接信息”的三元组顺序表表示稀疏矩阵,实现两个矩阵相加、相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。-Sparse matrix is ​ ​ a matrix that most elements are zero. " Sparse" characteristics of the storage and computing can greatly reduce the storage space and improve computational efficiency. One can achieve for basic computing sparse matrix. Basic requirements: " OK logical connection information" triplet sequence table sparse matrix, two matrix addition, subtraction and multiplication operations. Sparse matrix input form triple in the result of the operation of the matrix in an array of places usually listed.
Platform: | Size: 285696 | Author: 丁洁琼 | Hits:

[OtherSparse-matrix-compression

Description: 稀疏矩阵压缩存储的基本操作实现实验 要求:数据元素类型ElemType取float。 1)从键盘输入两个稀疏矩阵A、B的各元素。(行<=5,列<=5) 2)完成矩阵的加法运算,并输出。-Compressed storage of sparse matrix operations to achieve the basic experimental requirements: data element types ElemType take float. 1) from the keyboard two sparse matrices A, B of each element. (Row < = 5, column < = 5) 2) complete the matrix addition operation, and output.
Platform: | Size: 1024 | Author: selena | Hits:

[Windows Developcnm

Description: 矩阵的快速转置算法 数据压缩是提高传输、存储效率一种技术。教材第5章介绍了两种简单的压缩存储方法。 本实验要求实现三元组顺序表表示下的矩阵快速转置算法。 输入: 稀疏矩阵的行数、列数、非零元个数(三个数都大于0) 以行为主序输入稀疏矩阵三元组表 输出: 辅助数组num[ ] 辅助数组cpot[ ] 以行为主序输出对应的转置矩阵三元组表-Fast data matrix transpose algorithm compression is to increase transmission, storage efficiency of a technology. Textbook Chapter 5 describes two simple compression storage method. In this study, required to achieve the triple order of the table represents a fast matrix transposition algorithm. Input: sparse matrix rows, number of columns, the number of nonzero elements (three numbers are greater than 0) to enter the main sequence behavior sparse triple output tables: an auxiliary array num [] array of auxiliary cpot [] In the main act sequence output corresponding transposed matrix triples table
Platform: | Size: 1024 | Author: 王浩东 | Hits:

CodeBus www.codebus.net