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

搜索资源列表

  1. rar.迷宫程序1.10版

    0下载:
  2. 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。-can achieve and preserve the printed maze maze, the accompanying documents were four test maze of trails to document test1 4.dd. I would be grateful if those files are cop
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3656
    • 提供者:黄元昌
  1. 随机迷宫解

    0下载:
  2. 输入任意大小的矩阵阶数n,程序将自动产生一个随机矩阵迷宫。本程序可以迅速的找到所有可能的路径,并显示之。代码中故意限制只显示最多30条路径。-arbitrary size of the input matrix order n, the program will automatically generate a random matrix maze. This program can quickly find all possible paths, and Displays. Code inte
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:11367
    • 提供者:aaaa
  1. 罗密欧与朱利叶的迷宫问题

    0下载:
  2. 数值算法与分析中的罗密欧与朱丽叶的迷宫问题解法,比较经典的算法。-numerical algorithm and analysis of Romeo and Juliet Solutions to the maze compared to the classical algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2694
    • 提供者:刘径舟
  1. 字符界面迷宫

    0下载:
  2. 教学用的迷宫示例程序,自己设置迷宫,程序打印走过路径。内有文档说明算法原理-teaching examples of the maze procedure, set up its own maze, procedures Print traversed path. Within a document illustrates the algorithm Principle
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13229
    • 提供者:毛悠然
  1. openGL自动生成迷宫

    2下载:
  2. 使用OPenGL编写的自动生成迷宫的算法。
  3. 所属分类:Windows编程

    • 发布日期:2010-12-31
    • 文件大小:1237993
    • 提供者:ffyiyp@163.com
  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. 记忆迷宫

    0下载:
  2. 实现了基于51单片机的智能小车,并完成了走迷宫(The intelligent car based on 51 single chip microcomputer is realized, and the labyrinth is completed)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:7168
    • 提供者:renh12
  1. 长方阵迷宫

    0下载:
  2. 实现自动生成迷宫功能,以及对应的迷宫求解,也可以自己构造迷宫并求解。(Achieve automatic generation of maze function, and the corresponding maze solution, you can also build their own maze and solve.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:194560
    • 提供者:ygcorange
  1. 迷宫

    0下载:
  2. 使用C++语言,在windows环境下实现一个简单的迷宫程序(To achieve a simple maze procedures)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:681984
    • 提供者:东隅桑榆
  1. 迷宫求解

    0下载:
  2. 迷宫问题是取自心理学的一个古典实验。在该实验中,把一只老鼠从一个无顶大盒子的门放入,在盒子中设置了许多墙,对行进方向形成了多处阻挡。盒子仅有一个出口,在出口处放置一块奶酪,吸引老鼠在迷宫中寻找道路以到达出口。对同一只老鼠重复进行上述实验,一直到老鼠从入口走到出口,而不走错一步。老鼠经过多次试验最终学会走通迷宫的路线。设计一个计算机程序对任意设定的矩形迷宫如下图A所示,求出一条从入口到出口的通路,或得出没有通路的结论。(The maze problem is a classical experim
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:混合双打
  1. 迷宫

    0下载:
  2. 随机生成一个简单的迷宫,可自行调整迷宫的大小(A simple labyrinth is generated randomly to adjust the size of the labyrinth itself)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:2252800
    • 提供者:张联*合
  1. 迷宫游戏

    1下载:
  2. 设计一个迷宫游戏,给定迷宫的入口。如果存在出口,程序能够显示行走的路径,并最终到达出口,并输出“成功走出迷宫”;如果不存在出口,程序也能够显示行走的过程,并最终回退到入口,并输出“回退到入口” 1.定义二维数组 a 存储随机迷宫. 定义四个整型值用以存储用户输入的迷宫的长(m)宽(n)以及随机设定的入口(p)出口(q)。 定义一个字符ch接收回车键的输入. 定义整型值r与l表示当前在迷宫的位置。(Design a maze game, given the entrance to the
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:15360
    • 提供者:star123
  1. 走迷宫(3).xcodeproj

    0下载:
  2. 自制的走迷宫小游戏哈哈哈哈哈哈哈或或或11111111111(a game i love i really love forever)
  3. 所属分类:其他

  1. X-TAB小车迷宫程代码

    0下载:
  2. X-TAB小车迷宫程代码,巡线避障,自动寻迹(X-TAB labyrinth code)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:5191680
    • 提供者:Thranduilcmd
  1. 基于网络通信&多路径&死胡同的java迷宫

    0下载:
  2. 1.基于网络通信的走迷宫 2.算法为栈,深度优先搜索遍历 3.基于线程 4.多路径的寻找 5.死胡同的判别 6.基于GUI实现(1. the maze of maze based on network communication 2. algorithm is the stack, the depth first search traversal 3. based on threads 4. The search for themultipath 5. Discriminat
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:14982144
    • 提供者:清于乐
  1. 走迷宫

    0下载:
  2. 给定一个大小为N*M的迷宫。迷宫有通道和墙壁组成,每一步可以向邻接的上下左右的通道移动。请求出从起点到终点所需要的最小步数。(Given a maze of N*M size. The labyrinth is composed of channels and walls, and each step can move to the adjacent, upper and lower channels. The minimum number of steps required from the
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:395264
    • 提供者:bobcat2005
  1. 迷宫

    0下载:
  2. 数据结构必修的迷宫课程,是大学数据结构串的基础知识(A maze course required for data structure)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-23
    • 文件大小:1024
    • 提供者:grety
  1. 迷宫

    0下载:
  2. 建立迷宫模型,采用c++进行编程,仿真界面显示迷宫和最快逃生路线。(The maze model is established, and the c++ is used to program. The maze and the fastest escape route are displayed in the simulation interface.)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:17502208
    • 提供者:sanxj
  1. 迷宫

    1下载:
  2. 运用矩阵来表示迷宫。能根据用户指定的维数自动生成迷宫,并打印迷宫中各个位置的状态。在A 的基础上实现迷宫的自动路径搜索,判断是否存在从起点到终点的通路。(The maze is represented by a matrix. The maze can be generated automatically according to the dimension specified by users, and the status of each location in maze can be pr
  3. 所属分类:Windows编程

  1. 迷宫问题

    1下载:
  2. 此为回溯法求解迷宫问题的源代码,问题描述如下: 迷宫问题的求解是实验心理学的一个经典问题.,心理学家把一只老鼠从一个无顶盖的大盒子的入口赶进迷宫,迷宫中设置很多壁障,对前进方向形成了多处障碍,心理学家在迷宫的唯一出口放置了奶酪,吸引老鼠在迷宫中寻找通路以到达出口。设计回溯算法实现迷宫求解。(Retrospective method)
  3. 所属分类:其他

    • 发布日期:2021-04-02
    • 文件大小:1024
    • 提供者:墨雨霏霏
« 12 3 4 5 6 7 8 9 10 ... 44 »
搜珍网 www.dssz.com