vc6++纯c语言编写俄罗斯方块.docVIP

  • 3
  • 0
  • 约1.3万字
  • 约 12页
  • 2017-01-02 发布于贵州
  • 举报
//===========================================================// //==============2013年7月1日 20:15:03开始编写================// //===================重新编写俄罗斯方块======================// //==============2013年7月6日 15:04:27完成编写================// //=========已经测试,没有问题===================// //==========新建的时候,选择win32 application。直接复制就可以===// //===========================================================// #include windows.h #include stdio.h #include math.h //=======================数据定义=========================// struct CooPoint //坐标结构体 { int x; int y; }; const CooPoint Shape[7][4][4] = //7种图形,4个方向,4

文档评论(0)

1亿VIP精品文档

相关文档