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

搜索资源列表

  1. maze

    0下载:
  2. 可视化迷宫问题,数据结构练习,堆栈的应用-Visualization maze
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:11631980
    • 提供者:Bob
  1. simple-maze

    0下载:
  2. 一个较为简单的迷宫程序,适合初学C++者使用-A relatively simple maze procedure, suitable for beginners to use C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:1041440
    • 提供者:李林
  1. Maze

    0下载:
  2. 一个C++迷宫游戏的源码及迷宫地图文件 从文件读取迷宫,键盘控制移动方向,显示步数和碰壁次数,同步显示移动的当前位置,到达出口后显示祝贺信息,迷宫地图可在文件中更改。-A C++ source code and the maze game maze maze map files to read from a file, the keyboard control the direction of movement, showing the number of steps, and rebuffed
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1494
    • 提供者:千点距
  1. Maze

    0下载:
  2. 用栈解决迷宫问题,随机生成迷宫,而且还调用了 windows.h 实现了 windows 控制台字体变化,采用C++实现,注释很详细-Find a way through a maze with stack. The maze is generated randomly. Change the colors in console. Use C++ with detailed comments.
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3120887
    • 提供者:LuJun
  1. maze_back

    1下载:
  2. 电脑鼠走迷宫算法 包含迷宫搜索和冲刺函数-Computer Mouse Maze algorithm is a function that contains a maze search and sprint
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:86721
    • 提供者:钱江潮
  1. maze

    0下载:
  2. 迷宫求解问题。程序中已经建好了一个数组作为迷宫数组。然后进行试探,输出迷宫从起点到终点的路径。-Maze solving the problem. The program has been built as a maze of an array of arrays. And then test the output from the beginning to the end of the maze path.
  3. 所属分类:Data structs

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

    0下载:
  2. 迷宫问题的递归解法,输入一个1,0矩阵构成的迷宫,0代表可走,1代表不可以走,通过递归找出从入口到出口的路径,并输出-Recursive solution of the maze problem, enter a maze of 1,0 matrices, 0 representatives may go a representative can not walk through the recursion to find the path from the entrance to the ex
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1032604
    • 提供者:李牛人
  1. cppfrance_LABYRINTHE-3D-OPENGL-VISUAL-CPLUSPLUS__

    0下载:
  2. a maze with textures and you can test colisions and other things
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:479769
    • 提供者:hugo
  1. maze

    0下载:
  2. 数据库课程设计(迷宫漫步),本程序用矩阵模拟一个迷宫(0表示堵塞,1表示联通),可得出从入口到出口的最佳路径-data stucture ,maze
  3. 所属分类:Windows Develop

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

    0下载:
  2. 数据结构实验:这个是用C语言求解迷宫问题的源码-Experimental data structure: This is done using C language source code to solve a maze problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1294
    • 提供者:zx
  1. flash_maze

    3下载:
  2. flash迷宫游戏源码。 该文件为近期给一个在大学里的一个朋友做的一个小的flash版的迷宫游戏。 里面包括游戏源代码、程序界面、最终效果(swf文件)、制作过程人网页说明文档以及播放器软件。 主要是为其给老师交作业用的。里面包含了flash中的一个重要方法hitTest()的使用. 实现了迷宫的大致功能。是一个学习参考的不错的例子。-The document for the near future to a university, a friend to do a little
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-09
    • 文件大小:2745331
    • 提供者:朱治龙
  1. maze

    0下载:
  2. 运用了设计模式中抽象工厂模式的迷宫游戏,不过只有两个房间,没有3d界面-The use of the design pattern abstract factory pattern maze game, but only two rooms, there is no 3d interface
  3. 所属分类:Other Games

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

    0下载:
  2. 迷宫自动求解,利用图的广度优先搜索。迷宫自动求解,利用图的广度优先搜索。-Automatically solve the maze using the map of the breadth-first search. Automatically solve the maze using the map of the breadth-first search.
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 走迷宫的小程序:8*8的小迷宫,可以随机自动生成,左上角为起点,右下角为终点,0代表通,1代表不通;行走方向有八个(不是四个),方向代号由正南起,逆时针依次是0到7.迷宫路径以8表示,最后生成的迷宫路径记录中,第一个坐标和第二个坐标表示横、纵坐标,第三个表示在当前位置时出路的方向。程序可以自动识别无出路的迷宫。到目前为止测试没出现问题!-Maze small program: 8* 8 a small maze, you can randomly auto-generated upper-lef
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:253356
    • 提供者:刘勇
  1. Maze

    0下载:
  2. maze game simple maze game with csharp dot net
  3. 所属分类:Other Games

    • 发布日期:2017-03-30
    • 文件大小:63627
    • 提供者:parisa
  1. Maze

    0下载:
  2. Constructing a Maze using java code
  3. 所属分类:Applet

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

    0下载:
  2. 用vc++编写的一个小程序,用来说明迷宫问题~-Using vc++ written a small program used to illustrate the maze problem ~
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1090919
    • 提供者:林丽莎
  1. Maze

    0下载:
  2. maze rthis file create and simulated maze: a 8*8 table and a robot that walk trough this -maze rthis file create and simulated maze: a 8*8 table and a robot that walk trough this ....
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:525133
    • 提供者:hossein
  1. maze

    0下载:
  2. 通过C++编程实现迷宫游戏,迷宫为一矩阵形式存储-realize the maze game through C++,the maze is saved by the matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:704901
    • 提供者:顾昕
  1. maze

    0下载:
  2. 实现3维迷宫,如果迷宫对键盘没有反应,请点击"About"-To achieve three-dimensional maze, if the maze does not respond to the keyboard, click on " About"
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:18867
    • 提供者:shatinna
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com