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

搜索资源列表

  1. migong

    0下载:
  2. 这是一个简单的迷宫样本,可以作为大家的一点儿的参考。- This is a simple maze sample
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-10
    • 文件大小:606
    • 提供者:谢有意
  1. 1100

    0下载:
  2. 分别用人工控制和自动搜索的方法找到迷宫出口。蹭经听说过一个走迷宫的诀窍:顺着墙沿一侧走。(一直沿左侧或一直沿右侧)。本程序实现了这一思想,小人一直沿左侧走。迷宫是随机生成的。-Were treated with manual control and automatic search methods to find the maze of export. Rub heard by a Maze of know-how:顺着墙along the side walk. (Has been travel
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:6368
    • 提供者:ntexpa
  1. 200111904502

    0下载:
  2. 迷宫游戏不错,平时娱乐.迷宫游戏不错,平时娱乐-Maze game well, usually entertainment. Maze game well, usually Entertainment
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:2956
    • 提供者:rstele
  1. bfs

    0下载:
  2. 用广度搜索方法实现 找迷宫类游戏 从一点搜索到另一点-With the breadth of search methods to find the maze game from the realization that search to another point
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:821
    • 提供者:he16th
  1. C4

    0下载:
  2. 迷宫类益智游戏,这个程序的主要特点是数组的学习。数组的应用在C中是很普遍的,是重点也是难点。-Maze-type puzzle game, the main characteristics of this process is an array of learning. Array of applications in C is very common, is the focus is difficult.
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:2589
    • 提供者:林肯
  1. chuangchengbao

    0下载:
  2. 闯城堡游戏,让你尽情玩乐,尽情休闲,充满迷宫和刺激-Chuang castle games, let you enjoy having fun, enjoy leisure, and stimulate the growth of a maze
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:5272
    • 提供者:inuedw
  1. 12-3

    0下载:
  2. 关于如何走出迷宫的c语言程序,首先从键盘上输入迷宫进、出口位置,即可在屏幕上显示出口路线图。-On how to get out of the maze c language program, the first input from the keyboard labyrinth inlet and outlet locations can be displayed on the screen exit roadmap.
  3. 所属分类:Other Games

    • 发布日期:2017-03-30
    • 文件大小:1535
    • 提供者:刘才
  1. c-migong

    0下载:
  2. 一款在c语言下编写的迷宫游戏,比较有趣,但只有一种形式,不能够自主生成迷宫-paragraph c of the language to prepare the maze game that' s more interesting, but only one form, not able to independently generated maze
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1273
    • 提供者:onhatgr
  1. Cmigongdaima

    0下载:
  2. 这是我自己用VC编写的小迷宫代码,还不错的!-This is my own little maze with code written in VC, but also good!
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3580
    • 提供者:黄建国
  1. Cpp1.c

    0下载:
  2. 利用栈的知识来求出从入口到出口的所有路径。采用穷举算法,即从入口出发,顺某一方向向前探索,若能走通,则继续向前走;否则沿原路退回一步,换一个方向再继续向前探索,直至所有可能的通路都探索到为止。为了保证在任何位置上都能沿原路退回,则需要一个栈来保存路径。迷宫的输入提供了两种形式,一种是系统默认的输入形式,令一种是用户可以指定文件,只要文件符合格式,用户即可将其作为迷宫地图。最终即可以显示总的路径数目,也可用箭头的形式显示迷宫的走法,形象直观。-maze
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1798
    • 提供者:葛文耀
  1. python-migong

    0下载:
  2. 这是一个基于python实现的生成随机迷宫算法核心代码分享-This is a python to generate a random maze algorithm to achieve the core code-sharing
  3. 所属分类:Other Games

    • 发布日期:2017-04-08
    • 文件大小:8215
    • 提供者:Alan
  1. c-migong

    0下载:
  2. 一款在c语言下编写的迷宫游戏,比较有趣,但只有一种形式,不能够自主生成迷宫-paragraph c of the language to prepare the maze game that' s more interesting, but only one form, not able to independently generated maze
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1389
    • 提供者:butedde
  1. Cmigongdaima

    0下载:
  2. 这是我自己用VC编写的小迷宫代码,还不错的!-This is my own little maze with code written in VC, but also good!
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3745
    • 提供者:nchtw
  1. Cpp1.c

    0下载:
  2. 利用栈的知识来求出从入口到出口的所有路径。采用穷举算法,即从入口出发,顺某一方向向前探索,若能走通,则继续向前走;否则沿原路退回一步,换一个方向再继续向前探索,直至所有可能的通路都探索到为止。为了保证在任何位置上都能沿原路退回,则需要一个栈来保存路径。迷宫的输入提供了两种形式,一种是系统默认的输入形式,令一种是用户可以指定文件,只要文件符合格式,用户即可将其作为迷宫地图。最终即可以显示总的路径数目,也可用箭头的形式显示迷宫的走法,形象直观。-maze
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1914
    • 提供者:toexpe
  1. maze720

    0下载:
  2. 在5*5的迷宫里找到从任意入口到指定出口的最短路径-finding the shortest rout from any entrance to the fixed exit in a 5*5 maze.
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:1498
    • 提供者:黄颖
  1. Global

    0下载:
  2. 这是用java制作的一个迷宫,里面用到的算法有难度,值得学习-This is a production of java maze, which uses the algorithm is difficult, it is worth learning
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3965
    • 提供者:ntother
  1. labyrinth

    0下载:
  2. 用c写的一个迷宫游戏,进入tc运行游戏,按上下左右键控制,任何时候按ESC键退出-C write with a maze game, run into the tc games, according to the control up and down around keys at any time by the ESC key to exit
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1013
    • 提供者:ocesso
  1. labyrinth2

    0下载:
  2. 这是一个用c语言编成的关于数据结构中的迷宫问题的小游戏程序,内容详尽,已成功在c语言编译环境下通过测试。-This is a language used c into the data structure of the maze of small game procedures, as detailed have been successful in C language compiler environment to pass the test.
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1973
    • 提供者:rsgene
  1. maze102

    0下载:
  2. 本程序中,以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。迷宫数据输入的形式为一个以 回车符 为结束标志且允许出现重复字符-This program, with an m × n matrix, said the long labyrinth of 0 and 1, respectively, the maze of paths and obstacles. Maze of data input in the form of a " carriage return&quo
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3014
    • 提供者:ghtsuf
  1. maze11

    0下载:
  2. 迷宫,可以从文件读取,也可以自己输入迷宫。-Maze, you can read from the document, but also can enter the maze.
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3416
    • 提供者:ficefor
« 1 2 ... 20 21 22 23 24 2526 27 28 29 30 »
搜珍网 www.dssz.com