华科计算机学院c语言课设源代码1.docVIP

  • 1
  • 0
  • 约9.98万字
  • 约 77页
  • 2019-12-11 发布于上海
  • 举报
#include stdio.h #include stdlib.h #include ctype.h #include conio.h #include string.h #include stddef.h #include dos.h #define SUM 100 /*菜单内容*/ char *menu[]={File, /*文件*/ Edit , /*修改*/ Insert, /*插入*/ Delete, /*删除*/ Query, /*查询*/ Statistic, /*统计*/ Help}; /*将首字母设为红色*/ char *red[]={F,E,I,D,Q,S,H}; /*File菜单*/ char *F[]={Create, /*新建*/ Save, /*保存*/ Load, /*载入*/ Exit}; /*删除*/ /*Edite菜单*/ char *E[]={Province,City,Town}; /*Insert菜单*/ char

文档评论(0)

1亿VIP精品文档

相关文档