CPP
open 

所属分类:棋牌游戏
开发工具:Visual C++
文件大小:313KB
下载次数:8
上传日期:2012-04-01 19:26:33
上 传 者jnu_2012
说明:  本题目做一个N x M的扫雷游戏,每个方格包含两种状态:关闭(closed)和打开(opened),初始化时每个方格都是关闭的,一个打开的方格也会包含两种状态:一个数字(clue)和一个雷(bomb)。你可以打开(open)一个方格,如果你打开的是 一个bomb,那么就失败;否则就会打开一个数字,该数字是位于[0,8]的一个整数,该数字表示其所有邻居方格(neighboring squares)所包含的雷数,应用该信息可以帮助你扫雷。
(This subject, to do an N x M minesweeper game, each box contains two states: shut down (closed) and open (opened), initialization, each box is closed, the box will be an opencontains two states: a digital (clue) and a mine (bomb). You can open (open) a box, if you open a bomb, then fail otherwise it will open a number, this number is located in [0,8] is an integer, the number represents all of its neighbors grid mine the number of neighboring squares contained in the application of this information can help you mine clearance.)

文件列表:
源代码\Debug\luliang.exe (159843, 2008-01-26)
源代码\Debug\luliang.obj (23315, 2008-01-26)
源代码\Debug\luliang.pdb (443392, 2008-01-26)
源代码\Debug\luliang.res (38712, 2007-09-08)
源代码\Debug\luliangDoc.obj (15035, 2008-01-26)
源代码\Debug\luliangView.obj (38061, 2008-01-26)
源代码\Debug\MainFrm.obj (18887, 2008-01-26)
源代码\Debug\SetMineArea.obj (10653, 2008-01-26)
源代码\Debug\StdAfx.obj (105869, 2008-01-26)
源代码\Debug\vc60.pdb (372736, 2008-01-26)
源代码\luliang.aps (60648, 2007-12-24)
源代码\luliang.clw (2583, 2008-01-26)
源代码\luliang.cpp (4212, 2008-01-26)
源代码\luliang.dsp (4845, 2007-09-06)
源代码\luliang.dsw (539, 2007-09-02)
源代码\luliang.h (1367, 2007-09-02)
源代码\luliang.ncb (197632, 2008-01-26)
源代码\luliang.opt (56832, 2008-01-26)
源代码\luliang.plg (2050, 2008-01-26)
源代码\luliang.rc (11308, 2007-09-08)
源代码\luliangDoc.cpp (1762, 2007-09-02)
源代码\luliangDoc.h (1486, 2007-09-02)
源代码\luliangView.cpp (10440, 2007-09-08)
源代码\luliangView.h (3318, 2007-09-06)
源代码\MainFrm.cpp (1989, 2007-09-08)
源代码\MainFrm.h (1427, 2007-09-08)
源代码\res\bitmap1.bmp (12718, 2007-09-08)
源代码\res\bitmap_w.bmp (7334, 2007-09-06)
源代码\res\bmp00001.bmp (12438, 2007-09-06)
源代码\res\luliang.ico (1078, 2007-09-02)
源代码\res\luliang.rc2 (399, 2007-09-02)
源代码\res\luliangDoc.ico (1078, 2007-09-02)
源代码\resource.h (959, 2007-09-06)
源代码\SetMineArea.cpp (1109, 2007-09-06)
源代码\SetMineArea.h (1268, 2007-09-06)
源代码\StdAfx.cpp (209, 2007-09-02)
源代码\StdAfx.h (1054, 2007-09-02)
源代码\Debug (0, 2012-04-01)
源代码\res (0, 2012-04-01)
... ...

近期下载者

相关文件


收藏者