資源簡介
嚴蔚敏版數據結構光盤 數據結構 考研|復習數據結構 均可,其中DSDemoW能演示各種算法,利于學習。不過個人更推薦<>.

代碼片段和文件信息
Status?TransposeSMatrix(TSMatrix?M?TSMatrix?&T)?{??//?算法5.1
??//?采用三元組順序表存儲表示,求稀疏矩陣M的轉置矩陣T
??int?p?q?col;
??T.mu?=?M.nu;??T.nu?=?M.mu;??T.tu?=?M.tu;
??if?(T.tu)?{
????q?=?1;
????for?(col=1;?col<=M.nu;?++col)
??????for?(p=1;?p<=M.tu;?++p)
????????if?(M.data[p].j?==?col)?{
??????????T.data[q].i=M.data[p].j;T.data[q].j?=M.data[p].i;
??????????T.data[q].e?=M.data[p].e;??++q;?
????????}
??}
??return?OK;
}?//?TransposeSMatrix
??????????????????????????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????36??2003-03-04?11:00??數據結構(H)\AUTORUN.INF
?????文件????????180??2003-03-04?15:29??數據結構(H)\DS-Algo-VC\algo0409BookIdx.txt
?????文件????????218??2002-05-26?12:52??數據結構(H)\DS-Algo-VC\Algo0409BookInfo.txt
?????文件????????120??2003-03-06?15:28??數據結構(H)\DS-Algo-VC\Algo1104_FI.rec
?????文件????????132??2003-03-06?15:28??數據結構(H)\DS-Algo-VC\Algo1104_FO.rec
?????文件????????120??2003-03-06?15:28??數據結構(H)\DS-Algo-VC\Algo1201_f.rec
?????文件?????????72??2003-03-06?15:28??數據結構(H)\DS-Algo-VC\Algo1201_g.rec
?????文件??????25600??2000-01-31?05:00??數據結構(H)\DS-Algo-VC\BORLNDMM.DLL
?????文件????1497088??2000-08-07?05:01??數據結構(H)\DS-Algo-VC\CC3250MT.DLL
?????文件????????450??2002-07-14?17:46??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0201.CPP
?????文件????????740??2002-07-24?15:21??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0202.CPP
?????文件????????319??2002-07-24?15:19??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0203.CPP
?????文件????????830??2002-07-24?15:17??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0204.CPP
?????文件????????577??2002-07-24?15:22??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0205.CPP
?????文件????????463??2002-07-24?15:23??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0206.CPP
?????文件????????763??2002-07-24?15:23??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0207.CPP
?????文件????????469??2002-07-24?15:24??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0208.CPP
?????文件????????465??2002-07-24?15:25??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0209.CPP
?????文件????????462??2002-07-24?15:25??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0210.CPP
?????文件????????481??2002-10-07?19:40??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0211.CPP
?????文件????????592??2002-10-28?13:26??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0212.CPP
?????文件????????330??2002-07-24?15:27??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0213.CPP
?????文件????????251??2002-07-24?15:28??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0214.CPP
?????文件????????221??2002-10-07?19:53??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0215.CPP
?????文件????????161??2002-10-07?19:54??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0216.CPP
?????文件???????1749??2002-10-28?13:26??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0217.CPP
?????文件????????942??2002-10-28?13:24??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0218.CPP
?????文件????????842??2002-10-28?13:24??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0219.CPP
?????文件????????369??2002-10-28?13:21??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0220.CPP
?????文件???????1098??2002-07-24?15:34??數據結構(H)\DS-Algo-VC\CHAP02\ALGO0221.CPP
............此處省略373個文件信息
- 上一篇:VisionPro 視覺工具-原理及講解
- 下一篇:數據結構 家譜
評論
共有 條評論