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

搜索资源列表

  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 is a new maze code for java, useful for students and study purposes
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:9663
    • 提供者:ebi
  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. Maze

    0下载:
  2. Maze-java源代码(迷宫问题求解)-Maze-javaSource CodeOpen Source;Source available;Open Source Culture
  3. 所属分类:Applet

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

    0下载:
  2. 可输入N*M矩阵以代表迷宫形状,指定入口和出口,可以自动搜索出从入口到出口的路径。可以帮助熟悉数据结构。-You can input a N*M matrix to represent a maze ,define an entrance and exit,this program will search the way from entrance to exit .
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1539
    • 提供者:pustar
  1. Maze

    0下载:
  2. 实现迷宫搜索程序。迷宫数据从文件输入。输出迷宫路径。 a) 实现从入口到出口的输出顺序; b) 能否打印行走方向(向左、向右、向前), 如: 1 先前 2 向右 6 向左 7; -Maze searching
  3. 所属分类:Data structs

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

    0下载:
  2. 一个小程序,包括源代码以及设计图案,运用了数据结构的队列和栈的知识,做出的一个过迷宫的程序-a game about you can across a maze
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-18
    • 文件大小:4835884
    • 提供者:许国强
  1. Maze-Game

    0下载:
  2. C++小游戏,利用字符输出的迷宫小游戏,非常非常有意思哟-C++ little game, using the maze of little game output character
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-03
    • 文件大小:1505407
    • 提供者:周文
  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 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com