- 2
- 0
- 约1.4万字
- 约 13页
- 2017-06-01 发布于河南
- 举报
C语言学生成绩管理系统源程序
附录程序
#includestdio.h
#includestdlib.h
#includestring.h
#includeprocess.h
#includectype.h
typedef struct
{
char num[10];
char name[10];
int chinese;
int math;
int english;
int dianlu;
double aver;
}Student;
Student stu[99];
int shuru(Student stud[],int n)/*输入若干条记录*/
{
int i=0;
char sign,x[10];
double a=0.0;
while(sign!=nsign!=N)
{
printf(输入学生学号:);
scanf(%s,stu[n+i].num);
printf(输入学生姓名:);
scanf(%s,stu[n+i].name);
printf(输入学生的语文、数学、英语、电路分数:);
scanf(%d%d%d%d,st
您可能关注的文档
最近下载
- 共青团入团考试题目及答案.docx VIP
- 2025年全国统一高考物理试卷(新课标ⅰ).doc VIP
- 2025版煤矿安全规程执行说明.docx VIP
- 交管12123驾照学法减分题库200题(含答案完整版).docx VIP
- 《中小轻型民用无人驾驶航空器公共垂直起降场技术导则》.pdf VIP
- 初中英语中考阅读训练公开课件(PPT65张).ppt VIP
- 手术患者意外伤害预防PPT.pptx
- 2024年高考全国I卷物理试题及答案 .pdf VIP
- (2026年)胸腔镜下交感神经切断术手术配合PPT课件.pptx VIP
- 宣贯培训(2026年)《GBT 3480.5-2021 直齿轮和斜齿轮承载能力计算 第5部分:材料的强度和质量》.pptx VIP
原创力文档

文档评论(0)