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

搜索资源列表

  1. Cpp1.c

    0下载:
  2. 利用栈的知识来求出从入口到出口的所有路径。采用穷举算法,即从入口出发,顺某一方向向前探索,若能走通,则继续向前走;否则沿原路退回一步,换一个方向再继续向前探索,直至所有可能的通路都探索到为止。为了保证在任何位置上都能沿原路退回,则需要一个栈来保存路径。迷宫的输入提供了两种形式,一种是系统默认的输入形式,令一种是用户可以指定文件,只要文件符合格式,用户即可将其作为迷宫地图。最终即可以显示总的路径数目,也可用箭头的形式显示迷宫的走法,形象直观。-maze
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1798
    • 提供者:葛文耀
  1. c-migong

    0下载:
  2. 一款在c语言下编写的迷宫游戏,比较有趣,但只有一种形式,不能够自主生成迷宫-paragraph c of the language to prepare the maze game that' s more interesting, but only one form, not able to independently generated maze
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1389
    • 提供者:butedde
  1. Cpp1.c

    0下载:
  2. 利用栈的知识来求出从入口到出口的所有路径。采用穷举算法,即从入口出发,顺某一方向向前探索,若能走通,则继续向前走;否则沿原路退回一步,换一个方向再继续向前探索,直至所有可能的通路都探索到为止。为了保证在任何位置上都能沿原路退回,则需要一个栈来保存路径。迷宫的输入提供了两种形式,一种是系统默认的输入形式,令一种是用户可以指定文件,只要文件符合格式,用户即可将其作为迷宫地图。最终即可以显示总的路径数目,也可用箭头的形式显示迷宫的走法,形象直观。-maze
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1914
    • 提供者:toexpe
  1. maze

    0下载:
  2. c++语言编写的简单的迷宫小游戏,cfree和vc++均可运行。-c++ language simple maze game, cfree and vc++ can run.
  3. 所属分类:Other Games

    • 发布日期:2017-04-11
    • 文件大小:1460
    • 提供者:jasmine
  1. Maze-by-C--program

    0下载:
  2. 在C语言编译环境下,用C源代码编写“迷宫”益智小游戏-Maze by C program
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3431
    • 提供者:perien
  1. Maze-Game100

    0下载:
  2. 一个用c++实现的迷宫游戏,里面的算法不错,适合新手学习-Maze Game
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2067
    • 提供者:tpubli
  1. maze

    0下载:
  2. 用c语言 随机生成一个迷宫 并且搜寻最短路径。本程序采用深度优先搜索的方法-Language with a randomly generated maze and search for the shortest path c. This program uses a depth-first search method
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1256127
    • 提供者:yawei
  1. maze

    0下载:
  2. Microsoft c# 官方教学 迷宫游戏工程文件-Microsoft c# project file official teaching maze game
  3. 所属分类:CSharp

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

    0下载:
  2. 超经典小游戏,C语言程序设计版本,最新小迷宫游戏-Super classic games, C programming language version, the latest small maze game
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. a maze animation simulation solved by recursion written by c-a maze animation simulation solved by recursion written by c++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:188522
    • 提供者:Python
  1. C

    0下载:
  2. 1解救人质游戏 2迷宫探险游戏 3迷你撞球游戏 4商人过河游戏 5双人竞走游戏-The hostages game Maze adventure game Mini games of pool Merchants across the river game Double foot race game
  3. 所属分类:Game Program

    • 发布日期:2017-04-28
    • 文件大小:120759
    • 提供者:蔡金革
  1. Maze-Problem

    0下载:
  2. C语言实现宽度优先搜索解决迷宫问题,求最短路径-maze problem
  3. 所属分类:Other systems

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

    0下载:
  2. 数据结构堆栈实现的一段走迷宫的程序,c++语言实现的-maze by stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-22
    • 文件大小:6284479
    • 提供者:颜刚
  1. maze

    0下载:
  2. C++实现动态迷宫求解,基于类和栈结构;迷宫大小、构造以及入口出口位置可人为设定;动态显示寻找出口的过程,最终显示路线。-C++ achieve dynamic maze solving, class-based and stack structure maze size, structure and location of inlet and outlet can be artificial dynamic display of the process of finding exports
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1774
    • 提供者:zh
  1. Maze-car

    0下载:
  2. 用AVR制作的走迷宫小车,C语言,内附有一小段视频,感兴趣的朋友可以是做一下-Maze car produced by AVR, C language, included a short video, and interested friends can be done about
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3485534
    • 提供者:xiang
  1. Maze

    0下载:
  2. 利用栈解决非递归迷宫求解的C#算法实现,速度快,算法简明可读性强。是学习数据结构的优秀材料。-The realization of C# algorithm, using the stack to solve the non recursive maze solving fast algorithm is concise, readable. Is excellent learning materials data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:31369
    • 提供者:buaa_sheng
  1. Game-of-Maze

    0下载:
  2. MFC下编写迷宫游戏,C++编写,采用BFS自动寻路算法,-MFC ,c++,fun maze game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-21
    • 文件大小:5879743
    • 提供者:秋风
  1. C-language

    0下载:
  2. 几个游戏的案例,包括贪吃蛇,计算器,黑白棋,迷宫。用C语言实现-Several game case, including snake, calculator, black and white, maze. Using C language implementation
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-25
    • 文件大小:82829
    • 提供者:朱文青
  1. The-maze-problem

    0下载:
  2. C++源码,控制台实现数据结构中的迷宫问题,可给出所有路径的路径图,路径总数和最短路径图-Using VC++ to realize the maze problem.It can figure out all paths and the shortest path.
  3. 所属分类:Console

    • 发布日期:2017-05-16
    • 文件大小:4312198
    • 提供者:苗航
  1. Maze

    0下载:
  2. C语言实现的迷宫算法,用二维数组模拟迷宫,实现从入口到出口的通路。-C language maze algorithm, using a two-dimensional array of maze, to achieve the entrance to the export channel.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:427535
    • 提供者:jiyameng
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 29 »
搜珍网 www.dssz.com