搜索资源列表
SpareMatrix
- 稀疏矩阵的抽象数据结构的算法的实现,首先声明一个类,在该类的基础上实现数据的存储与矩阵的转置-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
zz
- 本程序是关于求解矩阵的转置矩阵的主程序,运行环境是vc6.0
juzheng
- 矩阵的加法与转置,功能很强大。自己辛苦编写的。
matrix-transpose-operation
- 稀疏矩阵的三元组存储及其转置运算。使用三元组存储以下稀疏矩阵,并使用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
zhuan-zhi-ju-zhen
- 实现矩阵的转置以及应用于数学软件的调用函数。-Implementation matrix transpose and apply mathematical software function call.
sparsematrix
- 行逻辑三元组顺序表实现稀疏矩阵,包括加法,减法,乘法,转置-OK logical sequence of triples table to achieve a sparse matrix.
Matrix
- 实现矩阵的基本算法,设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,-Realize the basic algorithm of matrix
ARRY_MULTIPLY
- 矩阵的转置代码,可以实现N阶矩阵的转置,并且实现矩阵乘法功能。-Matrix transpose code, can achieve N-matrix transpose and implement matrix multiplication function.