• 大小: 174KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 标签: 稀疏矩阵  数据结构  

资源简介

typedef struct { int i,j;//该非零元素的行下标和列下标 ElemType e; }Triple; typedef struct { Triple data[MAXSIZE+1];//非零元三元组表,data[0]未用 int mu,nu,tu;//矩阵的行数、列数和非零元个数 }TSMatrix; ……………………

资源截图

代码片段和文件信息

// stdafx.cpp : source file that includes just the standard includes
// TSMatrix.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#include “stdafx.h“

// TODO: reference any additional headers you need in STDAFX.H
// and not in this file

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1569  2009-11-08 16:26  稀疏矩阵\Debug\StdAfx.obj

     文件     184373  2009-11-09 12:57  稀疏矩阵\Debug\TSMatrix.exe

     文件     196672  2009-11-09 12:57  稀疏矩阵\Debug\TSMatrix.ilk

     文件       7487  2009-11-09 12:57  稀疏矩阵\Debug\TSMatrix.obj

     文件     186984  2009-11-08 16:26  稀疏矩阵\Debug\TSMatrix.pch

     文件     443392  2009-11-09 12:57  稀疏矩阵\Debug\TSMatrix.pdb

     文件      41984  2009-11-09 12:57  稀疏矩阵\Debug\vc60.idb

     文件      61440  2009-11-09 12:57  稀疏矩阵\Debug\vc60.pdb

     文件       1220  2009-11-08 16:08  稀疏矩阵\ReadMe.txt

     文件        295  2009-11-08 16:08  稀疏矩阵\StdAfx.cpp

     文件        667  2009-11-08 16:08  稀疏矩阵\StdAfx.h

     文件       2296  2009-11-09 12:57  稀疏矩阵\TSMatrix.cpp

     文件       4560  2009-11-08 16:08  稀疏矩阵\TSMatrix.dsp

     文件        539  2009-11-08 16:08  稀疏矩阵\TSMatrix.dsw

     文件      50176  2010-05-14 23:16  稀疏矩阵\TSMatrix.ncb

     文件      48640  2010-05-14 23:16  稀疏矩阵\TSMatrix.opt

     文件       1312  2009-11-09 12:57  稀疏矩阵\TSMatrix.plg

     目录          0  2009-11-09 12:57  稀疏矩阵\Debug

     目录          0  2010-05-14 23:16  稀疏矩阵

----------- ---------  ---------- -----  ----

              1233606                    19


评论

共有 条评论