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

搜索资源列表

  1. MAZE

    2下载:
  2. flash as3 非常好玩的迷宫游戏 有swf格式能直接玩 附源代码 -as3 maze game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-04
    • 文件大小:19295
    • 提供者:liwu
  1. maze-solver

    0下载:
  2. This project is used to solve maze puzzle in a easy manner.
  3. 所属分类:Project Design

    • 发布日期:2017-05-04
    • 文件大小:17086
    • 提供者:deepi
  1. the-maze-problem

    0下载:
  2. 功能:用递归方法实现对迷宫问题的求解。 内容说明:熟练递归特点;掌握递归与栈的关系。-Function: using recursive method to solve the maze problem. Content Descr iption: familiar with recursive characteristics master the relationship between recursion and stack.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:11071
    • 提供者:Sylvie
  1. Maze-9014713

    0下载:
  2. code of a simple maze game, it shows moves of game until the end
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:138471
    • 提供者:simni
  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. 迷宫小程序:以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍,前进的方向有4个,分别是上、下、左、右。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论-Labyrinth applet: with a m × n rectangular matrix representation of the maze, 0 and 1, respectively, said the maze of access and obstacles, the directi
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:708235
    • 提供者:SylviaSue
  1. Maze

    0下载:
  2. 基于队列走迷宫解决方案 通过队列操作子模块中函数的作用,理解通知器操作函数的差异,并明白其缓存数据的特点-Queue- based maze- based solution Understand the differences in the Notifier s operating functions by understanding the functions of the functions in the Queue Operations sub-module, and the ch
  3. 所属分类:LabView

    • 发布日期:2017-05-05
    • 文件大小:115166
    • 提供者:jesse
  1. maze

    1下载:
  2. 走迷宫游戏: 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处,老鼠只能按照上下左右四个方向行走。 1)图形化的界面,要求有计时、计数等方面的功能; 2)迷宫地图随机产生,地图布局用系统文件的形式保存,系统提供存盘和读出等功能; 3)走迷宫可以手工行走,按键与cs相同,也可以系统自动寻找。 4) 老鼠形象可辨认,可用键盘操纵老鼠上下左右移动; 5) 迷宫的墙足够结实,老鼠不能穿墙而过; 6) 正确检测结果,
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-11
    • 文件大小:3889152
    • 提供者:周江
  1. Maze

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

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

    0下载:
  2. 在迷宫问题中,我们需要解决的第一个问题,也是老师布置给我们的作业就是从我们是否能从迷宫的起点到终点找到一条不间断的通路。这时我们的基本想法就是定义一个数组maze[1000][1000],将无法走到的地方即墙标记为0,能走到的地方标记为1。这时我们规定一个走的顺序,先向右走,如果向右走不通就向上走,都不行就向左,最后选择向下,如果到了一个格子,这个格子四个方向均走不通,则宣告这条路失败。(In the maze problem, the first problem we need to solv
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:32768
    • 提供者:Ryan Lam
  1. psve-maze

    0下载:
  2. To carry the maze and save the maze
  3. 所属分类:系统/网络安全

    • 发布日期:2017-12-30
    • 文件大小:4096
    • 提供者:uircuit
  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. c++代码实现走迷宫

    0下载:
  2. 利于c++完成对迷宫的编程设计,运行后成功走出迷宫(It is helpful for c + + to complete the programming of the maze, and then successfully get out of the maze)
  3. 所属分类:数据结构

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:xieyuqz
  1. bmpsuite-2.5

    0下载:
  2. Maze algorithm source code using right-hand-on-wall
  3. 所属分类:其他智力游戏

    • 发布日期:2017-12-25
    • 文件大小:687104
    • 提供者:Minji
  1. maze

    0下载:
  2. 基于visualC++实现的一个迷宫类游戏(VisualC++ based on the realization of a maze game)
  3. 所属分类:游戏

    • 发布日期:2017-12-26
    • 文件大小:979968
    • 提供者:剑走长天
  1. maze

    0下载:
  2. 随机输出一个迷宫,并显示路径,不能走出显示x(Random output of a maze, and show the path)
  3. 所属分类:数据结构

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:龟龟520
  1. MAZE

    0下载:
  2. a maze program in asm
  3. 所属分类:游戏

    • 发布日期:2017-12-31
    • 文件大小:2048
    • 提供者:alene
  1. maze

    0下载:
  2. Learning code about maze for beginners
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:zirto
  1. Maze

    0下载:
  2. A 3D maze game using legacy OpenGL Bug: the torch is appearing every 24th frame because loading all frames consumes too much time. Can be fixed in the source code.
  3. 所属分类:游戏

    • 发布日期:2018-01-02
    • 文件大小:14323712
    • 提供者:Pandicacao
  1. maze

    0下载:
  2. 设计算法寻找迷宫出口,其中0代表可通行,1代表不可通行(Design algorithm to find the maze exit, where 0 can pass, 1 can not pass)
  3. 所属分类:数据结构

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:白帝
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 ... 50 »
搜珍网 www.dssz.com