搜索资源列表
拼图游戏算法
- 本程序是简单拼图游戏的算法,可以解决如八数码难题 -this procedure is simple puzzles and the algorithm can solve problems such as eight digital
点灯游戏算法实现
- 点灯游戏是一个十分有趣的智力游戏,他的规则是这样的:有一行N行N列的灯,开始时全部是灭的,-light lamps game is a very interesting intellectual games, the rule is this : a party line N N out the lights, at the beginning, is to eliminate all the
八数码游戏
- .net环境中以c#实现的八数码游戏算法,包括三种ai算法,可以自由输入数值比对各种算法的执行效果。
“猜数字”游戏 算法破解
- 一个不错的小游戏,猜猜数字,与文曲星的猜数字原理相同,不过是用Delphi编写罢了-a good little game, guess the number of rings and viewing the same principle, but is just using Delphi
vc++编写的五子棋游戏源码
- vc++编写的五子棋游戏,支持人机对下,网络对下,算法精炼,限于本人五子棋水平有限,目前自动算法只能达到普通爱好者水平
金字塔算法
- 金字塔游戏算法,采用优化backtracing算法解决金字塔问题
五子棋搜索算法
- 很好的一个游戏源代码-a good game source code
点灯游戏算法实现
- 点灯游戏是一个十分有趣的智力游戏,他的规则是这样的:有一行N行N列的灯,开始时全部是灭的,-light lamps game is a very interesting intellectual games, the rule is this : a party line N N out the lights, at the beginning, is to eliminate all the
24点游戏的算法参考与源程序
- 24点游戏的算法参考与源程序-24 point game with the algorithm reference source
flash过河算法
- 警察小偷爸爸妈妈儿子女儿过河,这个游戏不用说的吧,应该很多人见过,一般是考察隔壁邻居家小朋友智商的,有人把他做成了FLASH游戏。规则如游戏图。详细请看文件中那个FLASH游戏-police thieves Mom and Dad son daughter to cross the river, the game goes without saying that it should be seen many people, the ge
A算法源代码
- A*算法是,最经典的寻路算法,广泛用于游戏人工智能领域。-A* algorithm is the most classic Routing algorithm, widely used in the field of artificial intelligence game.
elsfk带算法
- 很多编程爱好者都编写过俄罗斯方块的游戏程序。很久以前,我用Tc2.0也做过一个;最近有好些朋友看见我以前的俄罗斯方块的程序后, 问我是怎么做的。我一直想把这个程序的整个过程写一份详细的东西,-many programming enthusiasts are prepared off Tetris game procedures. A long time ago, I used a Tc2.0 have done; Recently, I
八数码游戏
- .net环境中以c#实现的八数码游戏算法,包括三种ai算法,可以自由输入数值比对各种算法的执行效果。-. net environment to c# achieve eight digital game algorithms, including three ai algorithm, can freely enter the numerical ratio on the performance of various algorithm
Game Light 游戏 点灯 算法
- 经典的点灯游戏. 如果需要点灯算法的话,我这里也有,我可以提供给大家.-classic games. If the algorithm needs to light lamps, I also have here, I can provide to the public.
“猜数字”游戏 算法破解
- 一个不错的小游戏,猜猜数字,与文曲星的猜数字原理相同,不过是用Delphi编写罢了-a good little game, guess the number of rings and viewing the same principle, but is just using Delphi
简单的推箱子游戏
- 一个推箱子游戏,算法很好,值得一看,对学习BITMAP也很有帮助-a box game, good arithmetic, help learn BITMAP
Java活动图像程序和游戏编写(Word中文 )
- 长40页的word中文文档: 通过本篇文章能对Java的初学者提供帮助,弄清一些Java编程技巧,如事件,线程,动画,双缓冲图像,复合键控制,等.一方面有助于Java编程学习,另一方面即使使用C或C++编程,本文的算法和技巧也都有相当价值.-the 40-word Chinese Document : This article can be Java beginners to help clarify some of the Java
you-xi-suan-fa
- 这是一本关于游戏算法的图书,很有趣味性,超清晰,有书签,察看方便。唯一的缺点就是它是英文的。-This is a game of the algorithm library, very interesting, super-clear, bookmarks, to see convenience. The only drawback is that it is in English.
游戏核心算法编程内幕
- 各种2D小游戏的核心算法,游戏算法电子书 包含各类2d小游戏算法问题,感觉非常适合研究开发游戏算法的程序员,不错分享给发家。(A variety of 2D game core algorithm, game algorithm e-book contains all kinds of 2D game algorithm problem, feel very suitable for research and development o
匹配游戏算法
- 实现匹配游戏算法 在两个数组中,索引相同且该相同索引上的值也相同,用a表示。 在两个数组中,索引不同且该不同索引上的两个值相同,用b表示。 例: int[] arrOne = { 2, 1, 4, 5, 6 }; int[] arrTwo = { 2, 4, 7, 1, 6 }; 以上数组中有2个a, 2个b(JAVA Matching game algorithm In the two array, the index