文件名称:xishujuzenh
介绍说明--下载内容均来自于网络,请自行研究使用
稀疏矩阵
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"
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"
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 79419118xishujuzenh.rar 列表 稀疏矩阵\creatematrix.cpp 稀疏矩阵\creatematrix.dsp 稀疏矩阵\creatematrix.dsw 稀疏矩阵\creatematrix.ncb 稀疏矩阵\creatematrix.opt 稀疏矩阵\creatematrix.plg 稀疏矩阵\ReadMe.txt 稀疏矩阵\StdAfx.cpp 稀疏矩阵\StdAfx.h 稀疏矩阵\三元组顺序ADT.txt 稀疏矩阵\十字链表ADT.txt 稀疏矩阵