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

搜索资源列表

  1. maze

    0下载:
  2. 数据结构-迷宫 输入说明: 一组数据,输入数据第1行为两个正整数m和n,m表示迷宫高度,n表示迷宫宽度;第2行为两个整数,分表表示起点的行列位置;第3为两个整数,分别表示终点的行列位置;其后为m行数据,每行n个整数,表示迷宫对应位置的状态,0表示通路,1表示障碍。 输出说明: 以三元组形式(见P105)输出从起点到终点的通路,没有则输出no -Data structure- Maze enter a descr iption: a set of data, the inp
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:1269
    • 提供者:fisher
  1. maze

    0下载:
  2. 完成迷宫程序的设计 从maze.txt文件读入迷宫。格式如下: 其中第一行为迷宫的阶数N,接下来是一个N*N的矩阵代表迷宫,0为路径,1为 障碍物。 实验要求 : 1. 打印迷宫: DisplayMaze()或者重载<< 其中(1,0)位置和(N-2,N-1)位置打印“=>,其余的1的位置打印“##”,0的位置 打印“ ”(两个空格),注意每个位置都是两个字符。 打印示例: 2. 寻找走出迷宫的路径并输出 FindPath() 输出格式为
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:207232
    • 提供者:ld
  1. maze

    0下载:
  2. 小型迷宫,能实现简单的寻址,适合初学mfc的少年们。-Small maze, to achieve simple addressing, suitable for beginners mfc of teenagers.
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:2597353
    • 提供者:韩速度
  1. maze

    0下载:
  2. 用户可自行输入迷宫的大小,然后由键盘控制走向,最终走出迷宫。-The user can enter the size of the maze, then controlled by the keyboard toward the final out of the maze.
  3. 所属分类:ELanguage

    • 发布日期:2017-11-24
    • 文件大小:5307977
    • 提供者:quaner
  1. maze

    0下载:
  2. vc电脑鼠迷宫可视化仿真,有良好的可视化效果-vc computer mouse maze visual simulation, with good visual effects
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:270822
    • 提供者:王力
  1. Maze-solving-the-problem

    0下载:
  2. 本演示程序中,首先实现一个以链表做存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标的方向。-This demo program, the first to do to achieve a linked list storage structure stack type, and then write a non-recursive procedure to solve the maze. Obtained acc
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:1683
    • 提供者:张妍
  1. Maze

    0下载:
  2. 系统的设计目标是设计一个JAVA简易迷宫程序,功能是在出口固定的情况下,能够从键盘输入一个正确的坐标,通过判断棋子所走的路径是“★”还是“ ”,自动寻找最短路径为“☆”,从而实现从入口到出口的整个流程。 7) 添加编辑迷宫功能,可修改当前迷宫,修改内容:墙变路、路变墙; 8) 找出走出迷宫的所有路径,以及最短路径。-System design goal is to design a simple JAVA maze procedure, function is fixed i
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:2460
    • 提供者:小家
  1. MFC-maze-problem-(finding-all-paths)

    0下载:
  2. 编译环境MFC,实现一个迷宫问题: 任意确定一个迷宫的规模和形态,用非递归的方法走出迷宫,并输出至少一条通路的路径。 -Compiler environment MFC, the realization of a maze problem: determining a maze of arbitrary size and shape, with a non-recursive way out of the maze, and outputs at least one channel pa
  3. 所属分类:assembly language

    • 发布日期:2017-05-10
    • 文件大小:2109036
    • 提供者:dahaideerzi0
  1. maze

    0下载:
  2. 迷宫程序。首先创建迷宫,然后搜索路径,记录路径。使用堆栈-Maze procedure. First create a maze, then the search path, record path. Using the stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2714
    • 提供者:shimijun
  1. maze

    0下载:
  2. 迷宫游戏的变成,无图形界面,可以自行生成迷宫,或读取迷宫(迷宫的读取文件需要自己编写.txt)等多种生成迷宫方式。有部分bug存在-Maze game becomes, no graphical interface, you can self generate maze, or read the labyrinth (maze to read files need to write your own. Txt) and other ways to generate mazes. Some bug
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:9427
    • 提供者:liudongzhu
  1. Maze

    0下载:
  2. 基于PRIM算法的迷宫生成,并用迭代的方式寻找迷宫路径,可以设置多出口多入口。可以用TXT文件输入迷宫,也可以生成迷宫TXT文件。-PRIM-based maze generating algorithm and finding the maze s path by iteration, you can set up multiple export multiple entrances. you can enter the maze by txt files,and also generate
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:8824
    • 提供者:lewis
  1. maze

    0下载:
  2. 数据结构;迷宫算法;输出最短路径和所有路径-Data structure maze algorithm outputs the shortest path and all paths
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1199
    • 提供者:wj
  1. MAZE

    0下载:
  2. 6个源文件和5个迷宫文件,可设置墙和路的花纹,有时间计时,有音效-6 source files and five maze file, you can set the pattern of the wall and the road, time time, a sound
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-17
    • 文件大小:11069
    • 提供者:王璐瑶
  1. Maze-game

    0下载:
  2. 迷宫游戏程序,程序可以生成迷宫游戏的相关界面。-Maze Game program, the program can generate maze game related interface.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:1514
    • 提供者:孙虹
  1. maze

    0下载:
  2. Js写的HTML勇闯迷宫游戏代码,请使用键盘上的→←↑↓键进行游戏。比较益智的游戏,键盘上的方向键用来控制目标移动,-Js Rebel maze game written in HTML code, use the keyboard → ← ↑ ↓ keys to the game. Compare puzzle games, the arrow keys on your keyboard to control the moving target,
  3. 所属分类:JavaScript

    • 发布日期:2017-03-24
    • 文件大小:2369
    • 提供者:莫谈
  1. delphi-Maze

    0下载:
  2. 迷宫求解,算法才用《数据结构》中的穷举法。源代码已经测试通过。-Maze solving algorithm only with "Data Structures" method of exhaustion. Source code has been tested.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:282519
    • 提供者:
  1. maze

    0下载:
  2. 很简单的迷宫小游戏 控制台游戏 地图可更改-Very simple maze game console game map change
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:836
    • 提供者:youlian
  1. maze

    0下载:
  2. 从maze.txt文件中读入迷宫,打印迷宫,找出最短路径,并且动态显示其最短路径-Reads files from maze.txt maze, print maze, find the shortest path, and dynamically display its shortest path
  3. 所属分类:Other systems

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

    0下载:
  2. 一个控制台下的迷宫小游戏,考验你的记忆力。-A console maze game, test your memory.
  3. 所属分类:Other Riddle games

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

    0下载:
  2. 易语言编写的简单迷宫游戏,可以直接编译生成执行程序,体验游戏效果。-E language simple maze game, can be directly compiled implementation procedures, experience the game results.
  3. 所属分类:ELanguage

    • 发布日期:2017-03-23
    • 文件大小:315542
    • 提供者:klamaden
« 1 2 ... 23 24 25 26 27 2829 30 31 32 33 ... 50 »
搜珍网 www.dssz.com