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

搜索资源列表

  1. 迷宫.正确版

    0下载:
  2. 利用C语言编写的迷宫程序,程序中提前已写入迷宫障碍设置,运行程序后,若有路可走,则自动生成可行路线;否则,提示无路可走。(Program white in learning the data structure, try to write the maze problem, if you have any questions, please correct me.)
  3. 所属分类:Windows编程

  1. migong

    0下载:
  2. 用c编写的一个迷宫游戏,可自动生成也可手动生成迷宫(C prepared by a maze game, automatically generated, you can manually generate mazes)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:463872
    • 提供者:zhihui
  1. 数据结构-迷宫

    1下载:
  2. C语言数据结构的一次实验报告——迷宫。包含算法和源代码。可直接使用。(Data structure experiment report - maze)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-16
    • 文件大小:14336
    • 提供者:飞剑
  1. 迷宫

    0下载:
  2. 一个走迷宫的C语言游戏(小白,大神勿喷)。(A maze of C language games.)
  3. 所属分类:游戏

    • 发布日期:2017-12-11
    • 文件大小:10176
    • 提供者:出岫白云
  1. migong

    0下载:
  2. 这是在C语言环境下实现迷宫数组自动寻迹的程序(This is in the C language environment, the realization of the maze array automatically tracing procedures)
  3. 所属分类:数据结构

  1. mp7

    0下载:
  2. 这是一个简单的迷宫解密程序,支援png文件类型(This is a simple Maze solver done in C++, which can take png files and solve them.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:33792
    • 提供者:nocdoggo
  1. DFSMaze

    0下载:
  2. C++实现深度优先搜索迷宫,找到最短路径。(C++ implements the depth first search maze and finds the shortest path)
  3. 所属分类:数据结构

  1. 走迷宫

    0下载:
  2. 用C语言写的一个走迷宫小游戏,开局可以初始化地图,生成一个随机地图并可以自己调节地图的大小(A maze game written in the C language)
  3. 所属分类:游戏

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:Your_WQ
  1. 数据结构——走迷宫

    0下载:
  2. 走迷宫算法的C++实现,可直接运行可执行文件 不需要重新编译(Maze algorithm C++ implementation, can run directly executable files do not need to re compile.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-04
    • 文件大小:5755904
    • 提供者:ImAucc
  1. maze1

    0下载:
  2. 本源码通过C# GDI+ 编写。提供三种生成迷宫的算法(深度优先法,递归分割法,随机PRIM法),提供基于广度优先算法的迷宫自动寻径算法。迷宫大小、单元格大小、线粗均可自定义。优化了算法,递归改为栈实现,能够生成任意大地图而不会引起原来的函数递归栈溢出问题。生成迷宫后,支持键盘按键进行手动走迷宫。(The source code is written by C# GDI+. Three algorithms of maze generation (depth first, recursion s
  3. 所属分类:Windows编程

    • 发布日期:2018-05-07
    • 文件大小:88064
    • 提供者:sp_jiangjunling
  1. 迷宫问题

    1下载:
  2. 用C++语言实现在迷宫中寻找出路。 核心算法伪代码: do{ 如果当前位置为出口: 当前位置进栈; return 1; while(尝试的方向小于4) { 尝试方向号码对应方向的格子; 如果这个格子是没走过的通路: 当前位置进栈; 将地图上的这个位置标记为走过的; 切换试探的方块为新的当前位置; 跳出这层循环; 否则: 方向号码增加1; } 如果当前位置的四周没有路了: 地图上的当前位置标记成走过的; 出栈; }while(栈不空或者还有方向没试探完);(Using C + + l
  3. 所属分类:数据结构

    • 发布日期:2020-12-17
    • 文件大小:16384
    • 提供者:F(zx)
« 1 2 ... 24 25 26 27 28 29»
搜珍网 www.dssz.com