资源列表
3x3智慧拼盘游戏源码
- 3x3智慧拼盘计算机游戏源码喜欢游戏的朋友可以拿去研究研究!-3x3 wisdom plates source computer games like the game you can spend studies!
BaoShi
- android源码,宝石消除系列小游戏,适合初学者,可以学习基本对对碰的编码方法-android source, gem eliminate Series game, suitable for beginners, you can learn the basic encoding method Kind
dice-game
- 自己写的关于中秋节的博饼小游戏,打开后可载入声音。-Wrote about the Mid-Autumn festival bo bread small game, after opening, can load the voice.
saolei
- 基于C语言的扫雷程序,有源代码以及应用程序-Demining program based on the C language source code, as well as application
sweep_mine-0829-1919
- 实现微软自带的扫雷游戏基本功能:可自选行列数和布雷数、标记每个方块周围的雷数、随机布雷、左右键实现的功能、游戏胜利和失败的界面通知-Sweep mine game using QT
WinMine
- 扫雷 vc++版 源码运用mfc可以提高编程能力-Mine vc++ version of source code programming capabilities can improve the use of mfc
e-luo-si-fang-kuai
- 用C#实现的俄罗斯方块小游戏,界面不是很美观,但功能齐全,可以选择关卡-Implemented in C# Tetris game, the interface is not very beautiful, but functional, you can choose points
ELSfk
- 传统的经典游戏,俄罗斯方块,在java上实现。-The traditional classic game Tetris in java to achieve.
pintu
- 一个自己开发的拼图小游戏,玩玩看,测试你的智力!
j_13178_VBpintu
- VB实现的拼图游戏 可以更换图片和级别 简单 课程设计用-VB
saolei
- 一个小小的扫雷游戏源码哈,可以下载下来看看,喜欢VC的亲不要错过哦-Do not miss it a small mine-sweeping game source, you can download it look like VC pro
8_Queens_Game
- 八皇后游戏的说明:问题的提出:八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法? 基本思想是:先把皇后放在(0,0)位置,然后把1号皇后放在(1,j)位置,使其满足要求。接着放2号皇后,依此类推。遇到某个皇后如把她无论放在该行的任意 位置均不满足要求,则前一个皇后放置不当,须重新放置前一皇后,如8个皇后均按要 求放置好,这就是一次成