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

搜索资源列表

  1. 规则迷宫的一种求解思想及算法.rar

    1下载:
  2. 所属分类:游戏

    • 发布日期:
    • 文件大小:38416
    • 提供者:
  1. migong3.rar

    0下载:
  2. 规则迷宫的一种求解思想及算法
  3. 所属分类:游戏

    • 发布日期:
    • 文件大小:38416
    • 提供者:
  1. 迷宫_xiaohui

    0下载:
  2. 迷宫求解经典游戏,采用TC制作,算法简单,功能简单,-classic games, TC produced using a simple algorithm, and features simple, thank you
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:2116
    • 提供者:吴晓辉
  1. maze

    0下载:
  2. 迷宫求解(全部解) 共有三个文件maze.h mclass.cpp t3.cpp 希望大家多提意见
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:2201
    • 提供者:李言
  1. Amaze

    0下载:
  2. 一个迷宫生成算法,可以设置迷宫宽度和高度,并求解。
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:25312
    • 提供者:李川
  1. maze

    0下载:
  2. 数据结构里的迷宫问题求解************* 迷宫 ************* 1:请创建新的迷宫 2:进入旧的迷宫 请选择1或2
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:8825
    • 提供者:hongying915
  1. 用回溯法和栈求解迷宫问题

    0下载:
  2. 用回溯法和栈求解迷宫问题-with retroactive law and stack maze solving problems
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:184543
    • 提供者:方锐
  1. migong

    0下载:
  2. 一个迷宫路径求解的设计与编写思路,该程序采用C语言编写,主要使用了非递归算法和数组的运用。-A labyrinth path for solving the design and preparation of ideas, the program using C language, the main use of non-recursive algorithm and array use.
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2115
    • 提供者:tangqing
  1. delphi-Maze

    0下载:
  2. 迷宫求解,算法才用《数据结构》中的穷举法。源代码已经测试通过。-Maze solving algorithm only with "Data Structures" method of exhaustion. Source code has been tested.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:282519
    • 提供者:
  1. Maze-code

    0下载:
  2. 以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。首先用二维数组存储迷宫数据,迷宫数据由用户输入。一个以链表作存储结构的栈类型,然后编写一个求解迷宫的递归或非递归程序。求得的通路以三元组(i,j,d)形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向(东、南、西、北四个方向所用代表数字,自行定义) -With an m × n the long square maze, 0 an
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:3069
    • 提供者:Ryan
  1. Mice-have-gone-astray-official

    0下载:
  2. 老鼠走迷宫是递回求解的基本题型,我们在二维阵列中使用2表示迷宫墙壁,使用1来表 示老鼠的行走路径,试以程式求出由入口至出口的路径。-Mouse Maze recursive solving fundamental questions, we used two maze walls in the two-dimensional array, using a mouse to indicate the walking path, try to programmatically determine
  3. 所属分类:Other Riddle games

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

    0下载:
  2. 用“穷举求解”(回溯)方法求解迷宫问题实验报告。从文件中读取迷宫数据,然后用穷举法求出一条迷宫通路,有迷宫文件的容错性检查,所有文件包括了.c源文件,.doc实验报告,.txt迷宫文件-With " exhaustive solving" (backtracking) method for solving the maze test reports. Maze of data read from the file, and then find a maze of paths w
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:332406
    • 提供者:vermouthi
  1. migongwenti100

    0下载:
  2. 迷宫问题的求解,在源代码中创建迷宫,按照步骤输出迷宫。-Maze problem solving, in the source code to create a maze, follow the steps to output the maze.
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1765
    • 提供者:tersui
  1. MazeProblem

    0下载:
  2. 迷宫问题求解,基于C++构造矩阵表示迷宫,通过构造栈查找迷宫的出路,实现迷宫问题的求解-Problem solving maze, maze-based C++ structure matrix, find a way through the maze of the stack structure, to achieve the maze problem solving
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-28
    • 文件大小:18927
    • 提供者:MengruZhang
  1. MazePath

    0下载:
  2. 一个简单的关于迷宫求解的例子,主要利用堆栈实现-A simple example on solving the maze, the implementation of stack
  3. 所属分类:Other Games

    • 发布日期:2017-04-14
    • 文件大小:2751
    • 提供者:Chen De
搜珍网 www.dssz.com