CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sokoban ALgorithm

搜索资源列表

  1. Mine

    0下载:
  2. JAVA编写的推箱子,配有音乐,适合新手学习练习.-JAVA Sokoban prepared with music, suitable for novices to learn to practice.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:86.52kb
    • 提供者:lengne
  1. txz

    0下载:
  2. 一个很简单的推箱子的小游戏,算法很好,值得一看。-A very simple game of Sokoban, the algorithm very well worth a visit.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-29
    • 文件大小:19.39kb
    • 提供者:熊宇靖
  1. winep_code

    0下载:
  2. 这是一个典型的产生式系统的算法题.用的是有界深度优先的递归算法,是用C++Builder4.0写的.这也是人工智能或者程序设计竞赛题中最基本最常用的算法.如果自己动手编程实现了一个这样的题目,那么很多相关的题目也就都一样可以做了,比如"四皇后问题","推箱子问题","传教士和野人问题"等等。   利用深度优先的算法都是不一定能找到最优路径的,而且如果解路径过长的话还可能会搜索失败.如果保证要找到最优路径需要用另一些算法,比如宽度优先算法.无论是哪一种算法,如果问题稍微复杂一点的话,都要解决"
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:22.16kb
    • 提供者:kk.h
  1. worker

    0下载:
  2. 这是一个推箱子游戏的经典算法,在win-TC下编译通过。-This is a classic game Sokoban algorithm, under the win-TC compiled through.
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:2.2kb
    • 提供者:何润平
  1. BoxMan

    0下载:
  2. 这是一个经典的推箱子游戏,内含推箱子的核心算法-This is a classic Sokoban game, containing the core algorithm Sokoban
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-15
    • 文件大小:3.57mb
    • 提供者:haohao
  1. c

    0下载:
  2. 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
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:550.25kb
    • 提供者:任志远
  1. ExcelBox

    0下载:
  2. 牛人使用excel vba写的推箱子游戏,算法供感兴趣的人研究-Cattle using excel vba to write the Sokoban game, the algorithm for people interested in research
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-30
    • 文件大小:17.82kb
    • 提供者:李冰
  1. Tuxiangzi

    0下载:
  2. 基于单文档的推箱子游戏,界面设计比较漂亮,共设置了六关,有些算法设计方面还不太完善,希望对大家学习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!
  3. 所属分类:source in ebook

    • 发布日期:2017-05-28
    • 文件大小:10.49mb
    • 提供者:雪域迷影
  1. turbocTXZ

    0下载:
  2. 这是用turboc2.0编写的推箱子小游戏,其中包括了源码,算法说明,运行程序;-This is written with turboc2.0 Sokoban game, including source code, algorithm descr iption, run the program
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-06
    • 文件大小:48.38kb
    • 提供者:wanguangping
  1. MyGame

    0下载:
  2. 自己用C#编写的winForm推箱子小游戏内含swf原版游戏,算法简单,适合初学者-Own use C# Sokoban game written in winForm swf containing the original game, the algorithm is simple, suitable for beginners
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-30
    • 文件大小:404.16kb
    • 提供者:kkrdfai
  1. skyblue_BoxMan

    0下载:
  2. 推箱子游戏源代码,VC写的,很不错的算法实现。-Sokoban game source code, VC wrote, very good algorithm.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-17
    • 文件大小:147.44kb
    • 提供者:haidejintou
  1. BOX

    0下载:
  2. 一款简单的推箱子游戏,里面有很多关卡,对算法的的设计非常的巧妙,可供学习算法的人学习参考-A simple Sokoban game, there are many points, the algorithm' s design is very clever, for reference learning algorithms to learn
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-15
    • 文件大小:3.46mb
    • 提供者:huangyi
  1. Data-structure-experiments

    1下载:
  2. 数据结构8个实验完整源码+可执行程序 +95个其他程序源码+ 数据结构课程设计报告 C语言程序设计题附答案 C语言课程设计 实验2 顺序查找 排序 实验3 顺序栈基本操作 实验4 顺序循环队列基本操作 实验5 二叉树的建立及遍历 实验6 哈夫曼树的创建及编码 实验7 图的创建及遍历 实验8 查找与排序算法 推箱子游戏 -Complete source of data structures eight experimental the th
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.77mb
    • 提供者:何沙沙
  1. 1506

    0下载:
  2. 推箱子游戏的算法,对于刚学c语言的人可以参考一下,然后自己编一下,对提高兴趣很有帮助-Sokoban game algorithm, for people just learning c language reference, and then made themselves the interest is helpful to improve
  3. 所属分类:Other Games

    • 发布日期:2017-04-08
    • 文件大小:535byte
    • 提供者:andrew
  1. pushbox

    0下载:
  2. 经典的推箱子算法,有点难度。对于算法中的分支界限分析有研究意义-The classic Sokoban algorithm, a little more difficult. Research for the branch and bound algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2.26kb
    • 提供者:kitty
  1. Sokoban

    0下载:
  2. 自动推箱子游戏源代码:优化了剪枝算法,速度提升了百来倍。-Automatically Sokoban game source code: optimize the pruning algorithm, a hundred times faster.
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-24
    • 文件大小:256.44kb
    • 提供者:Elijah
  1. Source

    0下载:
  2. 推箱子算法演示应用程序,使用C#编写,能实现一个箱子的情况,.Net 2.0框架-The Sokoban algorithm demo application, written in C#, to achieve a box, Net 2.0 framework
  3. 所属分类:CSharp

    • 发布日期:2017-12-04
    • 文件大小:77.96kb
    • 提供者:Zombie
  1. algorithm-of-data-structure

    0下载:
  2. 数据结构经典算法源码,包含推箱子、迷宫等小游戏算法-Data structure of classical algorithm source, contains Sokoban maze game algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:30.78kb
    • 提供者:希罗
  1. sokoban solver c++

    0下载:
  2. a recursive algorithm to find all possible solutions for given sokoban game. inputs are given in .txt file then executing program will solve it for you.
  3. 所属分类:其他游戏

    • 发布日期:2013-10-19
    • 文件大小:3.1kb
    • 提供者:kcetinkaya
  1. Sokoban

    0下载:
  2. 本游戏是一个推箱子的游戏,是在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.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-15
    • 文件大小:7.55kb
    • 提供者:刘文龙
« 12 »
搜珍网 www.dssz.com