- 11
- 0
- 约1.78万字
- 约 20页
- 2017-08-09 发布于湖北
- 举报
C学生学籍管理系统程序
#includestdio.h ??
#includestring.h ??
#includestdlib.h ??
#includeconio.h ??
#define?N?100?/*存储100个学生的学籍信息*/ ??
int?flag;?/*标记是否登录*/??
struct?date?/*出生日期*/??
{??
????int?year;??
????int?month;??
????int?day;??
};??
struct?student??
{??
????char?num[20];/*学号*/??
????char?name[25];/*姓名*/??
????char?sex[10];/*性别*/??
????struct?date?birthday;/*出生年月*/??
????int?age;/*年龄*/??
????char?addr[50];/*籍贯*/??
????char?dept[50];?/*系别*/??
????char?major[30];?/*专业*/??
????char?classs[30];?/*班级*/??
????char?phone[20];/*电话*/??
}stu[N];??
??
void?login()?/*登录*/??
{??
????void?menu();??
????system(cls);??
????if(
您可能关注的文档
最近下载
- 2026年危险品押运员从业资格证考试题库及答案.docx VIP
- 抗生素培训试题附有答案.docx VIP
- 前列腺的解剖与生理+筋膜内切除法腹腔镜下前列腺癌根治术.ppt VIP
- JCT2857-2024 磷酸镁胶凝材料-报批稿.pdf VIP
- 航运和港口管理引入DeepSeek大模型应用设计方案.pdf
- 托幼机构意外伤害预防指南.docx VIP
- 幼儿园中师幼互动存在的问题及对策.docx VIP
- 2025年上海危险品资格证题库.docx VIP
- 宣贯培训(2026年)《NBT 10337-2019水电工程预可行性研究报告编制规程》.pptx VIP
- 2026年高考考前最后一卷:英语真题重组卷(全国一卷01)(考试版).docx VIP
原创力文档

文档评论(0)