文件名称:eluosi2
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 4.93mb
- 下载次数:
- 0次
- 提 供 者:
- 周*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
bool BigMap[12][21] //BigMap
bool CurPiece[4][5 ] //CurPiece
bool NextPiece[4][5][5] //NextPiece
int xPos,yPos //表示当前下落方块在BigMap中的位置坐标
int score //储存分数
char scoreString[20] //储存分数的字符串
int level //储存过关数
char levelString[20] //储存过关数的字符串
HDC hdc //储存设备句柄
HPEN hPen //储存画笔句柄
HBRUSH hBrush //储存笔刷句柄
int pm = 25 //储存一个方块的大小
int direction //表示方块当前的方向
bool downFlag //储存"向下"键是否被按下
-bool BigMap [12] [21] // BigMap bool CurPiece [4] [5] [5] // CurPiece bool NextPiece [4] [5] [5] // NextPiece int xPos, yPos // said number of characters in the current whereabouts of the box the position coordinates int in BigMap score /the/storage Score char scoreString. [20] // store scores string int level // store the clearance number char levelString [20] // store clearance the string HDC hdc [in] // the storage the device handle HPEN hPen // store the brush handle HBRUSH hBrush // store the brush handle int pm = 25 // store a box the size of int direction // current direction bool downFlag of of the box // save the " down" key is pressed
(系统自动生成,下载前可以参看下载内容)
下载文件列表
eluosi2 - 副本\chunagkou.aps
..............\chunagkou.rc
..............\e.cpp
..............\e.dsp
..............\e.ncb
..............\e.plg
..............\eluosi2.dsp
..............\eluosi2.dsw
..............\eluosi2.ncb
..............\eluosi2.opt
..............\eluosi2.plg
..............\eluosi2.sdf
..............\eluosi2.sln
..............\eluosi2.suo
..............\eluosi2.vcxproj
..............\eluosi2.vcxproj.filters
..............\eluosi2.vcxproj.user
..............\resource.h
eluosi2 - 副本