• 大小: 58KB
    文件类型: .doc
    金币: 1
    下载: 0 次
    发布日期: 2021-05-20
  • 语言: 其他
  • 标签: VC  

资源简介

一个简单的校园导游系统 以下是部分代码 #define INFINITY 10000 /*无穷大*/ #define MAX_VERTEX_NUM 40 #define MAX 40 #include #include #include #include typedef struct ArCell{ int adj;//路径长度 }ArCell,AdjMatrix[MAX_VERTEX_NUM][MAX_VERTEX_NUM]; typedef struct//,图中顶点表示主要景点,存

资源截图

代码片段和文件信息

评论

共有 条评论