搜索资源列表
hrd_src
- 此版本的华容道仅是个VC++语言的演示版,只是为了演示 一种思路,所以没有增加任何的功能。本游戏图象也是从 同类FLASH游戏中剪出,可惜它的出处网页已经不可访问了. 由于华容道每角色同一时刻可能有不同方向的选择,增加了 判断难度。本游戏主要演示单键无选择控制华容道的模拟 智能处理过程。当然这很简单,谈不上真正的智能。 如果对AI类兴趣的话,可以到 http://chess.withu.com 和计算机下一盘,欢迎交流探讨该类AI算法。 本游戏还存在一些BU
滚球
- 滚球游戏意智游戏 问题描述 有八个小洞,序号和分布位置如图。小球从A、B、C(即洞号0、1、2)三个位置之一滚下。如果洞的状态为0时,球向左滚;如果洞的状态为1时,球向右滚。凡是球滚过的洞,状态取反(既由1变0,由0变1)。 现用8位二进制数依次从左到右表示八个小洞的状态。 例: 图中的初始状态为 00000101 时,最多滚入3个球时有 从C洞滚入一小球状态为 ————> 00101111 从B洞滚入一小球状态为 ————> 01111011 从
5050309614_05
- 该游戏是一种掷骰子游戏.游戏者有13此机会去掷骰子然后根据骰子的不同排列和数字选择相应的分数.如果类型符合就得分反之不得分.-the game is a play dice games. There are 13 players this opportunity to Dice, according to the dice with the different options and the corresponding number of points. If the type subject
2005_09_14_010214_uSsIIcStsC
- MS的不能存档,我的可以任何时候存档和任何时候回档 MS的第一下不能一定点开一个区, 如果运气不好,就不得不点一下就从来, 我的第一下一定点得开一个区 MS的样子不如我的精致, 我和比MS的精致, 关于对话框比MS的好看 -MS not archived, I can file at any time and any time corresponding to the first MS is unable to open a certain point, if the bad
教你如何作弊玩扫雷
- 最近闲暇时间迷上了扫雷,有的时候经常遇到模棱两可的地方,很容易死到.于是就在想,要是我一开始就知道哪个地方有雷就好了.遂打开OllyDBG,对扫雷程序(WinMine.exe),进行了一番跟踪.好在WinMine.exe没有加壳,直接看它的IMPORT TABLE,在两个可疑的API上下断点,一个就是GDI.BitBlt,这个是程序来画地图的,另一个就是User32.GetDlgItemInt,这个用来获得扫雷地图大小,和雷的个数的. -recent spell of the mine,
开窗户
- 一个有趣的开窗户游戏java源代码,如有问题请留言-an interesting game quickly java source code, please leave if problems
C++builder 俄罗斯方块
- 这是我写的一个c++builder的一个俄罗斯方块的原代码,只要装了c++ buider就可直接运行和调试,是我大学时候写的,我的联系方式是qq:9577287-This is the one I wrote c builder of a Rubik's cube of the original code, if installed c buider can go directly to the operation and debugging, when I wrote the univ
井字过三关小游戏
- C#写的一个通俗井字过三关游戏,即小时候所玩的对角棋,如果一方三个子连成一条线即赢。-C# to write a popular tic-tac-toe game, as a child playing chess right angle, if one of the three molecules into a line that is winning.
单片机实现的俄罗斯方块程序
- 单片机实现的俄罗斯方块程序,C代码 //本压缩包包含完整的Keil工程和Proteus仿真文件, //如果你装有Proteus6.5,可以解压后直接运行Lcd-6963256-2.DNS,然后点击播放键|>运行, //用鼠标在串口点击一下就可以用电脑的键盘控制了-MCU Russian squares procedures, C code / / compression of the packet contains the complete Proteus Keil engin
turbo_c
- 数独的规则是: 1. 直行, 横行只能有1~9且不能重复 2. 9个小正方形里也只能有1~9且不能重复. 当使用者输入的资料量过小时, 代表你的程式必须处理大量的运算, 如果不用点聪明的方法(e.g. 只用一个一个试的排列法的话), 程式可能会要执行好几个小时. 数独盘是9x9=81, 要是使用者一开始只给10个数字, 那程式就要解出71格. 如果程式的起始格不好, 那worst case将会是近似(9!*9)= 3265920可能性要试. -indepe
fangkuai
- 该游戏源码为俄罗斯方块。 由于时间有限,如有不够完善之处请联系我。-source for the game Tetris. Because of the limited time, if not perfect Department please contact me.
game_pintu
- 学vb图片操作时写的一个传统小游戏--拼图。可以更换图片、改变图片切分块数、及打乱程度。没有打包,若不能正常运行请手工注册压缩包内的Comdlg32.ocx组件。-school vb pictures of the operation was a traditional small game -- puzzles. Pictures can be replaced, the picture changed a few blocks segmentation, and the extent dis
playing_card
- 随机发给四个玩家各13张扑克牌,每位玩家每轮出一张牌,谁的牌大谁就是这一轮的胜者。共有13轮,谁胜的次数多谁就是胜者。先比较牌面大小,如果相等再比较花色。-randomly distributed to the four players 13 playing cards, each player round out a card, whose licenses Who is the winner of this one. A total of 13, who wins more often Wh
ttt4
- try看看吧 練習的時候寫出的井字遊戲-try to see if it exercises the time to write the groined game
ssudg.tar
- 数独游戏的自动解题程序,如果有不会解的数独题目可以找它来解决。-few games alone solving the automatic procedure, if no solution is the subject of several independence it can find a solution.
VB_HLT
- 汉诺塔游戏 请将相关目录及其包含的内容复制到您的硬盘上,并修改对应的硬盘目录属性——取消目录及其所包含子目录和文件的“只读”属性。否则,打开VB项目时由于无法进行文件的“写”操作,会导致提示出错信息。-HANOR game I would be grateful if the relevant directory and copy the content of your hard disk, and the drive to amend the corresponding directory
migongyouxi
- 请将程序中的main()函数中的 initgraph(&gd,&gm,\"C:\\\\TC\") 函数中的\"C:\\\\TC\" 更改为你的TC安装目录。 比如你的TC安装目录为D盘的Tools目录下的TC目录,那么上述语句改为: initgraph(&gd,&gm,\"D:\\\\Tools\\\\TC\") -I would be grateful if the procedures main () function of initgraph (
Brainiac
- 这个游戏允许玩家选择一个方块,然后选择另一个方块。如果两个方块是相同的,那么它们将保持可见状态,玩家尝试找出另外两个相同的方块。如果两个方块不同,它们将再次翻转,从而再次隐藏。玩家的任务就是将它们翻开是记住不同方块的位置,以便将所有方块配对。开发平台为vs.net2003,源文件包括: Resource.h--资源ID头文件 Bitmap.h--位图头文件 Bitmap.cpp--位图源代码文件 GameEngine.h--游戏引擎头文件 GameEngine.cpp--游戏
SnakeEating
- 贪吃蛇 将skate.c文件用turboc2运行即可。 SN:snake ***** EGAVGA.BGI不能删除,如果删除,则SKATE.EXE就不能运行-Snake will turboc2 skate.c documents can be run. SN : snake ***** EGAVGA.BGI could not be deleted, if deleted, then SKATE.EXE can not run
puzzle15
- 一个用delphi编写的方格游戏,含1到15个数字,打乱后将其重新排列,如果长时间排不出可提供适当帮助-prepared with a box of games, including 1-15 figures will disrupt their re-arranged If Pai no longer provide appropriate help