Welcome![Sign In][Sign Up]
Location:
Search - sokoban ALgorithm

Search list

[Data structsPushBox

Description: 推箱子游戏 为研究A*寻路算法的实现,编写了一个老游戏,希望对新手有所帮助。 -Sokoban game to study the A* routing algorithm, the preparation of an old game, and they hope to be helpful to novice.
Platform: | Size: 1006592 | Author: yy | Hits:

[Other Riddle gamesSokoban

Description: 自己编写的推箱子游戏(源代码在SOKOBAN3.RAR),包含一个关卡编辑器(源代码在BOXEDITOR.RAR),以及编译好的可执行程序(sokoban3.exe)。通过鼠标点击指定箱子的目的地,会通过A*算法自动来推动。不必在利用上下左右一步步走了。-I have written Sokoban game (source code in SOKOBAN3.RAR), includes a Level Editor (source code in BOXEDITOR.RAR), as well as the compiled executable (sokoban3.exe). Through the mouse to click a box designated destination, will be adopted by A* algorithm automatically to promote. Do not have to use up and down about a step-by-step away.
Platform: | Size: 142336 | Author: siphzi | Hits:

[JSP/JavaMine

Description: JAVA编写的推箱子,配有音乐,适合新手学习练习.-JAVA Sokoban prepared with music, suitable for novices to learn to practice.
Platform: | Size: 88064 | Author: lengne | Hits:

[Other Riddle gamestxz

Description: 一个很简单的推箱子的小游戏,算法很好,值得一看。-A very simple game of Sokoban, the algorithm very well worth a visit.
Platform: | Size: 19456 | Author: 熊宇靖 | Hits:

[AI-NN-PRwinep_code

Description: 这是一个典型的产生式系统的算法题.用的是有界深度优先的递归算法,是用C++Builder4.0写的.这也是人工智能或者程序设计竞赛题中最基本最常用的算法.如果自己动手编程实现了一个这样的题目,那么很多相关的题目也就都一样可以做了,比如"四皇后问题","推箱子问题","传教士和野人问题"等等。   利用深度优先的算法都是不一定能找到最优路径的,而且如果解路径过长的话还可能会搜索失败.如果保证要找到最优路径需要用另一些算法,比如宽度优先算法.无论是哪一种算法,如果问题稍微复杂一点的话,都要解决"组合爆炸"问题,即有几乎无穷种组合走法的问题,这种空间的复杂度往往是难以想象的,要求计算机的速度往往也就是体现在这方面.   所以我们每一次搜索都要以某种控制策略来决定下一步的走法,以最快的速度达到目标,减少搜索的范围.这也是人工智能的核心问题.可以说,人工智能的精髓就是穷举,人工智能的关键就是控制策略.-This is a typical production system algorithms title. Used are bounded depth-first recursive algorithm, is C++ Builder4.0 written. This is the Artificial Intelligence Programming Contest, or the most basic question most commonly used algorithm. If the Do-It-Yourself Programming achieve such a topic, then a lot of topics related to it are the same can be done, such as "Queen s four questions," "Sokoban problem," "missionaries and Savage problem" and so on. Use depth-first algorithms are not always able to find the optimal path, and if the solution path is too long, then it may be the failure of english. If the guarantee to find the optimal path needs some other algorithms, such as breadth-first algorithm. Regardless of which an algorithm, if a little bit more complex question, then, should solve the "combinatorial explosion" problem, that is, there is almost infinite combinations take law questions, this space is often difficult to imagine the complexity and requires a computer s sp
Platform: | Size: 22528 | Author: kk.h | Hits:

[Consoleworker

Description: 这是一个推箱子游戏的经典算法,在win-TC下编译通过。-This is a classic game Sokoban algorithm, under the win-TC compiled through.
Platform: | Size: 2048 | Author: 何润平 | Hits:

[Other Riddle gamesBoxMan

Description: 这是一个经典的推箱子游戏,内含推箱子的核心算法-This is a classic Sokoban game, containing the core algorithm Sokoban
Platform: | Size: 3748864 | Author: haohao | Hits:

[Other Riddle gamesc

Description: c大全 包含常用算法程序及游戏编程实例 九百种算法和九百种实例 推箱子日历等小游戏程序-c Daquan commonly used algorithms include the procedures and examples of 900 kinds of game programming algorithm and 900 kinds of examples of the calendar and other small games Sokoban
Platform: | Size: 563200 | Author: 任志远 | Hits:

[Other Riddle gamesExcelBox

Description: 牛人使用excel vba写的推箱子游戏,算法供感兴趣的人研究-Cattle using excel vba to write the Sokoban game, the algorithm for people interested in research
Platform: | Size: 18432 | Author: 李冰 | Hits:

[source in ebookTuxiangzi

Description: 基于单文档的推箱子游戏,界面设计比较漂亮,共设置了六关,有些算法设计方面还不太完善,希望对大家学习MFC游戏编程有所帮助!-Sokoban game based on a single document, interface design more beautiful, and a total of six set off, some algorithm design is not yet complete, we want to learn MFC programming game help!
Platform: | Size: 11004928 | Author: 雪域迷影 | Hits:

[Other Riddle gamesturbocTXZ

Description: 这是用turboc2.0编写的推箱子小游戏,其中包括了源码,算法说明,运行程序;-This is written with turboc2.0 Sokoban game, including source code, algorithm description, run the program
Platform: | Size: 49152 | Author: wanguangping | Hits:

[Other Riddle gamesMyGame

Description: 自己用C#编写的winForm推箱子小游戏内含swf原版游戏,算法简单,适合初学者-Own use C# Sokoban game written in winForm swf containing the original game, the algorithm is simple, suitable for beginners
Platform: | Size: 413696 | Author: kkrdfai | Hits:

[Other Riddle gamesskyblue_BoxMan

Description: 推箱子游戏源代码,VC写的,很不错的算法实现。-Sokoban game source code, VC wrote, very good algorithm.
Platform: | Size: 150528 | Author: haidejintou | Hits:

[Other Riddle gamesBOX

Description: 一款简单的推箱子游戏,里面有很多关卡,对算法的的设计非常的巧妙,可供学习算法的人学习参考-A simple Sokoban game, there are many points, the algorithm' s design is very clever, for reference learning algorithms to learn
Platform: | Size: 3623936 | Author: huangyi | Hits:

[Data structsData-structure-experiments

Description: 数据结构8个实验完整源码+可执行程序 +95个其他程序源码+ 数据结构课程设计报告 C语言程序设计题附答案 C语言课程设计 实验2 顺序查找 排序 实验3 顺序栈基本操作 实验4 顺序循环队列基本操作 实验5 二叉树的建立及遍历 实验6 哈夫曼树的创建及编码 实验7 图的创建及遍历 实验8 查找与排序算法 推箱子游戏 -Complete source of data structures eight experimental the the+ executable program+95 a program source+ data structures course design C language programming question with answer C language curriculum design experiments to sort the sequential search experiment order to stack the basic operation of experimental four-loop sequence queue basic performing experiments and the establishment of five binary tree and traverse experiments Huffman tree creation and coding experiments map creation and traversal experiment find the Sokoban game with the sorting algorithm
Platform: | Size: 1861632 | Author: 何沙沙 | Hits:

[Data structspushbox

Description: 经典的推箱子算法,有点难度。对于算法中的分支界限分析有研究意义-The classic Sokoban algorithm, a little more difficult. Research for the branch and bound algorithm
Platform: | Size: 2048 | Author: kitty | Hits:

[Game Hook CrackSokoban

Description: 自动推箱子游戏源代码:优化了剪枝算法,速度提升了百来倍。-Automatically Sokoban game source code: optimize the pruning algorithm, a hundred times faster.
Platform: | Size: 262144 | Author: Elijah | Hits:

[CSharpSource

Description: 推箱子算法演示应用程序,使用C#编写,能实现一个箱子的情况,.Net 2.0框架-The Sokoban algorithm demo application, written in C#, to achieve a box, Net 2.0 framework
Platform: | Size: 79872 | Author: Zombie | Hits:

[Data structsalgorithm-of-data-structure

Description: 数据结构经典算法源码,包含推箱子、迷宫等小游戏算法-Data structure of classical algorithm source, contains Sokoban maze game algorithm
Platform: | Size: 31744 | Author: 希罗 | Hits:

[Other Riddle gamesSokoban

Description: 本游戏是一个推箱子的游戏,是在RDA手机平台上开发的,功能简单,可玩性高,代码简单易懂,算法不复杂。-This game is a Sokoban game is on the RDA mobile platform development, features a simple, high playability, code easy to understand, the algorithm is not complicated.
Platform: | Size: 8192 | Author: 刘文龙 | Hits:
« 12 »

CodeBus www.codebus.net