#define MAXCOUNT 100
#define FALLSTEP 5
#define SCREENW 60
#define SCREENH 19
#define USERNAME "hmz"
#include stdio.h
#include stdlib.h
#include dos.h#define FULLBLOCK 219
int Alphabit[26][5][5]={0,0,1,0,0,
0,1,0,1,0,
1,1,1,1,1,
1,0,0,0,1,
1,0,0,0,1, /* A */ 1,1,1,1,0,
1,0,0,0,1,
1,1,1,1,0,
...[ 查看全文 ]