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

搜索资源列表

  1. maze

    0下载:
  2. 数据结构堆栈实现的一段走迷宫的程序,c++语言实现的-maze by stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-22
    • 文件大小:6284479
    • 提供者:颜刚
  1. maze

    0下载:
  2. paper q learning for solving a maze
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:881023
    • 提供者:zeroshujin
  1. Detailed-version-of-the-maze

    0下载:
  2. 本代码主要是实现了迷宫中如何探索路径的问题,其中主要运用了栈的知识。-The code is mainly realized how to explore the path of maze problem, which mainly uses the knowledge of the stack.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2966
    • 提供者:陈默
  1. maze

    0下载:
  2. 里面包含的是迷宫游戏的源代码,可以直接运行.exe文件,安装easyx即可编译运行-Which contains a maze game' s source code, you can run the .exe file directly, you can compile and run the installation easyx
  3. 所属分类:Other Games

    • 发布日期:2017-04-25
    • 文件大小:346780
    • 提供者:张扬
  1. maze

    0下载:
  2. C++实现动态迷宫求解,基于类和栈结构;迷宫大小、构造以及入口出口位置可人为设定;动态显示寻找出口的过程,最终显示路线。-C++ achieve dynamic maze solving, class-based and stack structure maze size, structure and location of inlet and outlet can be artificial dynamic display of the process of finding exports
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1774
    • 提供者:zh
  1. maze-game

    0下载:
  2. 迷宫问题的求解过程可以采用回溯法即在一定的约束条件下试探地搜索前进,若前进中受阻,则及时回头纠正错误另择通路继续搜索的方法。从入口出发,按某一方向向前探索,若能走通,即某处可达,则到达新点,否则探索下一个方向;若所有的方向均没有通路,则沿原路返回前一点,换下一个方向再继续试探,直到所有可能的道路都探索到,或找到一条通路,或无路可走又返回入口点。在求解过程中,为了保证在达到某一个点后不能向前继续行走时,能正确返回前一个以便从下一个方向向前试探,则需要在试探过程中保存所能够达到的每个点的下标以及该点
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1459
    • 提供者:林斌
  1. Little-rabbit-maze

    0下载:
  2. 走迷宫:绘制和选择迷宫地图,系统能够自动寻找出口,支持鼠标和键盘操作 。通过画图函数设定迷宫,运用数据结构的相关知识,利用一定的算法,实现单步找寻迷宫出口的操作。-Maze: Maze map drawing and selection, the system can automatically find the exit, support mouse and keyboard. Maze set by the drawing function, using the knowledge of d
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1716
    • 提供者:孙静远
  1. Maze.tar

    0下载:
  2. 一个简单的随机迷宫生成java程序, 适合初学者-A simple random maze generation java program for beginners
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1951
    • 提供者:马恺
  1. maze

    0下载:
  2. 编写一个程序求解迷宫问题,迷宫是一个m行n列的0-1矩阵,其中0表示无障碍,1表示有障碍,设入口为(1,1),出口为(m,n),每次移动只能从一个无障碍的单元移到其周围8个方向上任一无障碍的单元,编制程序给出一条通过迷宫的路径。 要求:(1)输入m*n的迷宫矩阵,如: 6 9 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 1 1 0 1 1 0 0 0 0 1 1 1 1 0 1 1 1 1 0 1 1 1 0 1 0 0 1 0 0
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1357
    • 提供者:jiaochongze
  1. Maze

    0下载:
  2. 小型的走迷宫,是打飞机大公开后来的花洒放了假阿拉法决定啦和连裤袜-maze game
  3. 所属分类:MiddleWare

    • 发布日期:2017-05-03
    • 文件大小:843789
    • 提供者:xxx
  1. Maze

    0下载:
  2. 可以根据txt文件自动生成迷宫,并寻找是否存在路径-Can be automatically generated according to txt file maze and find whether there is a path
  3. 所属分类:Games

    • 发布日期:2017-04-28
    • 文件大小:30346
    • 提供者:Lushuang
  1. Maze-car

    0下载:
  2. 用AVR制作的走迷宫小车,C语言,内附有一小段视频,感兴趣的朋友可以是做一下-Maze car produced by AVR, C language, included a short video, and interested friends can be done about
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3485534
    • 提供者:xiang
  1. maze

    0下载:
  2. a program for a maze solver robot
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:991
    • 提供者:rouissi
  1. Computer-mouse-maze

    0下载:
  2. 电脑鼠走迷宫出厂源代码,最基本的电脑鼠行走程序,无记忆功能-Computer mouse maze factory source code, program computer mouse walked the most basic, no memory function
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-26
    • 文件大小:34387
    • 提供者:刘畅
  1. Maze

    0下载:
  2. 利用栈解决非递归迷宫求解的C#算法实现,速度快,算法简明可读性强。是学习数据结构的优秀材料。-The realization of C# algorithm, using the stack to solve the non recursive maze solving fast algorithm is concise, readable. Is excellent learning materials data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:31369
    • 提供者:buaa_sheng
  1. Game-of-Maze

    0下载:
  2. MFC下编写迷宫游戏,C++编写,采用BFS自动寻路算法,-MFC ,c++,fun maze game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-21
    • 文件大小:5879743
    • 提供者:秋风
  1. Escape-the-maze

    0下载:
  2. 游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处,老鼠在规定时间内走到粮仓处,提示成功,否则提示失败,添加编辑迷宫功能,可修改当前迷宫,修改内容:墙变路、路变墙,出走出迷宫的所有路径,以及最短路径-Game task is to use the arrow keys on your keyboard to manipulate the mouse went granary at the specified time, the mice come within the specifi
  3. 所属分类:Other Riddle games

    • 发布日期:2017-06-12
    • 文件大小:19867786
    • 提供者:孙阳
  1. The-maze-problem

    0下载:
  2. C++源码,控制台实现数据结构中的迷宫问题,可给出所有路径的路径图,路径总数和最短路径图-Using VC++ to realize the maze problem.It can figure out all paths and the shortest path.
  3. 所属分类:Console

    • 发布日期:2017-05-16
    • 文件大小:4312198
    • 提供者:苗航
  1. 3D-maze

    0下载:
  2. 3D迷宫,用DELPHI开发,可以实现自定义地图,适合初学者-3D maze
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-07
    • 文件大小:1185857
    • 提供者:刘明新
  1. maze

    1下载:
  2. LM3S615内核的电脑鼠走迷宫程序,能够扫描地图并且冲刺-LM3S615 Core Computer Mouse Maze procedure, it is possible to scan the map and sprint
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:114925
    • 提供者:李恒
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
搜珍网 www.dssz.com