c语言课程设计.doc

c语言课程设计概要1

学生成绩管理系统: #include stdio.h /*标准输入输出函数库*/ #include stdlib.h /*标准函数库*/ #include string.h /*字符串函数库*/ #include conio.h /*屏幕操作函数库*/ #define HEADER1 ----------------------------STUDENT---------------------------------- \n #define HEADER2 | number | name |Comp|Math|Eng | sum | ave |mici | \n #define HEADER3 |---------------|---------------|----|----|----|--------|-------|-----| #define FORMAT | %-10s |%-15s|%4d|%4d|%4d| %4d | %.2f |%4d |\n #define DATA p-data.num,p-data.name,p-data.egrade,p-data.mgrade,p-data.cgrade,p-data.total,p-data.ave,

文档评论(0)

1亿VIP精品文档

相关文档