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

搜索资源列表

  1. Maze

    0下载:
  2. 走迷宫,迷宫搜索算法,对于一个任给的迷宫,给定入口,自动给出出口及走迷宫的路径-Maze, maze search algorithm, for a term to the maze, given the import, export and automatic paper path Maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:832
    • 提供者:张晓东
  1. Maze

    0下载:
  2. 经典的迷宫问题算法,本程序采用栈进行回溯求解,并求出了所有解-The classic maze problem algorithm, the program uses the stack to back solution, and all solutions are obtained
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:880469
    • 提供者:张前东
  1. maze

    0下载:
  2. 这是一个迷宫算法 利用栈的性质 而且还有界面演示 主要是练习动态链接库-This is a maze algorithm uses the stack but also the nature of the interface is mainly practice demonstrates the dynamic link library
  3. 所属分类:Console

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

    0下载:
  2. 迷宫问题,用c编写,开发环境是vc2008.迷宫大小可自己定义-Maze problem, with c preparation, development environment is vc2008. Maze size can define their own
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:219473
    • 提供者:jinjiao
  1. maze

    0下载:
  2. 迷宫算法的实现,完全符合数据结构课本上的实现要求!-This code is the compile of maze methord!
  3. 所属分类:USB develop

    • 发布日期:2017-04-10
    • 文件大小:971
    • 提供者:moruo
  1. maze

    0下载:
  2. 简单易懂的迷宫游戏,包含加载迷宫,键盘控制,自动路径寻找算法等。-Straightforward maze game, including loading maze, keyboard control, automatic path search algorithm.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:263292
    • 提供者:利油
  1. Maze

    0下载:
  2. 迷宫和哈希表在C环境下的联合实现,数据结构的课程设计-Maze and the hash table in C under the joint implementation, data structures curriculum
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:110158
    • 提供者:张淳明
  1. Maze

    0下载:
  2. 一个创建随机迷宫和解出的程序,用VC++编写-A random maze created out of the process of reconciliation, prepared with VC++
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:67756
    • 提供者:张强
  1. maze

    0下载:
  2. 迷宫的深度搜索算法,用c++实现,有较高的性能,简洁的代码。试用大学课程设计。-maze
  3. 所属分类:Game Engine

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

    0下载:
  2. 迷宫,VC写的2010年05月份的据结构作业。-maze
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:170250
    • 提供者:roual
  1. maze

    0下载:
  2. 4个迷宫相关的源代码:简单的迷宫生成算法、复杂的迷宫生成算法、简单的迷宫搜索算法、复杂的迷宫搜索算法,分别编译其中的.dsw文件即可获得相应的应用程序。-4 maze-related source code: a simple maze generation algorithm, a complex maze generation algorithm, a simple maze search algorithm, a complex maze search algorithm, which w
  3. 所属分类:Other Games

    • 发布日期:2017-03-23
    • 文件大小:107374
    • 提供者:Michael Chen
  1. Maze

    0下载:
  2. 进行迷宫的建立,并且进行迷宫路径的求解及输出-For the establishment of the maze, and to solve the maze path and the output
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1179
    • 提供者:刘媛
  1. maze

    0下载:
  2. 用矩阵M×N表示一个迷宫,0和1分别表示通路和墙壁。试求出从入口点到达出口点的一条通路-M × N matrix to represent a maze, 0 and 1, respectively, channels and walls. Derive an exit point from the entry point to reach a path
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1233
    • 提供者:木清澄
  1. maze

    0下载:
  2. 迷宫是许多小方格构成的矩形,在每个小方格中有的是墙(图中的“1”)有的是路(图中的“0”)。走迷宫就是从一个小方格沿上、下、左、右四个方向到邻近的方格,当然不能穿墙。设迷宫的入口是在左上角(1,1),出口是右下角(8,8)。根据给定的迷宫,找出一条从入口到出口的路径。 采用分支法求一个解-Maze is composed of many small rectangular box in each small box in plenty of wall (in the figure &
  3. 所属分类:Other systems

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

    1下载:
  2. 迷宫是许多小方格构成的矩形,在每个小方格中有的是墙(图中的“1”)有的是路(图中的“0”)。走迷宫就是从一个小方格沿上、下、左、右四个方向到邻近的方格,当然不能穿墙。设迷宫的入口是在左上角(1,1),出口是右下角(8,8)。根据给定的迷宫,找出一条从入口到出口的路径。 采用回溯法-Maze is composed of many small rectangular box in each small box in plenty of wall (in the figure " 1&quo
  3. 所属分类:Other systems

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

    0下载:
  2. 从网上找的关于迷宫算法的代码,希望对您有所帮助!-I found the code of maze algorithm on line ,i hope it will be helpful for you!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:3797
    • 提供者:peter
  1. maze

    0下载:
  2. 用C++编写的迷宫程序,用户可以自行输入迷宫,程序自动解出迷宫通路。-Written in C++, maze procedure, the user is free to enter the maze, the maze pathway automatically solved.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1213
    • 提供者:xiaohe
  1. maze-C

    0下载:
  2. 一个采用C语言C++编的走迷宫游戏。非常有意思,内含源程序及可运行程序。-One with C-C++ compilation of maze games. Very interesting, includes source code and can run the program.
  3. 所属分类:Other Riddle games

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

    0下载:
  2. 一个迷宫程序,可以编译运行,本科生的作业。-a program which structures a maze.it can has been compiled.it s a homework of a undergraduate student.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-24
    • 文件大小:20204
    • 提供者:李时雨
  1. maze

    0下载:
  2. 简单迷宫程序,使用的是图片的转换来实现人物的走动-Simple maze procedure, using a picture of the transformation to achieve the figure of the walking
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:153890
    • 提供者:王腾超
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com