首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴stk333的代码贴全部
#include <graphics.h>
#include <stdlib.h>
#include <bios.h>
#include <time.h>

#define  ESC      0x001b
#define  LEFT     0x4b00
#define  RIGHT    0x4d00
#define  UP       0x4800
#define  SPACE    32
#define  FKSIZE   15 /*方块大小*/
#define  GFKSIZE  (FKSIZE+2)/*方块列距大小*/
......................
阅读全部 | 2014年4月5日 10:00
1
stk333