资源列表
PingPongGame.java
- Ping Pong basic code
BouncingBall
- Bouncing ball example in swing library
main
- 找出两幅图的不同,通过膨胀和腐蚀把不一样的地方连起来-Find a different two images, even up through the dilation and erosion is not the same place
Game
- 用c++编的一个文字类型RPG游戏,开源-Game for c++
LegendsRPGGame
- 一个用c++编的简单文字小游戏,比较有趣。-A GAME
Hanoi
- 另一种的规律的C语言描述的汉诺塔,利用了二进制的非零位来确定移动后的状态,避免了因为层数的巨大造成步数庞大,使计算缓慢、数据溢出、空间不足的缺陷。可得到移动的总步数,第几步的操作以及状态。当层数为1024时的数据是可观的,但反应速度并不慢。-Another law of the C language descr iption of the Tower of Hanoi, the use of the binary non-zero position to determine the state
gailv
- 可以设置概率的跑马灯抽奖,可以调整速度,自动减速,调整抽奖次数,-You can set the probability of marquee draw, you can adjust the speed, automatic deceleration, adjust the number of lottery,
Mine
- Windows自带扫雷游戏代码,VC++6.0b-Windows comes with Minesweeper game code
qtGraphicsTetris
- 工程环境为vs2013+qt5.6.2 qt开发的俄罗斯方块小游戏,罗辑与UI分离,不含 AI-Engineering development environment for vs2013+qt5.6.2 qt Tetris game, Luo Ji and UI separate, non-AI
A1
- 易语言冒险岛单机简化游戏源码例程程序结合易语言扩展界面支持库,实现冒险岛游戏界面简单功能。-Easy language adventure island stand-alone simplified game source code routines combined with easy language extension interface support library, to achieve the simple function of the game.
game
- 发一个简单到爆的迷宫游戏源代码,代码简单易懂,容易上手,适合初学者玩-A simple to burst the maze game source code, the code easy to understand, easy to use, suitable for beginners to play
Guessing-Game
- Its a c++ number guessing game. Computer itself generate a random number then you have to guess the number.