CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 棋牌游戏 搜索资源 - Minesweeper

搜索资源列表

  1. Minesweeper

    0下载:
  2. Java编写的仿Windows7扫雷。默认雷区为10*10,可在代码内修改常量更改。-Written in Java imitation Windows7 mine clearance. Default minefield of 10* 10, you can modify the constant change in the code.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:245.51kb
    • 提供者:Blueve
  1. saolei

    0下载:
  2. 扫雷游戏,可实现默认WINDOWS扫雷基本功能,包括左键,右键以及双键点击的功能。-Minesweeper, the default WINDOWS mine can achieve basic functions, including left, right-click and double bond functionality.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:89.6kb
    • 提供者:crazydoll
  1. saolei

    0下载:
  2. c语言编写的扫雷游戏,dos界面,适合初学者,可以正常运行-c language minesweeper game, dos interface, suitable for beginners, and can operate normally
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:620.68kb
    • 提供者:丁壳
  1. Minesweeping

    0下载:
  2. C#扫雷游戏 可以学习程序思路 适合初学者-C# minesweeper game ideas suitable for beginners can learn to program
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-31
    • 文件大小:132.08kb
    • 提供者:鸭子
  1. 4a0c46e84e2ed

    0下载:
  2. 踩地雷的遊戲, 踩地雷的遊戲, 踩地雷的遊戲-Minesweeper game Minesweeper game Minesweeper game Minesweeper game Minesweeper game
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-08
    • 文件大小:1.95mb
    • 提供者:林詠信
  1. mine

    0下载:
  2. 简单的扫雷游戏,全部用刷子完成,用C++完成,是个入门的好机会-Simple minesweeper game, all done with a brush, complete with C++ is a good opportunity for entry
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-15
    • 文件大小:3.51mb
    • 提供者:martin
  1. QT-clearance-procedures

    0下载:
  2. QT扫雷程序,利用QT开发的一款有趣的界面游戏,类似Windows里的扫雷游戏,对于初学者学习界面编程十分有益-QT clearance procedures, using QT interface for the development of a fun game, similar to Windows in the minesweeper game, for beginners to learn useful programming interface
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:201.42kb
    • 提供者:feiyu
  1. 2_1

    0下载:
  2. 扫雷游戏,仿Windows下的游戏,供交流-Minesweeper, imitation of the game under Windows, for the exchange of
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-26
    • 文件大小:71.57kb
    • 提供者:Ryan
  1. MineSweeper

    0下载:
  2. 五子棋游戏,很逼真,仿照windows的。代码很全,可以实现-Gobang game
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:430.72kb
    • 提供者:曾井
  1. saoleiyouxi

    0下载:
  2. c语言编的扫雷游戏,由于是初学者所以编的可能不简洁,请多指教-c language code of Minesweeper, because it is compiled so beginners may not be simple, like him to teach
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-03
    • 文件大小:540byte
    • 提供者:王明
  1. minesweeper-source-code

    0下载:
  2. 扫雷游戏的源代码,可用于初学者的学习和应用试验-minesweeper source code
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-03
    • 文件大小:11.71kb
    • 提供者:txh
  1. java-small-programs

    0下载:
  2. Java五子棋游戏,以及一个扫雷游戏,其中一个包含有其他文件。-Java 331 games, as well as a minesweeper game, one of which contains other files.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-31
    • 文件大小:63.31kb
    • 提供者:Chen Gillian
  1. Minesweeper

    0下载:
  2. Input:從鍵盤輸入0.exit/1.踩地雷/2.插旗子,然後輸入x(橫向),y(縱向)座標. 地雷陣設定為10x10,有20顆地雷. Output:在dos上輸出地雷陣. -Input: keyboard input 0.exit/1. Minesweeper/2 interpolation flag, and then enter the x (horizontal) and y (vertical) coordinates. The minefield i
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:1.82kb
    • 提供者:志榮
  1. CPP

    0下载:
  2. 本题目做一个N x M的扫雷游戏,每个方格包含两种状态:关闭(closed)和打开(opened),初始化时每个方格都是关闭的,一个打开的方格也会包含两种状态:一个数字(clue)和一个雷(bomb)。你可以打开(open)一个方格,如果你打开的是 一个bomb,那么就失败;否则就会打开一个数字,该数字是位于[0,8]的一个整数,该数字表示其所有邻居方格(neighboring squares)所包含的雷数,应用该信息可以帮助你扫雷。-This subject, to do an N x M m
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:313.22kb
    • 提供者:飞儿
  1. demining

    0下载:
  2. 扫雷一款简单的智慧类扫雷游戏,简单明了,实用性强-Mine clearance is a simple wisdom class minesweeper, simple and clear, the function is strong
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-03
    • 文件大小:176.79kb
    • 提供者:另计息
  1. Winmine-V1.1

    0下载:
  2. C#写的一个简单扫雷游戏,请用vs2010打开 C# write a simple minesweeper, please use vs2010 open -C# write a simple minesweeper, please use vs2010 open
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-17
    • 文件大小:179.12kb
    • 提供者:restart
  1. Minesweeper

    0下载:
  2. C语言编写的扫雷游戏,求大神指教,供初学者参考啊!-Minesweeper game written in C language, find the Great God advice for beginners reference!
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-25
    • 文件大小:9.8kb
    • 提供者:wjb
  1. winmine_asm

    0下载:
  2. 这是一个扫雷游戏,它非常好玩。 这是一个扫雷游戏,它非常好玩。-This is a minesweeper game, it is very fun. This is a minesweeper game, it is very fun.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-08
    • 文件大小:186.74kb
    • 提供者:刘挺
  1. Minesweeper

    0下载:
  2. wpf版本扫雷程序,简单的图形界面,简单的操作说明,初学者可以看看。-minesweeper wpf
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-04
    • 文件大小:1.19mb
    • 提供者:李斌
  1. Master-Minesweeper

    0下载:
  2. 用c语言编写的扫雷游戏,代码运行正常,编译说明详细-Minesweeper, written in c language code to run normally, build instructions in detail
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-04
    • 文件大小:17.32kb
    • 提供者:鑫语
« 12 »
搜珍网 www.dssz.com