文件名称:SMatrix
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.12mb
- 下载次数:
- 0次
- 提 供 者:
- s**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
以“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵,实现两个矩阵的相加,相减,相乘的功能。稀疏矩阵的输入形式采用三元组表示,而运算的结果的矩阵则以通常的阵列形式列出,并输出每一行的第一个非零元的位置。此外,能实现把以三元顺序表表示的稀疏矩阵转换为用十字链表表示的稀疏矩阵,结果按十字链表的每一行和每一列输出稀疏矩阵-The " logical link with a line of information," said the triple sparse matrix sequence table to achieve the two matrix addition, subtraction, multiplication function. The input form using sparse matrix triple that, and the results of operations of the matrix array of places are usually listed in the form, and output each line of the first nonzero position. In addition, in order to achieve the table to three yuan, said the sparse matrix into a sparse representation with cross-linked matrix, cross-linked by the results of each row and each column sparse matrix output
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SMatrix.ncb
.......\Debug\BuildLog.htm
.......\.....\Main.obj
.......\.....\SMatrix.ilk
.......\.....\SMatrix.obj
.......\.....\SMatrix.pch
.......\.....\SMatrix.pdb
.......\.....\stdafx.obj
.......\.....\vc70.idb
.......\.....\vc70.pdb
.......\Main.cpp
.......\ReadMe.txt
.......\SMatrix.cpp
.......\SMatrix.h
.......\SMatrix.vcproj
.......\stdafx.cpp
.......\stdafx.h
SMatrix.sln
.......\Debug
SMatrix
.......\Debug\BuildLog.htm
.......\.....\Main.obj
.......\.....\SMatrix.ilk
.......\.....\SMatrix.obj
.......\.....\SMatrix.pch
.......\.....\SMatrix.pdb
.......\.....\stdafx.obj
.......\.....\vc70.idb
.......\.....\vc70.pdb
.......\Main.cpp
.......\ReadMe.txt
.......\SMatrix.cpp
.......\SMatrix.h
.......\SMatrix.vcproj
.......\stdafx.cpp
.......\stdafx.h
SMatrix.sln
.......\Debug
SMatrix