1. 首页
  2. 课程学习
  3. C++/C
  4. c语言课设-考勤管理程序

c语言课设-考勤管理程序

上传者: 2018-12-25 16:29:08上传 C文件 19.27KB 热度 34次
#include#include#include#define MAX 100 //最多学生人数 struct Stu1 //学生信息{ char no[10]; char name[20]; char sex[5]; int age; char classroom[20];};struct date //日期{ int year; int month; int day;};struc
下载地址
用户评论