CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 回溯法-迷宫问题

搜索资源列表

  1. 040320133

    0下载:
  2. 罗密欧与朱丽叶的迷宫问题 利用回溯法搜索出一条路经,帮助罗密欧走遍所有房间到达朱丽叶的房间-Romeo and Juliet maze of back problems using a way to search by law to help Romeo traveled all the rooms reach Juliet rooms
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2639
    • 提供者:孙月玲
  1. migong_BySophia

    0下载:
  2. 程序把迷宫问题设计成一个类,其数据成员有路口个数mazeSize,出口Exit和路口集合*intSec,构造函数读入已存在的数据文件构造描述一个具体问题的迷宫类的对象;其搜索函数TravMaze(int intSecV)的输入参数intSecV为当前所处的路口,搜索函数用回溯法搜索迷宫的所有分支-maze procedure, the design problem into a category of its data members junctions number mazeSize, exp
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:46289
    • 提供者:萌音
  1. 1migong

    0下载:
  2. 这是使用回溯法求解迷宫问题的程序。程序把迷宫问题设计成一个类,搜索函数使用回溯法搜索迷宫的所有分支。 migong.cpp就是程序 migong.txt是运行结果-This is the use of retrospective method maze of procedures. Maze procedure, so designed as a category, search function uses backtracking search all branches of the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1270
    • 提供者:丁丁
  1. mazepath

    0下载:
  2. 迷宫问题是一个经典的问题,也是我们数据结构实验中的第二个实验.主要用到的思想是回溯法
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:97212
    • 提供者:tangyi
  1. Maze

    1下载:
  2. 如题 回溯法—迷宫问题 仅供参考。。谢谢大家共同讨论
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1512
    • 提供者:刘子杨
  1. 回溯法求迷宫问题

    0下载:
  2. 回溯法求迷宫问题-back Method Maze
  3. 所属分类:汇编语言

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

    0下载:
  2. 用回溯法求解迷宫问题,就是按某种方式走,不行的话就往后退,试试别的路,直到走通为止。
  3. 所属分类:数据结构常用算法

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

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

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

    0下载:
  2. 这个下程序是用回溯法解决走迷宫问题。这个程序里面的关于迷宫的数据结构设计比较好,可以借鉴借鉴!,This process is back under the law to resolve the issue Maze. Inside the process of data on the structural design of the maze is better, you can learn from!
  3. 所属分类:其他小程序

    • 发布日期:2017-04-01
    • 文件大小:165917
    • 提供者:曾科
  1. Maze

    0下载:
  2. 迷宫问题。采用回溯法解决迷宫问题。Swing界面,符号代表路径和迷宫墙。-Maze problems. A retrospective method to solve the maze problem. Swing interface, symbols represent the path and the maze walls.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-24
    • 文件大小:3600
    • 提供者:李程序
  1. MIgong

    0下载:
  2. 利用回溯法求解迷宫问题,数据结构使用链表。 这是一次数据结构作业-Use of backtracking maze solving problems, the use of linked list data structure. This is a data structure operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:16219
    • 提供者:jinyu
  1. hhh

    0下载:
  2. 用回溯法链表求解迷宫问题,并加上完整的人物演示过程-With backtracking maze solving the problem list, with a complete demonstration of the process of character
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:10683
    • 提供者:浮萍
  1. migong

    0下载:
  2. 用回溯法完成迷宫问题,迷宫大小自己设定,用一个矩阵表示一个迷宫,每个位置上位1或者0,如果为0,表示此路不通,为1,表示此路可以走,最后输出走出迷宫的路径或者显示不能走出的信息-Maze problem using backtracking to complete, the size of their maze set, a maze with a matrix, each position of the upper 1 or 0, if 0, that being the case, to 1
  3. 所属分类:Data structs

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

    0下载:
  2. 回溯法解决迷宫问题,用TuborC来实现图形界面-Backtracking to solve maze problems, using a graphical interface implemented TuborC
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:30469
    • 提供者:fangjuan
  1. maze

    0下载:
  2. C++迷宫问题求解,随机生成迷宫存放于二维数组,为保证至少有一条通路,再生成一条路径置入迷宫中,然后回溯法求解-C++ maze problem solving randomly generated maze stored in a two-dimensional array, in order to ensure at least one path, and then generate a path into your maze, then backtracking to solve
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:2653
    • 提供者:
  1. maze.tar

    0下载:
  2. 回溯法求解老鼠走迷宫问题,使用C++语言的高内聚,低耦合的特点-Retrospective method of mouse maze problem
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:307200
    • 提供者:getan
  1. MazeSolutions

    0下载:
  2. c#写的回溯法求解迷宫问题,利用栈来存储方向信息,按原方向回溯-c# write backtracking to solve the maze problem, the direction of the information stored in the stack to the original direction backtracking
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:25049
    • 提供者:冰冰
  1. Assignment6-vs2008

    0下载:
  2. 迷宫问题,用回溯法解决迷宫问题,很有意思的,简单易懂-Maze and solve maze problems with backtracking, very interesting, easy to understand
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1724261
    • 提供者:李斌
  1. 1001

    0下载:
  2. 利用回溯法实现的迷宫求解问题,算法效率高-Maze Solving
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:2610
    • 提供者:yss
  1. 迷宫问题

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

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