摘要:
1、定义图的链接矩阵:1 #define VERTEX_MAX 62 #define MAXVALUE 327673 typedef struct{4 int vertex[VERTEX_MAX];5 int edges[VERTEX_MAX][VERTEX_MAX];6 i... 阅读全文
posted @ 2015-06-09 11:47
想总结却停留不前?
阅读(1055)
评论(0)
推荐(0)
2015年6月9日