C语言做的一个学生选课系统程序源代码 #include#includeint N1,N2,kk1,kk2,kk3;struct couse * head1;struct student * head2;struct couse//课程信息结构体{int num1;char name1[20];int score;int nelepeo;//课程已选人数int Melepeo;//课程人... 2023-06-13 C语言选课系统源代码文章软件开发程序设计