- 5
- 0
- 约7.98千字
- 约 20页
- 2017-07-24 发布于河南
- 举报
宿舍管理系统程序(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
您可能关注的文档
- 均衡器的调试(Equalizer debugging).doc
- 地质和地层年代表(Geological and stratigraphic year representation).doc
- 坎儿井(Karez).doc
- 地方网站的推广技巧(Promotion techniques for local websites).doc
- 坏消息的大豆产业(Bad news for the soybean industry).doc
- 坏道修复(mhdd).doc
- 块石片石区别(Stone rubble difference).doc
- 坚定三个自信,履行庄严承诺(Firmly three confidence, fulfill solemn commitment).doc
- 坚定信心 凝聚共识 落到实处(Strengthen confidence, unite consensus and implement it).doc
- 坚定信心营销 中小企业主动出击暖动市场(Firm confidence marketing, small and medium enterprises take the initiative to warm the market).doc
原创力文档

文档评论(0)