- 5
- 0
- 约1.06万字
- 约 10页
- 2017-09-01 发布于浙江
- 举报
广工物理《C语言课程设计之学生成绩管理系统》源代码 - 完美无暇多功能变色版.doc
#includestdio.h /*引用库函数*/
#includestdlib.h
//#includectype.h
#includestring.h
typedef struct /*定义结构体数组*/
{
unsigned int num; /*学号*/
char name[10]; /*姓名*/
int score[5]; /*成绩*/
}Student;
Student stu[30]; /*结构体数组变量*/
//*******************************************************************菜单选择****************************************************
int menu_select() /*菜单函数*/
{
float c;
char ch;
system(cls); /*运行前清屏*/
printf(\n*******************【学生成绩管理系统】by广工10电子2曾剑浩*********************\n);
printf(\t\t | \t 1. 输入记录 |\n);
printf
原创力文档

文档评论(0)