linux下的学分教员管理系统 用于学生,教师,管理员登录并进行对学生的管理,学生登录可查看自己的信息,教师登录可管理和查看自己及学生的信息,管理员登录可任意对学生教师操作,登录密码请查看里面的文件。管理员登录用户名及密码为adm,123.此运行操伯是linux下的c编程,不可用于windows.
c语言学分管理程序 #include #include #include #define Maxsize 100 typedef struct { int jchk; int zhyk; int xxk; int shyk; int rwk; }Lesson; typedef struct { char name[10