2007年04月24日 22:06:26
贪吃蛇(C语言)代码
|
#define N 200#include <graphics.h>#include <stdlib.h>#include <dos.h>#define LEFT 0x4b00#define RIGHT 0x4d00#define DOWN 0x5000#define UP 0x4800#define ESC 0x011b#inclu.. Tags:
开发
|
|
#define N 200#include <graphics.h>#include <stdlib.h>#include <dos.h>#define LEFT 0x4b00#define RIGHT 0x4d00#define DOWN 0x5000#define UP 0x4800#define ESC 0x011b#inclu.. Tags:
开发
|
C语言通讯录
|
/*3. 源程序*/ |