搜索资源列表
Puzzlegame
- 拼图游戏是一个Applet程序。游戏可以将一张大图打乱成9张小图,然后在游戏中任意挑选8张小图放在界面中几个任意的位置。通过鼠标来移动打乱的这8张图,使其恢复到预览中看到的效果。此游戏可以选择多组大乱的图片进行拼凑。拼凑成功则游戏结束。-Jigsaw puzzle is an Applet program. Games can be a big upset as Figure 9 Zhang map, and then randomly selected in the game on the i
smallGame
- 一个简单的小游戏,就是将三个白色的球和三个黑色的球通过鼠标点击来移动他们,最终使其完全换位置。-A simple little game, that is, the three white and three black ball mouse clicks to move the ball through them, and eventually changed its position completely.
mofangpgm
- VC++开发的立体拧魔方模拟程序+开发文档,我们把魔方的模型建立起来了,但是这样的模型是死的,还不能按照我们的要求进行操作,现在我们就来建立魔方的仿真模型,也就是让它能够和真正的魔方一样转起来。由于我们的仿真模型将会通过VC++在Windows下面来实现,所以首先就要为转动操作建立触发事件,这样就可以利用消息机制对转动操作进行处理。 触发事件借助鼠标左、右键的按下和弹起这两个基本的消息来传递,通过鼠标点击的位置不同产生不同转动操作,而左、右键的使用则可以改变转动的方向。我们规定一个正方
SAOLEI
- 改进的扫雷游戏,利用中断获取鼠标按键和位置信息,实现鼠标控制的扫雷游戏-Improved mine game, using interrupts to get the mouse button and location information, to the mouse control of the mine game
Part2
- 简单的小游戏,屏幕自上而下在随机的位置落下笑脸,鼠标碰到的笑脸,则变为吃惊的表情,可利用鼠标拖动-Simple little game, the screen at random from the top position, and mouse with a smile, a surprised expression, use the mouse drag
zhmjiugong
- 本程序是在研究人工智能练习时候发现的,采用全局择优算法,用鼠标左键点击可移动(0旁边)的数字,数字就会自动移动,当你将对应的数字移动到与目标图相对应的位置时,就算完成了任务,你每移动一次,计数器将增加一次记数。-This procedure is found in the study of artificial intelligence practice when using the global merit-based algorithm, click the left mouse butto
qicailianzhu
- 界面以一个类似围棋棋盘的形式展现在屏幕上,同时棋盘格上可以显示出七种颜色的彩球。鼠标可以点击彩球并把它放在空着的棋盘格上,并定下某些规则,使彩球不能随意移动到任何空的棋盘格上,我们定义彩球这样的移动过程为一回合。每回合过后会在棋盘的随机位置出现3个随机颜色的彩球,可以继续用来进行移动操作。系统有一个计分的系统,当同色的彩球相连是可以被消除,同时计分系统进行计分。另外系统可以进行保存操作,可以将获得高分的用户信息以文件的形式保存在硬盘中,系统在下次运行时读取这些信息以便用户查看。-Interfac
LOLHangUp_1.0
- 英雄联盟LOL游戏挂机小工具源码调用API设置鼠标位置并模拟鼠标右键让人物走动,全局钩子等 先实例化lol类,然后执行Hook_Start()方法 监-LOL League game hang gadget source API calls to set the mouse position and simulate the right mouse button to let characters move, such as the first instance of global h
Sokoban
- 推箱子 用上下左右来移动小人来推动箱子到指定位置,如果全部箱子都到达指定位置,会弹出窗口(如图3)。选择“是”进入下一关,选择“否”退出游戏。游戏中可以用鼠标点击右侧按钮或选项菜单来实现相应的功能。-Sokoban used to move up and down the villain to push boxes to the specified location, if all boxes have arrived at the designated location, a pop-up w
puzzle
- 打开任意一个图片,按照可以设定的切片数进行分割,并打乱排序;然后可以利用鼠标 拖动切片到不同位置进行互换,直到拼合出原来图像。-Open any a picture, and in proportion to the number of slices can be set to break up, and disrupted sort And then can make use of the mouse Drag the slice to different locations to
PictureGame
- 当用户打开拼图游戏后,程序通过用户选择的图片和游戏的难易程度,系统内部分别将拼图的原始图片分成16块,36块和64块并随机摆放。用户通过鼠标将每一块图片移动到对应位置从而复原整张图片。复原成功后,程序显示用户复原图片花费的时间。-When the user opens a jigsaw puzzle, the program by the degree of difficulty, pictures and games selected by the user, the internal sys
sudoku
- C语言 实现 数独游戏 鼠标输入待填数字的位置和大小-C realize sudoku. Mouse inputs the number s location and value.
VC++ 魔方游戏源码
- VC++写的魔方游戏源码,用界面上的方向按钮控制魔方旋转,鼠标移动到魔方对应位置点击可以进行旋转对应行或列(VC++'s magic cube source code)