Description: 稀疏矩阵
1、 应用程序 直接可以实现矩阵的各项操作。
2、 查看原代码VC++6.0打开“稀疏矩阵\creatematrix.dsp”或者用记事本打开“稀疏矩阵\creatematrix.cpp”
3、 代码简单说明:
本程序是一个工程文件包含了链式与顺序两种多项是处理方式:
十字链表:矩阵的结构体:matnode;
三元组顺序:矩阵结构体:tsmat
4、ADT在文件夹“稀疏矩阵”里
-a sparse matrix, the application can be achieved directly by the matrix operation. 2, VC View 6.0 source code open "Sparse Matrix \ creatematrix.dsp" or use Notepad to open the "sparse matrix \ creatematrix.cpp" 3, code simple note : this program is a project file contains a sequence of two chain with a number of approaches : Cross Chain : the structure of the matrix : matnode; Triples order : the structure matrix : tsmat 4, ADT in the folder "Sparse Matrix" Platform: |
Size: 16384 |
Author:upcorange |
Hits: