宿舍管理系统程序(Dormitory management system program).docVIP

  • 5
  • 0
  • 约7.98千字
  • 约 20页
  • 2017-07-24 发布于河南
  • 举报

宿舍管理系统程序(Dormitory management system program).doc

宿舍管理系统程序(Dormitory management system program)

宿舍管理系统程序(Dormitory management system program) / * 宿舍管理 * / # includes stdio.h 引用库函数 / * * / # includes stdlib.h # includes ctype.h # includes string.h typedef 定义结构体数组 struct / * * / { char roomnum [4]; / * 房间号 * / char bednum [2]; / * 床位号 * / char num [10]; / * 学号 * / char name [20]; / * 姓名 * / } the student; student room1 (1000); / * 结构体数组变量 * / int menu select 菜单函数 _ () / * * / { char c; do { system (cls); / * 运行前清屏 * / printf (\ t \ t★★★★★★学生宿舍管理系统★★★★★★ \ n); / * 菜单选择 * / printf (\ t \ t§ 1. 输入记录 (\ n ); printf (\ t \ t§ 2. 显示记录 (\ n ); printf (\ t \ t§ 3. 按房间号排序并显示 (\ n ); printf

文档评论(0)

1亿VIP精品文档

相关文档