搜索资源列表
jisuanqi
- 稀疏矩阵计算器,以带行逻辑链接信息的三元组表示稀疏矩阵,实现矩阵相加相减相乘的运算。-Sparse Matrix Calculator
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
3
- 关于稀疏矩阵三元组顺序表的一段小程序,希望对大家有用-On the sparse matrix triple section of the order form applet, in the hope that useful
syz
- 稀疏矩阵三元组的算法源代码,源代码是用visualc++编写-Sparse matrix algorithm triples the source code, source code is visualc++ to prepare
xishujuzhen
- 以“带行逻辑链接信息”的三元组表作为稀疏矩阵的存储结构;实现两个矩阵相加、相减、相乘运算;运算结果以阵列形式输出。-Sparse matrix computation
XIANXING
- 线性表的建立与基本运算1.采用表尾挂入法建立一个以la为头的单链表2.采用表首插入法建立一个yilb为头指针的单链表3.就地逆转以lb为头指针的单链表。 还有矩阵的链式存贮及运算。以一个c函数创建任一稀疏矩阵的十字链表。以一个c函数从十字链表的头指针起按行序及三元组形式输出十字链表中各节点的值
111
- 三元组实现稀疏矩阵的加法和乘法运算 并有代码注释-Triples to achieve sparse matrix addition and multiplication and have the code comments
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
5-2
- 用三元组存放输入的两个稀疏矩阵A34和B34,将稀疏矩阵A转置后与稀疏矩阵B相乘,结果存放三元组C,并输出结果-The triples store of the two input sparse matrix A34 and B34, the sparse matrix A transpose sparse matrix B after multiplying the result stored triple C, and output
juzhenxiangjia
- 实现稀疏矩阵的相加,并将其结果存放在三元组表中-Add to achieve sparse matrix, and the results stored in the table triples
Matrix
- 稀疏矩阵的运算,主要用于测试算法实现,矩阵由系统随机生成,由用户选择需要的操作,包括矩阵的加减乘运算,稀疏矩阵的输入形式采用“三元组”表示,而运算结果的矩阵则以通常的阵列形式列出。-Sparse matrix operations, mainly for testing algorithms, matrix randomly generated by the system, select the desired operation by the user, including matrix a
SparseMatrix
- 用三元组实现的稀疏矩阵运算 用户输入正常矩阵 但存储为三元组 可以实现加,乘和转置三种运算-Achieved with a triple sparse matrix operations the user to enter the normal matrix, but storage can be achieved for the triple add, multiply, and transpose three kinds of operations
xishujuzhenzhuanzhi
- 11、 稀疏矩阵转置: 输入稀疏矩阵中每个元素的行号、列号、值,建立稀疏矩阵的三元组存储结构,并将此矩阵转置,显示转置前后的三元组结构-11, sparse matrix transpose: Enter the sparse matrix in each element of the line number, column number, value, and the establishment of the triple sparse matrix storage structure, an
sanyuanzu
- 三元组稀疏矩阵相乘 三元组稀疏矩阵相乘-三元组稀疏矩阵相乘 三元组稀疏矩阵相乘
matrix
- 三元组顺序表 稀疏矩阵 快速转置 三元组顺序表 稀疏矩阵 快速转置 -The sequence tables triples sparse matrix quickly transpose
xishujuzhen
- 稀疏矩阵是指那些多数元素为零的矩阵。利用“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。实现一个能进行稀疏矩阵基本加减运算的运算器。 【基本要求】 稀疏矩阵的表示采用三元组,而运算结果的矩阵则以通常的阵列形式和三元组形式列出。 -Sparse matrix refers to those of most elements zero matrix. " Sparse" characteristics of the storage and computin
SSSS
- 以三元组存储结构,稀疏矩阵的加法,乘法,转置等相关算法。-Triples storage structure, sparse matrix addition, multiplication, transpose algorithm.
Sparse
- 稀疏矩阵三元组表的基本运算:初始化、创建、转置、加法等-Sparse matrix triples basic operations: initialization, create, transpose, addition, etc.
sparesMatrix
- 稀疏矩阵三元组表的实现,包含三元组表矩阵的快速转置,快速乘法,矩阵加法-Sparse matrix triples table implementation, including triples fast matrix transpose, fast multiplication, matrix addition