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

搜索资源列表

  1. migongqiujie

    0下载:
  2. 这是严蔚敏数据结构中的迷宫求解算法的具体程序,能够直接实现。-This is a data structure Yan Wei-min algorithm maze of specific procedures, can be directly achieved.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:524405
    • 提供者:文艺
  1. maze-Examples

    0下载:
  2. c++实现 迷宫求解问题 数据结构 算法 利用数组实现-c++ data structures to achieve the maze solving algorithm uses an array of issues to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:256044
    • 提供者:杜鹃
  1. maze-solving

    0下载:
  2. 用C++写的“迷宫求解”。实现对随机迷宫或者是给定的迷宫的自动寻径。-Written in C++, " maze solving." Achieve a given random maze or labyrinth of automated routing.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:295306
    • 提供者:应鸳凯
  1. Solving-the-maze

    0下载:
  2. 基于队列数据结构,实现迷宫路径求解,以向量的方式输出路径-Based on the queue data structure, to achieve the path to solve the maze to the output path vector approach
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:167076
    • 提供者:王超
  1. maze

    0下载:
  2. 数据结构课程设计上的迷宫求解, MFC编程-Data structure to solve the maze on curriculum design, MFC Programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:75097
    • 提供者:小寒
  1. waegwr

    0下载:
  2. 数据结构的课程设计 迷宫求解的 实验报告 20页以上-Curriculum design data structures to solve the maze more than 20-page lab report
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:460613
    • 提供者:zhangqingwei
  1. maze

    0下载:
  2. 数据结构课程设计中,关于对迷宫求解的源代码。-Data structure course design, on the source code for solving the maze.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1460
    • 提供者:dfgd
  1. Maze

    0下载:
  2. C++语言实现的迷宫求解算法,可以自动生成迷宫,也可以手动生成迷宫-C++ language of the maze solving algorithm, can automatically generate the maze, the maze can also be generated manually
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1150419
    • 提供者:桂柯易
  1. Maze-solving-Two-way-circular-list

    0下载:
  2. 实现了经典的迷宫求解问题和双向循环链表问题,应用性很强-To achieve a classic two-way circular maze solving problems and problem list, the application of highly
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4329
    • 提供者:黎明
  1. migong

    0下载:
  2. 利用栈实现迷宫求解 C语言版课程设计报告所需的源代码-Stack implementation using C language version of the maze solving curriculum design reports for the source code
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:13472
    • 提供者:蚂蚱
  1. maze-problem

    0下载:
  2. 实现迷宫问题的求解:以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。-Achieve maze problem solving: a long-m* n matrix that maze, 0 and 1, respectively, in the maze of paths and obstacles. Design a program, for any set of the maze, find
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1605
    • 提供者:GUM
  1. migong

    0下载:
  2. 迷宫求解,能自动计算出一个迷宫的最短路径-Maze solving, can automatically calculate the shortest path a maze! !
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:1023791
    • 提供者:金庸
  1. migong

    0下载:
  2. 迷宫求解问题是数据结构中的经典问题,利用栈的原理。-maze problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:9340
    • 提供者:liwenxue
  1. migongqiujie

    0下载:
  2. 数据结构中,栈的运用举例,迷宫求解。利用穷举求解的方法-Data structure, the use of the stack example, maze solving. The use of brute force method of solving
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1352
    • 提供者:cxq
  1. linkqunue

    0下载:
  2. 迷宫问题c语言解决,队列 站 迷宫求解问题,最短路径同时求解 迷宫代码-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:142586
    • 提供者:zl
  1. Maze-solution

    0下载:
  2. Maze Solution 用于设计迷宫并实现迷宫求解,只是一个简单的实例.-Maze Solution is used to design and realize the Maze Solution, just a simple code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1176
    • 提供者:张青
  1. asd

    0下载:
  2. 迷宫求解----asdfsdafasdasdf利用C语言求解迷宫算法-who care about the English explain?
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:362843
    • 提供者:sdal
  1. migongqiujie

    0下载:
  2. 迷宫求解,输入起始位置,找到可通过的路径,还不错的。-Maze solving, enter the starting position, the path can be found, also good.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:12966
    • 提供者:馒头
  1. migong

    0下载:
  2. 用有限状态机实现的迷宫求解。 和大部分的迷宫程序相同,迷宫的解决方法是 递归或者是用堆栈来模拟递归,这个程序也不例外。但是我们知道普通的迷宫求解程序通常是用一种递归的方法来实现的。程序从一开始运行就不断的进行递归,直到找到迷宫的出口。但是这对一个演示程序来说是不行的,我们需要演示一个迷宫行走者在迷宫中的行走过程。 因此我们用另外的方式来实现,我们首先要需要一个状态机来记录当前行走者的状态,比如说他是处在行走还是寻找一个新的可以到达的地方的状态,因此我使用了一个有限状态机来
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:109750
    • 提供者:徐营权
  1. Maze-problem

    0下载:
  2. 该程序用C++语言解决了一个简单的迷宫求解问题。-Maze problem:This programe offer a solution to the commom Maze problem.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1308
    • 提供者:zeq
« 1 2 3 4 5 67 8 9 10 11 ... 17 »
搜珍网 www.dssz.com