搜索资源列表
xishujuzhen
- 稀疏矩阵运算器实习报告,与严蔚敏老师主编的数据结构与算法一书实习4.1相对应-sparse matrix operations for internships, and Yan Wei Min teachers editor of the data structures and algorithms on a corresponding attachment 4.1
xishijuzhneng
- 稀疏矩阵的运算器,数据结构课程设计的内容
稀疏矩阵的运算器
- 用C语言编写的,实现一个能进行稀疏矩阵基本运算的运算器。-writen in C language, implemented calculator which can execute basic operator of sparse matrix.
matrix
- 实现一个稀疏矩阵运算器。以“带行逻辑链接信息”的三元组表作为稀疏矩阵的存储结构,实现两个矩阵相加、相减、相乘运算,运算结果要求以阵列形式输出。-The realization of a sparse matrix calculator. To line with the logic of the link information as the three groups, sparse matrix storage structure, the realization of two matri
xishujuzheng
- 很经典的小程序 稀疏矩阵运算器的实现 适合刚学算法的同学-Classic procedures of small sparse matrix realization of computing devices for students just learning algorithm
xishujuzhenyunsuanqi
- 稀疏矩阵运算器可以进行稀疏矩阵的加减乘除转自。。复制等-xishujuzhenyunsuanqikeyijinxingxishujuzhendejiajianchengchuhezhuanzhiyunsuan
SparseMatrixArithmeticUnit
- 现一个稀疏矩阵运算器。以“带行逻辑链接信息”的三元组表作为稀疏矩阵的存储结构;实现两个矩阵相加、相减、相乘运算;运算结果要求以阵列形式输出-Is a sparse matrix arithmetic unit. The " belt line of logical link information" triples table as sparse matrix storage structure to achieve two matrices are added togeth
SparseMatrixArithmeticUnit
- 稀疏矩阵是指那些多数元素为零的矩阵。利用“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。实现一个能进行稀疏矩阵基本运算的运算器。在一个矩阵中,可以用一个三元组〈row,column,value〉唯一地确定一个矩阵元素,因此,可以利用一个三元组数组(三元组表)来表示一个稀疏矩阵。此程序代码实现了两个稀疏矩阵相加、相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以阵列形式列输出。-Are those most sparse matrix element is ze
no4
- 稀疏矩阵运算器:1、 以“带行逻辑连接信息”的三元组顺序表表示稀疏矩阵,矩阵的输入用三元组表示 2、 判断输入的两个矩阵是否符合运算要求,并 实现两个矩阵相加,相减或相乘运算 3、 以通常的阵列形式输出运算结果 -Sparse Matrix calculator: 1, to " take the logical connection information line" in the order of the table triples that sparse ma
xishujuzhen
- 稀疏矩阵是指那些多数元素为零的矩阵。利用“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。实现一个能进行稀疏矩阵基本加减运算的运算器。 【基本要求】 稀疏矩阵的表示采用三元组,而运算结果的矩阵则以通常的阵列形式和三元组形式列出。 -Sparse matrix refers to those of most elements zero matrix. " Sparse" characteristics of the storage and computin
SparseMatrix
- 稀疏矩阵运算器 能够实现稀疏矩阵的基本运算-Sparse matrix operations can achieve the basic operations of the sparse matrix
xishujuz
- 稀疏矩阵的c语言实现,本文设计了一个稀疏矩阵的运算器实现了稀疏矩阵的转置和加减乘算法-Sparse matrix c language, designed a sparse matrix operations to achieve a sparse matrix transpose and addition and subtraction multiplication algorithm
Matrix
- 稀疏矩阵是指那些多数元素为零的矩阵。利用“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。实现一个能进行稀疏矩阵基本运算的运算器。 基本要求为: 以“带行逻辑连接信息”的三元组顺序表表示稀疏矩阵,实现两个矩阵相加、相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。-Sparse matrix is a matrix that most elements are zero. " Sparse"
Sparse-matrix-calculator
- 数据结构课程设计 稀疏矩阵运算器 稀疏矩阵是指那些多数元素为零的矩阵。利用“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。实现一个能进行稀疏矩阵基本运算的运算器-Data structure curriculum design sparse matrix arithmetic are those most sparse matrix elements are zero. The use of sparse feature for storage and computing c
multiply2
- 三元组表示的稀疏矩阵的加法,减法,乘法运算器-Triples express the sparse matrix of the adder, subtraction, multiplication device-ples express the sparse matrix of the adder, subtraction, multiplication devic
reck_caculate
- 一个简单的矩阵运算器,加,减,乘,求逆 性能较好 十字链表存储 QR分解法 稀疏矩阵-A simple matrix calculator, addition, subtraction, multiplication, inverse orthogonal list storage better performance sparse matrix QR decomposition
792344
- 稀疏矩阵运算器 以“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵()