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

搜索资源列表

  1. ProjectAutomata

    0下载:
  2. code to solve a maze based on image processing
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:9708
    • 提供者:derek
  1. Thebridesearchofmaze

    0下载:
  2. 走迷宫问题:迷宫的广度优先搜索 迷宫是许多小方格构成的矩阵,在每个小方格中1是墙,0是路。根据给定的迷宫,找出一条从入口到出口的路径。-the bride search of maze
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:6437
    • 提供者:zhaoxiaojia
  1. Maze32

    0下载:
  2. c++sdk编写的迷宫小游戏 学习标准库编程的朋友可以学习一下-written in c++ sdk maze game to learn standard library programming friends can learn about
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:836361
    • 提供者:slj
  1. Labyrinth

    0下载:
  2. 极经典的C++中的走迷宫问题,设计算法,输出走出迷宫经历的各个点的轨迹-A very classic C++ in the Maze of problems, design algorithms, the output out of the labyrinth through the various points of the trajectory
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:965451
    • 提供者:岳飞
  1. migong

    0下载:
  2. 数据结构中8个方向的迷宫算法大家-Data structure 8 we take a look at the direction of the maze algorithm ah ah ah ah ah ah
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:11003
    • 提供者:helong
  1. MG_Console

    0下载:
  2. C 语言 VC6.0编译 迷宫演示控制台程序-C language compiler VC6.0 maze demo console application
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:155173
    • 提供者:xujava
  1. migong

    0下载:
  2. 算法分析与设计问题——迷宫问题,能运行,解决迷宫问题。-Algorithm analysis and design issues- a maze problem, can run to solve maze problems.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:920
    • 提供者:高宇
  1. jiangbianjk02

    0下载:
  2. 栈,迷宫,汉诺塔的动画演示 , visuai c++ MFC-Stack, maze, Tower of Hanoi animation demo, visuai c++ MFC
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-04
    • 文件大小:321317
    • 提供者:叶峰
  1. mi

    0下载:
  2. 有关栈的应用,是对于迷宫求解的非递归方法-The application of the stack, which is the non-recursive method of solving the maze
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3033
    • 提供者:Jack
  1. migong

    0下载:
  2. 迷宫小程序 进入页面 可以 选择 起始点和终点 若可行可以出现一条路径-Maze applet into the page you can choose the starting point and end point, if feasible, may appear a path
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:2329
    • 提供者:赵爽
  1. UFO_Attack

    0下载:
  2. 一个迷宫程序,可以自动解答迷宫,并且可以自己玩-A maze procedure, you can automatically answer the maze, and can play their own
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:88180
    • 提供者:李盼
  1. NonRecursiveMaze

    0下载:
  2. 非递归求解迷宫问题。输入由10组成的迷宫矩阵,用非递归的方法,也就是构建一个栈来记录下走过的路径,找到出口。并把每一步进行输出。-Non-recursive maze solving the problem. Enter the maze formed by 10 matrix, with non-recursive method, that is to build a stack to record the traversed path, find the exit. Furthermore,
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:528989
    • 提供者:李牛人
  1. MiGong

    0下载:
  2. 迷宫问题标准教程,仅用doc界面,十分方便普遍性强,适用于多种操作系统包括win2000一下的-Standard maze tutorial doc only interface, is very convenient universal strong, for a variety of operating systems, including win2000 me for a moment
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:194416
    • 提供者:panyu
  1. 3387-anqn

    0下载:
  2. 蓝蓝的梦的迷宫游戏利用数据结构的编程思想,以可视化的效果实现走迷宫的整个过程-Blue maze game dream programming ideas to use the data structure in order to achieve the visual effect of the whole process of Maze
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:276962
    • 提供者:dong na
  1. migong

    0下载:
  2. 迷宫(本人自己做的,不是很实用,仅供参考)-Maze (I myself, not very practical for reference purposes only)
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5251676
    • 提供者:吴用
  1. migong

    0下载:
  2. (1) 程序说明:从文件中载入一副迷宫地图,从起点走到终点结束。 (2) 基本要求:用P表示人的初始位置,表示墙壁,空格表示路,O表示出口.用键盘的W,S,A,D4个键左右分别代表上下左右4个方向控制P走动,每次只能走动一 格,不能穿越墙壁走动 -(A) program Descr iption: From the document contained a maze map, from the beginning to an end an end. (2) basic requirem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1604
    • 提供者:林敏
  1. MAZE

    0下载:
  2. 数据结构中的迷宫问题解决的程序,是用C++写的,比较简单-failed to translate
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:240461
    • 提供者:钱成
  1. migong

    0下载:
  2. 本迷宫采用随机生成并且能够实现迷宫的多条路径输出-The maze can be achieved using randomly generated, and a maze of multi-path output
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:5202
    • 提供者:海为谁蓝
  1. mazeprocedure

    0下载:
  2. 一个简单的迷宫程序,迷宫有一个0 1矩阵构成,0表示可以通过,1表示不能通过。-A simple maze procedure, the maze has a 0 1 matrices, 0 indicated that it can pass, one that can not be.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1327
    • 提供者:
  1. DigitalLabyrinth[V1.0.0]

    0下载:
  2. 自己设计的走迷宫算法,使用了较复杂的链表记录、分析迷宫路径,迷宫数据从一个ASCII文件读入,结果写入另一个文件中。在后来的修改中又添加了玩家自己试走迷宫的功能,也可以作为一个简易的小游戏。可供需要简单迷宫解算算法的朋友参考。-Maze solver with my own design algorithm, using complex list records, analysis of the maze path, maze data read from an ASCII file ,and
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:17412
    • 提供者:Fun
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 ... 40 »
搜珍网 www.dssz.com