校园导游系统源程序.pdfVIP

  • 0
  • 0
  • 约1.74万字
  • 约 12页
  • 2022-07-07 发布于安徽
  • 举报
#include stdio.h #include stdlib.h #include conio.h #includestring.h #define MaxSize 100 #define VISITED 1 #define NOTVISITED 0 #define Infinite 1073741823 #define MaxViewNum 50 /*景点个数最大50*/ #define MaxRoad 1000 /*定义路径为无穷大*/ #define N 16 /* 目前景点个数*/ typedef struct { char name[30]; /*景点名称*/ char number[10]; /*景点代号*/ char introduce[200]; /*景点介绍*/ }Elemtype; typedef struct { int num; /*景点编号*/ Elemtype date; /*景点信息*/ }View; /*定义景点*/ type

文档评论(0)

1亿VIP精品文档

相关文档