排课系统
代码说明:
/*头文件*/ #include #include #include #include /*宏定义*/ #define NULL 0 #define OK 1 #define ERROR -1 #define ESC 0x011b #define TAB 0x0f09 #define ENTER 0x1c0d #define UP 0x4800 #define DOWN 0x5000 #define LEFT 0x4b00 #define RIGHT 0x4d00 #define BACKSPACE 0x0e08 #define SPACE 0x3920 /*结构体类型定义*/ struct weekday{ int wday; char addr[5][10]; struct weekday *next; }; struct course{ char cnumber[10]; char cname[10]; char period[10]; struct weekday *whead; struct course
下载说明:请别用迅雷下载,失败请重下,重下不扣分!


