首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴等待微风的代码贴全部
#include<stdio.h>
 #include<graphics.h>
 #include <bios.h>
#define LEFT 0x4b00 
#define RIGHT 0x4d00 
#define DOWN 0x5000 
#define UP 0x4800 
#define ESC 0x011b
#define space 0x3920
#define enter 0x1c0d


......................
阅读全部 | 2016年9月6日 18:29
1
等待微风