c程序设计课程设计---学生信息管理系统.DOCVIP

  • 0
  • 0
  • 约8.9千字
  • 约 10页
  • 2018-07-08 发布于湖北
  • 举报

c程序设计课程设计---学生信息管理系统.DOC

c程序设计课程设计---学生信息管理系统

#include stdio.h #include stdlib.h #include string.h #include ctype.h #include dos.h#define M 50 FILE *fp;int i; typedef struct students{ int num; char xh[12]; char name[16]; char sex[5]; char yw[5]; char shx[5]; char yy[5]; } STR;STR t[M];//主菜单函数menu(){printf(\t****************学 生 成 绩 管 理 软 件********************\n\t); printf(** **\n\t); printf(** 1. 显 示 成 绩 **\n\t); printf(** 2. 添 加 成 绩 **\n\t);

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档