CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 扫雷 思想

搜索资源列表

  1. ch10扫雷

    0下载:
  2. 用java编写的扫雷游戏,编成思想与以前的都不一样,简单,整齐,适合出现者-used to prepare the mine games into the thinking of the past not the same, simple, clean, and there were appropriate
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:39992
    • 提供者:
  1. PushMine

    0下载:
  2. 一个扫雷游戏的VC实现,增加一个功能即探雷的功能.整个游戏的实现倒不是很难,关键在提供一种编程的思想.-a mine VC game, a feature that is mine-detection functions. The whole game was not very difficult to achieve, the key in providing a programming ideas.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:329610
    • 提供者:吴志华
  1. Koules

    0下载:
  2. Clear Mine扫雷游戏: 这是一个模拟扫雷游戏的vc编码程序 编码思想: 通过几个数组设定好雷区的位置,自己造出几个视图类的成员函数,分析是是否有雷,以及雷的个数。 基于DirectDraw的小游戏 Koules: Koules是基于DirectDraw的小游戏用DirectDraw,DirectSound,DirectInput的综合例子 移植自linux下游戏,原代码结构较好较容易看懂。-Clear Mine mine Game: This is a simulatio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:187444
    • 提供者:小H
  1. clearmine

    0下载:
  2. 这是一个模拟扫雷游戏的vc编码程序 编码思想: 通过几个数组设定好雷区的位置,自己造出几个视图类的成员函数,分析是是否有雷,以及雷的个数。-This is a simulated mine vc game coding procedure coding idea: through several array set the location of mined areas, their own view class create a member of several functions, a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:39100
    • 提供者:刘栋
  1. Question1

    0下载:
  2. java扫雷小程序 很简单只适合初学者用于了解java编程思想-java miniminesweeper
  3. 所属分类:Games

    • 发布日期:2017-04-04
    • 文件大小:27012
    • 提供者:wy
  1. HF-5.0.0.902

    0下载:
  2. 下面就来讲解我的扫雷程序思想。 首先我们在雷区上随机地放上雷,没有雷的地方被点击 后就会显示一个数字表示它周围有几个雷,这是怎么实现的 呢?我们可以把整个雷区看成一个二维数组a[i,j],如雷区: 11 12 13 14 15 16 17 18 21 22 23 24 25 26 27 28 31 32 33 34 35 36 37 38 41 42 43 44 45 46 47 48 51 52 53 54 55 56 57 58 -Her
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-30
    • 文件大小:12821365
    • 提供者:李大安
  1. TestPlugIn

    0下载:
  2. 使用面向对象思想, 编写的扫雷秒杀作弊器. 是个控制台程序, 程序比较简单主要是为测试. 内有雷区内存分析文档一份, 比较粗糙.. 适合新手, 广大外挂爱好者请勿错过.-Using object-oriented thinking, prepared by the mine spike cheating device. Is a console program, the program is mainly for the test is relatively simple. Minefields
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-30
    • 文件大小:14462
    • 提供者:唐旭耀
  1. AgentMinesweeping

    0下载:
  2. MFC编写的一个扫雷程序 基于Agent思想-Preparation of a mine clearance program MFC Agent-based thinking
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:2196273
    • 提供者:林帅
  1. Chess

    0下载:
  2. 一个模拟扫雷游戏的vc编码程序编码思想: 通过几个数组设定好雷区的位置,自己造出几个视图类的成员函数,分析是是否有雷,以及雷的个数。-A simulated mine coding procedures vc game coding idea: set up a few array location of mined areas, few create their own view class member function, analysis is whether there is mine,
  3. 所属分类:Game Program

    • 发布日期:2017-03-27
    • 文件大小:61410
    • 提供者:任柯
  1. VC-game-programming-code

    0下载:
  2. Visual C++ 游戏编程入门及源码 涵盖扫雷,五子棋,俄罗斯方块等多款游戏编程思想及源码,适合初学。-Visual C++ game programming source code covered by induction and de-mining, backgammon, such as number of Tetris game programming ideas and source code, suitable for beginners.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-30
    • 文件大小:13004139
    • 提供者:luomingfan
  1. saolei

    0下载:
  2. 仿制win7扫雷程序 可用于了解基本编程思想-Generic clearance procedure win7 programming ideas can be used to understand the basic
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:75399
    • 提供者:Richard
  1. JMine

    0下载:
  2. 本程序为java课程设计。参考Windows自带的扫雷游戏做了简化。用java编写,采用了Swing 界面。其中运用了OO思想。多线程技术、java的awt.events消息处理。总代码量700多行。AboutFrame.java程序“关于”对话框。JCounter.java计数器类。JMine.java主程序类。JMineArth.java 地雷分布图算法类。JMineButton.java:Jbutton的扩展类有行号、列号、标记标志和单击标志。StartJMine.java程序入口点。Wi
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:62834
    • 提供者:lili
  1. c_mine

    0下载:
  2. 一个基于dos界面的扫雷游戏,仍有一些bug,希望大神们能够给予建议,也希望一些思想可以帮助到其他人-Based on DOS interface minesweeping game, there are still some bugs, hope, can give advice, the great god also wants some ideas can help to others...
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:305252
    • 提供者:郭雨帆
搜珍网 www.dssz.com