C语言扫雷源代码.docVIP

  • 3
  • 0
  • 约1.44万字
  • 约 15页
  • 2016-12-10 发布于重庆
  • 举报
C语言扫雷源代码

C语言扫雷源代码.txt男人的话就像老太太的牙齿,有多少是真的?!问:你喜欢我哪一点?答:我喜欢你离我远一点!执子之手,方知子丑,泪流满面,子不走我走。诸葛亮出山前,也没带过兵!凭啥我就要工作经验? #include graphics.h #include stdlib.h #include dos.h #include conio.h /*鼠标信息宏定义*/ #define WAITING 0xff00 #define LEFTPRESS 0xff01 #define LEFTCLICK 0xff10 #define LEFTDRAG 0xff19 #define RIGHTPRESS 0xff02 #define RIGHTCLICK 0xff20 #define RIGHTDRAG 0xff2a #define MIDDLEPRESS 0xff04 #define MIDDLECLICK 0xff40 #define MIDDLEDRAG 0xff4c #define MOUSEMOVE 0xff08 str

文档评论(0)

1亿VIP精品文档

相关文档