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

搜索资源列表

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

    0下载:
  2. 设计一个计算机程序,输入一个m×n大小的方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。-Design a computer program, enter a size of m × n matrix that maze, 0 and 1, respectively, in the maze of paths and obstacles
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2317
    • 提供者:赵永成
  1. maze

    0下载:
  2. Maze Matlab code designer and solver
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7331
    • 提供者:sunda
  1. maze

    0下载:
  2. 一个迷宫程序,可以生成随机的迷宫。而且每次运行生成的迷宫都不一样。-A maze procedure, can generate a random maze. And the resulting maze of each run are not the same.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-31
    • 文件大小:13602
    • 提供者:柳弯弯
  1. maze

    0下载:
  2. 基于回溯算法实现的求出指定迷宫中所有可行路径的方法-Based on backtracking algorithm method to specify all possible paths in the maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:10831
    • 提供者:冬冬
  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. maze

    0下载:
  2. 简单的迷宫游戏,这是c语言革命1号群群主的程序-Simple maze game, this is revolutionary 1 c language program contemplating the Lord
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-06
    • 文件大小:1405516
    • 提供者:李祖尚
  1. MAZE

    0下载:
  2. 以MFC可视化环境,完成迷宫的自动生成和自动寻径-MFC visualization environment to complete the maze automatic generation and automatic routing
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1987595
    • 提供者:zhaoss
  1. Maze-gravity-ball-games

    0下载:
  2. 在时下最流行的Android平台上结合手机黑之的传感器开发一款3D迷宫重力游戏,是大家了解如何应用手机传感器开发3d游戏。-In the most popular Android platform combined with the development of mobile phone black sensor a 3 D maze game gravity, is for you to understand how to use mobile phone sensor development
  3. 所属分类:android

    • 发布日期:2017-05-26
    • 文件大小:9574845
    • 提供者:李敏
  1. Maze

    0下载:
  2. 经典的迷宫游戏,本程序可以设置迷宫的大小,可自动找路等-classcal maze game, this program can set the size of maze
  3. 所属分类:Other Riddle games

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

    0下载:
  2. code maze game using j2me.document is saved as. docx
  3. 所属分类:J2ME

    • 发布日期:2017-04-17
    • 文件大小:30196
    • 提供者:heocon
  1. Maze

    0下载:
  2. 矩阵迷宫寻路示例。数字1表示墙体,数字0表示通道。-Maze pathfinding
  3. 所属分类:Data structs

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

    0下载:
  2. 迷宫算法,用户指定迷宫的大小,然后找出至少一条走出迷宫的出路- find a way to path the maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:323882
    • 提供者:许程序
  1. maze

    0下载:
  2. 简单走迷宫 8*8 1代表墙 0代表路-simple maze 8*8 1 for wall 0 for road
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2574
    • 提供者:
  1. Maze

    0下载:
  2. 基于链栈结构,根据回溯法思想,制作了的一个显示5*5的迷宫的路径的算法-Based on the chain stack structure, based on Backtracking thought, made a display of 5*5 of the path of the maze algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1006
    • 提供者:陈秋旭
  1. Maze

    0下载:
  2. MAZE,一款java小游戏,比较简单,仅供参考-maze,java game
  3. 所属分类:Other Games

    • 发布日期:2017-04-04
    • 文件大小:1019545
    • 提供者:itachi
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com