首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴wzfymm1014的代码贴全部
#include <stdio.h>
#include <bios.h>
#include <ctype.h>
#include <conio.h>
#include <dos.h>
#define CROSSRU     0xbf   /*右上角点*/
#define CROSSLU     0xda   /*左上角点*/
#define CROSSLD     0xc0   /*左下角点*/
#define CROSSRD     0xd9   /*右下角点*/
#define CROSSL       0xc3   /*左边*/
#define CROSSR       0xb4   /*右边*/
#define CROSSU       0xc2   /*上边*/
......................
阅读全部 | 2012年7月16日 19:30
1
wzfymm1014