搜索资源列表
asdfs
- 一个俄罗斯方块和贪吃蛇二合一的游戏,玩家可通过树形控件选择要玩的游戏-a Tetris and Snake combo of the game, players can choose to control tree playing games
43127
- In this game, you must assist a monkey in collecting food as it falls from the Tree of Life to feed the starving populace of Hungry Monkey Island. To help you, there are several powerful Runes which can unleash special powers that aid you in collecti
VBKing
- 这是我的课程设计报告,本来是用VB设计一个界面出来,里面包含多种小游戏的,可惜删了,只剩下一份报告,里面包含了各个小游戏的程序算法代码:回溯法求解皇后问题、冒泡法的算法描述、快速排序法、二叉排序树(这里用C语言描述)、顺序查找算法、二分法查找、二叉排序树查找(这里用C语言描述)-This is my course design, originally designed with VB is an interface, and which contains a variety of small g
cubegame
- j2me的水晶俄罗斯方块(wtk) 转自 米田英树 的 <<j2me midp>>-J2ME crystal Tetris (wtk) Transferred from tree meters Tianyingx
NumberSliderPuzzlegame
- j2me拼图板(wtk) 转自 米田英树 手机游戏设计-J2ME jigsaw puzzles (wtk) Transferred from tree meters Tianyingx phone game design
PokerMachinegame
- j2me卡片类游戏(wtk) 转自 米田英树 手机游戏设计-J2ME card games (wtk) Transferred from tree meters Tianyingx phone game design
SpaceShootergame
- j2me射击类游戏(wtk) 转自 米田英树 手机游戏设计-J2ME shooting games (wtk) Transferred from tree meters Tianyingx phone game design
PocketBoxinggame
- j2me格斗类游戏(wtk) 转自 米田英树 手机游戏设计-J2ME fighting games (wtk) Transferred from tree meters Tianyingx phone game design
java2d
- java2d游戏引擎 Phys2D is a 2D physics engine written in Java (1.4). Currently it is essentially a port and rework of the GDC 2006 presentation from Erin Catto. Current Features: Boxes Circles Static Lines Restituion and Friction Fi
tree
- 森林的布局,游戏当中,场景和人物的关系,在前面,还是后面,遮隐效果
game-tree]five-in-a-row
- 关于 在windows 下 用 msvc 实现一个博弈树的文档,主体讲解 五子棋。
t5z
- 用树编的五子棋程序-Tree series of the 331 procedures
小游戏:五子棋的设计与实现
- 五子棋的设计与实现 本“五子棋“程序只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法,考虑到搜索的时间复杂度和空间复杂度,在程序中只进行了2步搜索,即计算机在考虑下一步的走法时,只对玩家进行一步的推测。(程序中的棋盘规格为15*15)。-renju the design and implementation of the "331" procedure prepared by the Human-Computer Chess, a game u
turboc2_九子棋
- turboc2下的九子棋,人机对战的,用二叉树很麻烦,用了穷举-turboc2 the nine-game, man-machine players, a binary tree is cumbersome, with the exhaustive
splay tree 源碼
- splay tree 源碼splay tree 源碼
chess_horse
- 程序实现象棋马,搜索有多少种走法,用搜索树。-Chess horses, many types of moves the search with the search tree.
five
- 五子棋博弈树java实现 没有禁手,做得比较简单粗糙。好像还有BUG,概率不大,原因不明。 智力与效率都很一般运行环境jre1.5以上。-Gobang java game tree to achieve not ban hand, is relatively simple to do rough. It seems there are BUG, not probability, for unknown reasons. Intelligence and efficiency are th
tree
- 数据结构的二叉树,用图形的方式来演示,让你更容易理解数据结构-The binary tree data structure, using graphics to show the way, let you more easily understand the data structure
abstract-shade-trees-2006
- 描述shader tree的论文,虚幻等大型引擎都使用类似的技术-Paper describing the shader tree, illusory, and other large engines use similar techniques
Binary-tree-traversal
- 二叉树遍历,有先序遍历,中序遍历,后序遍历等遍历方法的java实现-Binary tree traversal, there are preorder, java preorder, postorder traversal methods, such as the realization of