打字游戏

作者:凯旋网络来源:凯旋网络
#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,
                        1,0,0,0,1,
                        1,1,1,1,1,      /* B */                        0,1,1,1,0,
                        1,0,0,0,1,
                        1,0,0,0,0,
                        1,0,0,0,1,
                        0,1,1,1,0,      /* C */                        1,1,1,1,0,
                        1,0,0,0,1,
                        1,0,0,0,1,
                    
  • 广告推荐