摘要: 1 #include <iostream> 2 using namespace std; 3 4 #define INFINITY 10000 5 #define MAX_VERTEX_NUM 20 6 7 /************************************************************************/ 8 /* 图的邻接矩阵表示法 */ 9 /********************************************... 阅读全文
posted @ 2011-12-17 00:42 pipicfan 阅读(2977) 评论(0) 推荐(0) 编辑