搜索资源列表
saolei
- A saolei tool similar with the windows system.
saolei
- saolei.rar和微软自带游戏功能一样的扫雷程序
saolei
- this is an small java applet application-saolei
saolei 扫雷源代码
- saolei
saolei
- 扫雷源代码带注释(很经典的一款游戏,我在外网上找了很久)-Mine the source code with comments (in a classic game, I find out online for a long time)
saolei
- 一个基于新思路的扫雷源代码-Based on new ideas of mine the source code
Saolei
- 此程序是一个扫雷的小游戏-This process is a mine of small game
Saolei
- 扫雷外挂源码, 主要是CALL选雷函数挺经典,与其他扫雷外挂不同-Mine-source plug-ins, mainly CALL function Lei Ting election classics, different plug-ins and other mine
saolei
- 扫雷程序,利用C#完成,界面优良。人机对战。-Mine clearance procedures, using C# Completed an excellent interface. Man-machine war.
saolei
- matlab写的扫雷小游戏,有兴趣的可以试玩一下。-matlab write mine game, are interested in you can try.
saolei
- 扫雷是我们经常会接触到的游戏,可是你知道如何用C++来编写一个自己的扫雷小游戏吗?快来看看这个代码吧,你一定会有收获。-Mine is that we often come into contact with the game, but you know how to use C++ To the preparation of a mine
Saolei
- 类似windows附带游戏中的扫雷游戏, 值得游戏开发初学者学习, 分初级, 中级, 高级三个级别, 可以自定义宽度和高度, 以及雷的个数.-Windows attached to the game similar to mine in the games, game development is worth learning for beginners, elementary, intermediate and advanced three-level, can customize the w
saolei
- 经典扫雷游戏的源代码。。。。vc6.0编译通过,并附可运行程序。-Classic minesweeping game
saolei
- 模仿window自带的小游戏扫雷编的,很简单,只实现了扫雷的基本功能,现拿出来与大家分享!-Window imitate mine own game series, simply put, the only realize the basic functions of the mine, are out to share with you!
saolei
- 一个小游戏!扫雷!游戏小巧 功能强大! 玩死你哦!-A small game
saolei
- 经典的扫雷游戏,详细的源代码,功能丰富,易操作。-Mine the classic games, detailed source code, feature-rich, easy-to-use.
saolei
- 模仿windows下扫雷的扫雷游戏源代码-Windows mimic the mine under the mine-clearing game source code
saolei
- 扫雷程序设计,C++程序设计,C语言程序设计-De-mining program design, C++ programming, C language programming
saolei
- 扫雷小游戏 J2ME做的小游戏希望对你有所帮助,-saolei youxi
saolei
- 使用字符数组a[N][N]存储布雷的数据,a[i][j]=’+’表示位置(i,j)没有地雷,a[i][j]=’*’表示位置(i,j)有一个地雷,0<=i<m,0<=j<n,m和n是键盘输入的总行数和总列数并且0<m,n<100。设计一个程序,输入m和n,随机初始化布雷数组,并输出布雷数组和每一位置周围的地雷数量,如果该位置是一个地雷,则输出一个’*’。-The use of characters in the array a [N] [N] stored da