说明: #include #include #include #define INFINITY INT_MAX #define MAX_VERTEX_NUM 20 //最大顶点数为20// typedef int VRType; typedef int InfoType; typedef char VerTexType; typedef struct ArcCell // 邻接矩阵定义// {VRType adj; InfoType *info; }ArcCell, AdjMatrix[MAX_
<pqw1213> 上传 | 大小:149kb