急求C语言课程设计:学生成绩管理程序

日期:2016-11-17 10:26:02 人气:1

急求C语言课程设计:学生成绩管理程序

#include #include #define LIST_INIT_SIZE 10 #define INCREAMENT 5 #define TRUE 1 #define FALSE 0 #define ERROR 0 #define OVERFLOW -2 #define OK 1 #define LT(a,b) ((a)<(b)) int i,j,low,high; typedef int Status; typedef struct {int seat;
    A+
热门评论