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

搜索资源列表

  1. migong

    0下载:
  2. 该程序用c++实现了走迷宫的个小游戏,能够成功的运行,代码结构清晰,适合初学者去学习-The program with c++, a maze of small game, able to successfully run a clear code structure, suitable for beginners to learn
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:606341
    • 提供者:徐桀
  1. treasure

    0下载:
  2. 一个迷宫寻宝的游戏 你要自己设置宝物和障碍 算法的一个小实验-A maze game you want to treasure their own treasures and obstacles set up a small experimental algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:304715
    • 提供者:409
  1. guangduyouxiansousuomigong

    0下载:
  2. 用广度优先搜索实现的搜索走迷宫最短路径,可以帮助理解广度优先搜索-Breadth-first search using the search Maze to achieve the shortest path that can help understand the breadth-first search
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:162691
    • 提供者:niebing
  1. C3

    0下载:
  2. 迷宫问题的源代码,对一些人可能有用,希望大家支持。-Maze problem source code, may be useful for some people, I hope you will support them.
  3. 所属分类:Other windows programs

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

    0下载:
  2. 迷宫程序,不是很好看,不过适合初学者。用VC++编写的,看看吧。-Maze procedure, not a good look, but suitable for beginners. With VC++ Prepared to see it.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7777
    • 提供者:夏暖
  1. migong

    0下载:
  2. 迷宫问题 的c语言实现算法。在数据结构中是很重要的一个问题。-Maze problem algorithm c language. In the data structure is very important to a problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:879
    • 提供者:冷月X
  1. migong

    0下载:
  2. 解决迷宫问题的程序,能求出迷宫的输出路径。-Solve the maze procedure to derive the output path of the maze.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:77517
    • 提供者:毛宗禹
  1. migong

    1下载:
  2. 编写一个程序求解迷宫问题。迷宫由m行n列的二维数组设置,0表示无障碍,1表示有障碍。设入口为(1,1),出口为(m,n),每次只能从一个无障碍单元移到周围四个方向上任一无障碍单元。编程实现对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 算法输入:代表迷宫入口的坐标 算法输出:穿过迷宫的结果。 -The preparation of a program to solve maze problems. Maze by m lines n set out in two
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:132322
    • 提供者:罗子
  1. cytestms18migong

    0下载:
  2. 一个迷宫问题的算法,详细的描述了迷宫的绘制、求解过程。-The issue of a maze algorithm, a detailed descr iption of the maze of the map, the solution process.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:32061
    • 提供者:lqiang
  1. migong

    0下载:
  2. 迷宫问题,首先自定义建立迷宫的数据结构,迷宫数据放入矩阵中.在路线查找时,初始化栈,应用循环对每一点座标进行4个方向的判断,如果该点可达则把该点信息放入栈内,或者回溯到出栈后的坐标点,最后如果最后能够到达出口,那么栈内存储的即为走出迷宫路径-Maze problem, first of all, since the definition of the establishment of a maze of data structure, a maze of data Add matrix. Loo
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1676
    • 提供者:吕璐
  1. mouse

    0下载:
  2. 一个简单的迷宫程序,需要输入矩阵,1代表墙,0代表通路,输出走出迷宫的路径-A simple maze procedure, need to enter the matrix, 1 representative of the wall, 0 on behalf of access, the output of the path out of the maze
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:6765
    • 提供者:ly
  1. migong

    0下载:
  2. C语言的迷宫程序 只能实现查找路径 需要自己构造迷宫-C language maze procedure only to find the path to achieve the needs of their own maze constructed
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1331
    • 提供者:hehe
  1. migong

    0下载:
  2. 运用c++ 实现迷宫问题,算法比较紧简单,-Use c++ Achieve maze problem, the algorithm relatively simple,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1055
    • 提供者:
  1. Maze32

    0下载:
  2. 一个迷宫的小游戏!而且完美随机生成迷宫,且游戏难度分成3个不同的等级-A maze of small game! And randomly generated a perfect maze, and the difficulty of the game is divided into three different grades
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:58737
    • 提供者:hyh
  1. maze

    0下载:
  2. a maze program using the data structure stack on c-a maze program using the data structure stack on c++
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1830
    • 提供者:chenweicong
  1. Maze

    0下载:
  2. 用链栈求解迷宫问题。这是数据结构学习过程中的一个重要实例,我写的代码可供学习者参考-Deal with Maze by Link Stack.
  3. 所属分类:Other systems

    • 发布日期:2017-12-13
    • 文件大小:1119
    • 提供者:周福南
  1. maze

    0下载:
  2. 迷宫问题,可以自己设计迷宫,然后通过程序找到相应的出口。(You can design maze by yourself,then find the appropriate exit through the program.)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:3072
    • 提供者:snower
  1. maze

    0下载:
  2. 通过把一个格子图中的一些边删除后生成迷宫图形.下图左边是一个5X5格子图, 有边是生成的一个迷宫图.给定一个MXN的格子图,请用种子填充算法生成一个迷宫图形(By removing some edges of a grid graph, we can create maze graphs. The left side is a 5X5 grid graph, with edges generating a labyrinth diagram. Given a MXN grid graph, pl
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:23552
    • 提供者:leialexis
  1. maze

    0下载:
  2. 迷宫只有两个门,一个门叫入口,另一个门叫出口。一个骑士骑马从入口进入迷宫,迷宫设置很多障碍,骑士需要在迷宫中寻找通路以到达出口。(There are only two doors in the labyrinth. One door is called the entrance, the other is called the exit. A knight rider enters a maze from the entrance. There are many obstacles in the
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:14336
    • 提供者:babou
  1. maze

    0下载:
  2. 一种随机迷宫生成的递归分割算法的实现,以及基于DFS算法的自动寻路(Implementation of a recursive algorithm for random maze generation)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:186368
    • 提供者:godcherry
« 1 2 3 4 5 67 8 9 10 11 ... 17 »
搜珍网 www.dssz.com