文件名称:test
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-06-24
- 文件大小:
- 17kb
- 下载次数:
- 0次
- 提 供 者:
- denghua********
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
稀疏矩阵的压缩与还原。
一个矩阵含有非零元素比较少,而零元素相对较多,这样的矩阵称为稀疏矩阵,对稀疏矩阵的存储我们不用完全用二维数组来存储,可以用一个三元组,即任意一个稀疏矩阵可以用一个只有三列的二维数组来存放,要求把给定的稀疏矩阵用为三元组表示;同时把三元组转换为稀疏矩阵形式。
-Sparse matrix compression and reduction.A matrix with nonzero element is less, and zero element is relatively more, so the matrix called sparse matrix, the sparse matrix storage we don t have to entirely in a two-dimensional array to store, you can use a triad, or any one of only three columns of sparse matrix can use a two-dimensional array to store,Asked to put the given sparse matrix by for ternary group said At the same time convert triples to sparse matrix form.
一个矩阵含有非零元素比较少,而零元素相对较多,这样的矩阵称为稀疏矩阵,对稀疏矩阵的存储我们不用完全用二维数组来存储,可以用一个三元组,即任意一个稀疏矩阵可以用一个只有三列的二维数组来存放,要求把给定的稀疏矩阵用为三元组表示;同时把三元组转换为稀疏矩阵形式。
-Sparse matrix compression and reduction.A matrix with nonzero element is less, and zero element is relatively more, so the matrix called sparse matrix, the sparse matrix storage we don t have to entirely in a two-dimensional array to store, you can use a triad, or any one of only three columns of sparse matrix can use a two-dimensional array to store,Asked to put the given sparse matrix by for ternary group said At the same time convert triples to sparse matrix form.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
稀疏矩阵的压缩与还原\main.c
....................\test.cbp
....................\bin\Debug\test.exe
....................\obj\Debug\main.o
....................\bin\Debug
....................\obj\Debug
....................\bin
....................\obj
稀疏矩阵的压缩与还原