学生选课系统C语言程序代码.docVIP

  • 14
  • 0
  • 约8.7千字
  • 约 38页
  • 2021-10-23 发布于天津
  • 举报
WORD格式整理 WORD格式整理 WORD格式整理 WORD格式整理 }专业知识分享 } 专业知识分享 专业知识分享 专业知识分享 #includestdio.h #includestdlib.h struct couse * headl; struct student * head2; struct couse //课程信息结构体 { int num1; char name1[20]; int score; int nelepeo; //课程已选人数 int Melepeo; //课程人数上限 struct couse * next; }; struct student //学生信息结构体

文档评论(0)

1亿VIP精品文档

相关文档