搜索资源列表
SuperFive
- 人机对下五子棋。。 博翌算法。。 算法有点简单-plane for the next 331. . Bo Yi algorithm. . A bit simple algorithm. .
拼图游戏算法
- 本程序是简单拼图游戏的算法,可以解决如八数码难题 -this procedure is simple puzzles and the algorithm can solve problems such as eight digital
hrd_src
- 此版本的华容道仅是个VC++语言的演示版,只是为了演示 一种思路,所以没有增加任何的功能。本游戏图象也是从 同类FLASH游戏中剪出,可惜它的出处网页已经不可访问了. 由于华容道每角色同一时刻可能有不同方向的选择,增加了 判断难度。本游戏主要演示单键无选择控制华容道的模拟 智能处理过程。当然这很简单,谈不上真正的智能。 如果对AI类兴趣的话,可以到 http://chess.withu.com 和计算机下一盘,欢迎交流探讨该类AI算法。 本游戏还存在一些BU
cheszhou
- 一个简单的象棋游戏,这是我第一次用面向对象的方法写一个较大的程序。对博奕算法,没有过多的研究,智能化程度不高,只体现其原理!-a simple chess game .this is my first time to develop a big program whith oo. superficial resersh to game algrithms, little artificial intelligence,only embody its theory.
关于二十四点游戏的基本算法
- 关于二十四点游戏的基本算法!漫长的假期对于我来说总是枯燥无味的,闲来无聊便和同学玩起童年时经常玩的二十四点牌游戏来。此游戏说来简单,就是利用加减乘除以及括号将给出的四张牌组成一个值为24的表达式。- About 24 games basic algorithms! Long vacation regarding me said always dull, 24 signs which with the schoolmate idly comes bored then to play when
migong
- 一个以0为边界的8*8迷宫,从右下角走到左上角的简单算法
五子棋的核心算法
- 五子棋的核心算法 五子棋是一种受大众广泛喜爱的游戏,其规则简单,变化多端,非常富有趣味性和消遣 性。这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝 和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规 则、胜负判断方法和搜索算法过程。-331 of 331 core algorithm is a widely loved by the public of the game, its rules simple and changeable, ver
简单的推箱子游戏
- 一个推箱子游戏,算法很好,值得一看,对学习BITMAP也很有帮助-a box game, good arithmetic, help learn BITMAP
简单的马踏棋盘
- 这是一个马踏棋盘游戏的原代码,其中只是一种算法,还有很多方法可以实现!以后陆续上载!-This is a horse riding the original board game code, which is an algorithm, there are many ways to achieve! After gradually uploaded!
HitChecker
- 游戏开发中经常会用到碰撞检测,这是一个简单算法实现的2D碰撞检测模型,对初学碰撞检测的同学很有参考价值-Often used in game development, collision detection is a simple algorithm for 2D collision detection model, collision detection for beginners useful reference for students
bw
- 黑白棋游戏软件,VC++6.0开发,简单计算算法,人机和人人交互,希望对初学者有帮助-Reversi game software, VC++ 6.0 development, simple calculation algorithm, and all human-computer interaction, and they hope to help beginners
txz
- 一个很简单的推箱子的小游戏,算法很好,值得一看。-A very simple game of Sokoban, the algorithm very well worth a visit.
0302
- 他是一个五子棋算法研究的研究的简单例子,是我们常用的算法思想-it is a simple example of five chess
java
- java 课程设计五子棋游戏 (1) 实现具有图形用户界面的五子棋游戏,界面美观。 (2) 可以实现人-人对战或者简单算法的人-机对战。-java course design welcome to play (1) implementation with a graphical user interface welcome to play beautiful interface. (2) can be achieving- Skirmish or a simple algorithm
duiduipeng
- 对对碰游戏的简单算法和设计思路,以及一些代码的解释-Game Two of a Kind
Jigsaw
- 很简单的拼图游戏,比较简单,算法比较复杂些,仅供参考-A very simple puzzle
shortest_path
- 求最短路径的简单算法,仅供参考,不是很复杂的那种,-Simple shortest path algorithm for informational purposes only, not very complicated kind,
duiduipeng101
- 对对碰游戏的简单算法和设计思路,以及一些代码的解释-Game Two of a Kind
duiduipeng101
- 对对碰游戏的简单算法和设计思路,以及一些代码的解释-Game Two of a Kind
三个winfrom程式化小游戏
- 三个都是利用了一点简单算法的winform小游戏希望诸位能从中获取某些灵感或者帮我解决一下bug