c语言用结构体写学生成绩管理系统

日期:2009-06-05 00:27:18 人气:1

c语言用结构体写学生成绩管理系统

#include "stdio.h" /*I/O函数*/ #include "stdlib.h" /*其它说明*/ #include "string.h" /*字符串函数*/ #include "conio.h" /*屏幕操作函数*/ #include "mem.h" /*内存操作函数*/ #incl
    A+
热门评论