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

搜索资源列表

  1. migong

    1下载:
  2. 编写一个程序求解迷宫问题。迷宫由m行n列的二维数组设置,0表示无障碍,1表示有障碍。设入口为(1,1),出口为(m,n),每次只能从一个无障碍单元移到周围四个方向上任一无障碍单元。编程实现对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 算法输入:代表迷宫入口的坐标 算法输出:穿过迷宫的结果。 -The preparation of a program to solve maze problems. Maze by m lines n set out in two
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:132322
    • 提供者:罗子
  1. cytestms18migong

    0下载:
  2. 一个迷宫问题的算法,详细的描述了迷宫的绘制、求解过程。-The issue of a maze algorithm, a detailed descr iption of the maze of the map, the solution process.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:32061
    • 提供者:lqiang
  1. mystryPalace

    0下载:
  2. 迷宫求解问题,数据结构问题,实用c++ 迷宫求解问题,数据结构问题,实用-the way togo out from Palace
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:2220
    • 提供者:zhangnan
  1. zhanmigong

    0下载:
  2. 用栈操作实现的求解迷宫问题,帮助理解栈的操作-Stack operation achieved by solving a maze, to help understand the operation of the stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1036
    • 提供者:niebing
  1. famousalgorithmcollection

    0下载:
  2. <经典算法合集>其中包括: 最小生成树 MD5加密 LZW压缩 josephus 乘法表 积分 枚举 基数转换 矩阵问题举例 求解质数 圆周率的求法 改进的快速排序法 几种插入排序法 水仙花数 迷宫生成器 生命游戏 递归 回溯 贪心 动态规划 排序算法-" Classical algorithm Collection> These include:
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:4215794
    • 提供者:我很笨
  1. mazeSolving

    0下载:
  2. 可执行的经典问题——迷宫求解(数据结构)程序-Classic problem of the executable- maze solving (data structure) program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:126033
    • 提供者:唐新
  1. a_maze_solving

    0下载:
  2. 了解队列的特征,以便在实际问题背景下灵活运用它,同时实现迷宫求解-Understand the characteristics of the queue to the actual problems in the context of flexible use of it, while achieving a maze solving
  3. 所属分类:Other windows programs

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

    0下载:
  2. maze solution 适用于迷宫求解,求解路径问题,从入口去寻找出口结束-maze solution
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:2301
    • 提供者:lu
  1. migongwenti

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

    • 发布日期:2017-04-04
    • 文件大小:1720
    • 提供者:李斯境
  1. Maze-solution

    0下载:
  2. 迷宫求解 *问题描述:可以输入一个任意大小的迷i宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出; *要求: 在上交资料中请写明:存储结构、基本算法(可以使用程序流程图)、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法;-Maze solution * descr iption: can enter a fan of any size I palace data, using the recursive methods work out a out
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1974
    • 提供者:Jay
  1. maze_solving

    0下载:
  2. 迷宫求解问题,八个方向迷宫求解,从上下左右左上左下右上右下,寻找出口-The problems of maze solving
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:60840
    • 提供者:zhangyuliang
  1. hl

    0下载:
  2. 数据结构迷宫问题 C语言-数据结构算法-用栈实现迷宫问题求解 -Data structure maze problems
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4207
    • 提供者:网名
  1. Maze2

    0下载:
  2. 利用C++,实现求解迷宫最短路径问题的源程序-To utilize C++, solving maze source shortest path problem
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:1306
    • 提供者:李思宇
  1. migong

    0下载:
  2. 求解迷宫中的路径,数据结构算法 堆栈的应用问题-To solve the maze path, stack data structure algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-09
    • 文件大小:1442
    • 提供者:田书耘
  1. Matlab1234

    0下载:
  2. 通过两种方法求解机器人的最优路径,可部分适用于解决迷宫的问题-Two ways to solve the optimal path of the robot can be partially applied to solve the problem of the maze
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:3384
    • 提供者:超超
  1. labyrinth

    0下载:
  2. c语言下的一个迷宫求解问题。自动探索前方路径,最终找出唯一一条走出迷宫的路。-a maze solving problem with c language . Automatically discover the path ahead, and ultimately find the only way out of the labyrinth.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:525865
    • 提供者:Bai
  1. maze

    0下载:
  2. 课堂作业 迷宫求解问题 c语言 main文件直接用- Classwork maze problem solving c language main files directly with
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3605
    • 提供者:
  1. 算法设计

    0下载:
  2. 问题描述:以一个m×n的长方形表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 基本要求:首先实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。(Problem Descr iption: a m * n rectangle represents the maze, and 0 and 1 i
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:beautiful
  1. 迷宫求解

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

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

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

    • 发布日期:2021-04-02
    • 文件大小:1024
    • 提供者:墨雨霏霏
« 12 »
搜珍网 www.dssz.com