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

搜索资源列表

  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. Maze

    0下载:
  2. 一个简单的迷宫代码,还是很不错的。含源代码和程序。-A simple maze code, is still very good. Including source code and procedures.
  3. 所属分类:Other Games

    • 发布日期:2017-04-07
    • 文件大小:963188
    • 提供者:
  1. maze

    0下载:
  2. 解决迷宫问题。 1. 打印迷宫 2. 寻找走出迷宫的路径并输出 3. 动态打印走迷宫的路径 -Solve maze problems. 1 print maze 2 to find the path out of the labyrinth and the output 3 the path of dynamic print Maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:443193
    • 提供者:Yuan
  1. Maze-classical-algorithm

    0下载:
  2. C语言的走迷宫算法,经典的C语言学习案例分享,可以运行-Maze C language algorithms, the classic case of the C language to learn to share, you can run
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:664
    • 提供者:dantat
  1. maze

    0下载:
  2. 迷宫自编,为了学习C数据结构,对于初学者的高兴东西-Maze of self, in order to learn C data structure, the happy thing for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:27805
    • 提供者:尹建
  1. maze

    0下载:
  2. 数据结构中的一个小实验,迷宫,1表示障碍物,0表示通路,最后在程序运行结束时用*号的路线便是迷宫的通路或者没有通路。-Data structure in a small experiment, maze, an obstacle that, 0 channels, and finally the end of the run course with an asterisk is a maze of paths or no path.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:250841
    • 提供者:敏敏特穆尔
  1. Maze

    0下载:
  2. 迷宫游戏,从起点开始到达终点为胜利。全过程中如果碰到墙壁则返回原点,重新开始。-Maze game, from starting point to reach the end for the win. If you hit a wall the whole process is to return the origin, re-start.
  3. 所属分类:Other Riddle games

    • 发布日期:2014-12-09
    • 文件大小:40960
    • 提供者:木林森
  1. Maze

    0下载:
  2. 寻找迷宫出路,利用VC++设置迷宫,并寻找迷宫出路,重点是堆栈的应用。-Maze to find a way out, using VC++ settings maze, maze and find a way out, focusing on application stack.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:11242
    • 提供者:王明
  1. maze

    0下载:
  2. Maze written with Visual C++ and OpenGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:245691
    • 提供者:Nima
  1. MAZE

    1下载:
  2. 这份C++代码实现了走迷宫的功能。利用的是右手原则。-this file is used for finding the exit of a maze using the right-hand.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-06
    • 文件大小:776357
    • 提供者:zjh
  1. maze

    0下载:
  2. 设二维数组maze[m][n]为0 表示此路可通,为1表示此路不通.入口是maze[1][1]出口为maze[m][n]且maze[1][1]=0, maze[m][n]=0. 编写寻找从入口到出口的一条最短路径的程序-Based two-dimensional array maze [m] [n] to 0 indicates that this road may pass, as 1 said that being the case. Entrance is maze [1] [1] exp
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1591
    • 提供者:chenyuhao
  1. maze

    0下载:
  2. 用深度优先算法解决的走迷宫问题,使用文件输入输出,其中输入的矩阵中,0表示不可走,1表示可走。-With a depth-first algorithm to solve the maze problem, use the file input and output, where the input matrix, 0 can not go, 1 to go.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:262427
    • 提供者:邹伟豪
  1. maze

    0下载:
  2. 一个小小的迷宫,很早前编的,不知道还能运行不-A small maze, compiled much earlier, do not know can not run,,,
  3. 所属分类:Other Games

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

    0下载:
  2. 迷宫问题,可用于 visual turbo c-Maze can be used for visual turbo c++ ... ...
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:727146
    • 提供者:傅柯
  1. maze-question

    0下载:
  2. 迷宫问题的算法C语言实现,功能为实现迷宫问题-maze question
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1738
    • 提供者:宗畅
  1. Maze

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

    • 发布日期:2017-04-13
    • 文件大小:2921
    • 提供者:孙凯
  1. maze

    0下载:
  2. 控制台输出的迷宫类的经典问题,L代表阻隔物,W代表通路,可作为解决一般迷宫问题的代表。-Console output of the classic maze problem, L on behalf of the barrier, W on behalf of access, it can solve the general mazeproblem as a representative.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1359
    • 提供者:
  1. maze-creator

    0下载:
  2. simple maze-creator on C
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:753
    • 提供者:banontri
  1. maze

    0下载:
  2. This a java file to use develop a game named as maze.-This is a java file to use develop a game named as maze.
  3. 所属分类:Games

    • 发布日期:2017-04-14
    • 文件大小:5269
    • 提供者:Jothimani
  1. Mouse-maze-drill

    0下载:
  2. 这是一个很简单的小白鼠进迷宫算法,可能还存在不足的地方-This is a very simple mouse into the maze algorithm, there may be deficiencies
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2273
    • 提供者:李磊
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com