首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴xl1365209903的代码贴C语言
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <conio.h>
#include <time.h>

#ifdef WIN32
#include <windows.h>
#define usleep(t) Sleep((t)/1000)
#define kbhit _kbhit
#define getch _getch
#endif
......................
阅读全部 | 2020年9月15日 14:13
1
xl1365209903