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

搜索资源列表

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

    0下载:
  2. (1)创建并打印迷宫 (2)自动寻路并演示 (3)改变迷宫难度 (4)定位光标和隐藏光标 (5)玩家控制走迷宫 (6)评分系统 (7)排序系统 (8)文件读写 (9)获取当前时间 -(1) Create and print Maze (2) automatic routing and presentation (3) the difficulty of changing the Maze (4) to position the cursor and hide
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-08
    • 文件大小:6683
    • 提供者:lin
  1. MAZE

    0下载:
  2. borlandc C++ 3.1 实现可视化迷宫算法-borlandc C++ 3.1 maze algorithm visualization
  3. 所属分类:CSharp

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

    0下载:
  2. 利用C语言编程,分别采用递归和非递归的方法解决迷宫问题-Using the C programming language, namely the use of recursive and non-recursive methods to solve the maze problem
  3. 所属分类:Other windows programs

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

    0下载:
  2. 图形学上机实验:迷宫。一个OpenGL 程序,创建一个三维迷宫,支持替身通过一定交互手段在迷宫中漫游。此外包含详细的实验报告。-Graphics on an experiment: maze. An OpenGL program that creates a three-dimensional maze, through certain interactive tools to support avatars roam the maze. Also contains detailed exper
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-18
    • 文件大小:4934731
    • 提供者:weiyi
  1. maze

    0下载:
  2. maze solution. it is a solution for maze problem with matlab code. in this solution I used very simple functions and it is easy for everyone.
  3. 所属分类:Other systems

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