搜索资源列表
SnakeMFC
- 采用VC++6.0开发,框架为MFC的单文档程序,含有贪吃蛇的目标节点生成算法,吃节点及移动算法等,图形化,界面友好!-Using VC++6.0 development, frameworks, procedures for the MFC single document containing the destination node generation algorithm Snake eating nodes and mobile algorithms, graphical, user-f
1
- 此程序为简易的拼图游戏 通过鼠标点击移动模块,拼出所给图片即可成功。右侧有GIVEUP按钮,表明放弃游戏。 此程序主要利用了Graphics 和Class的方法,整个程序以图形界面展现给用户。 -the program shows a little game.if you can find the correct way to complete this picture,you win,and you can also give up and quit
Sliding-Puzzle
- 拼盘游戏,移动方块拼出图形,使得数字按顺序排列。-Sliding Puzzle
snake
- C++容器实现的简单贪吃蛇游戏,程序关键在于表示蛇的图形及蛇的移动。用一个小矩形快表示蛇的一节身体,身体每长一节,增加一个矩形块,蛇头用俩节表示。-C++ container to achieve a simple snake game, the program, said the key is to move the snake and the snake graphics. Fast with a small rectangle represents a section of the bod
BeatPlane
- 该代码是用object-c写的小程序打飞机,用UI实现程序的图形界面设计,简单的有敌机下降,飞机左右移动发送子弹摧毁敌机。-The code is hit with object-c plane to write small programs with UI design to achieve the program s graphical interface, simply have the enemy down and move around the aircraft sent to des
JigsawPuzzle-
- 用户通过移动切分后的图形方块最终评出指定的图形,从而完成游戏。- The user through the mobile segment after the specified final top box graphics graphics, thus completing the game.
snake
- 通过图形界面实现贪吃蛇小游戏,用电脑键盘上下左右控制蛇的移动方向(Through the graphical interface to realize the snake game, use the computer keyboard to control the direction of the snake.)