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

搜索资源列表

  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-07
    • 文件大小:1974
    • 提供者:Jay
  1. MazePath

    0下载:
  2. 迷宫求解,能快速找出路径。以从出口到入口的坐标表示。-it solves problem of mazepath
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:35453
    • 提供者:luomei
  1. 1

    0下载:
  2. 迷宫求解,利用深度优先搜索和非递归算法,地图可随意设置-Maze solving, the use of depth-first search and non-recursive algorithm, the map could be set
  3. 所属分类:Other windows programs

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

    0下载:
  2. Mathmatica开发的迷宫求解算法 有随即生成迷宫 随即老鼠解迷宫及摸墙算法-Maze solving algorithm of the Mathmatica the development of a randomly generated maze then mouse Xie maze and touching the wall algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:14440
    • 提供者:riche
  1. Maze

    0下载:
  2. 迷宫求解:用二维矩阵表示迷宫,自动生成或者直接输入迷宫的格局,确定迷宫是否能走通,如果能走通,输出行走路线。 c实现-Solve the maze: maze, two-dimensional matrix that automatically generated, or directly enter the maze pattern, to determine the labyrinth whether to go through, if we can go through the outpu
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1906
    • 提供者:michael
  1. maze_solving

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

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

    0下载:
  2. 用有限状态机实现的遍历迷宫求解.最重要的是并演示了求解的过程.-Finite state machine implemented by traversing the maze to solve. The most important and demonstrates the solution process.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2132205
    • 提供者:sdgsdsdfw
  1. duizhanexercise

    0下载:
  2. 堆栈练习,行编辑程序,迷宫求解,括号匹配检验,表达式求值-Stack practice, the line editor, maze solving, brace matching test, expression evaluation
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:6662
    • 提供者:yu shan
  1. Maze-solution

    0下载:
  2. 迷宫求解,自动走出迷宫的经典算法,可计算10x10的任意可走迷宫的解。-The maze solving classical algorithm automatically out of the labyrinth, 10x10 any Maze solution can be calculated.
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:184767
    • 提供者:王京石
  1. Maze

    0下载:
  2. c++用栈来实现迷宫求解(c语言数据结构)-c++ stack maze solving (c language data structure)
  3. 所属分类:Data structs

    • 发布日期:2017-12-08
    • 文件大小:2693
    • 提供者:wangqinghuan
  1. datastruct.tar

    0下载:
  2. 数据结构 迷宫求解 源码 eclipse编译-Data structure maze solving source eclipse compile
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:38912
    • 提供者:谭贺
  1. stackPstringPlist

    0下载:
  2. 全面演示了数据结构-栈的六大应用,进制转换,括号匹配,行编辑,迷宫求解,表达式运算,其中包括线性表的实现与使用,字符串的实现与使用,栈的实现与使用-Comprehensive presentation of the data structure- Stack six applications, binary conversion, bracket matching, line editing, maze solving, arithmetic expressions, including lin
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:13490654
    • 提供者:王伟
  1. Labyrinth

    0下载:
  2. 利用栈实现的迷宫求解算法,可以进行多通道迷宫的求解,需要手动写入迷宫图形-Use stack to achieve the maze solving algorithm, can be multi-channel maze solving, you need to manually write the maze graphics
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:4878
    • 提供者:冯小珂
  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-28
    • 文件大小:525865
    • 提供者:Bai
  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

    0下载:
  2. 迷宫求解一般采用“穷举法”,逐一沿顺时针方向查找相邻块(一共四块-东(右)、南(下),西(左)、北(上))是否可通,即该相邻块既是通道块,且不在当前路径上。用一个栈来记录已走过的路径栈是限定仅在表尾(top)进行插入或删除操作的线性表。-Maze solving generally use the " exhaustive" one by one to find adjacent blocks in a clockwise direction (a total of four-
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1106676
    • 提供者:xf
  1. migongqiujie

    0下载:
  2. 对一个10*10矩阵表示的迷宫求解一条通路,矩阵中0表示通道,1表示墙壁。求解方法用到了栈的知识 是一个应用了栈的有趣例子-Maze for a 10* 10 matrix solving a path, said channel matrix 0, 1 wall. Solving methods used in the knowledge of the stack is a stack of interesting examples of the application of
  3. 所属分类:Other systems

    • 发布日期:2017-05-25
    • 文件大小:8673958
    • 提供者:毛妹嫦
  1. migong

    0下载:
  2. 迷宫求解:可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出 -Maze Solver: You can enter a maze of data of any size, with a non-recursive method get out of the maze of paths and path output
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:11515
    • 提供者:王明
  1. 1001

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

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

    0下载:
  2. 使用栈结构完成迷宫求解算法演示,设计了GUI界面使算法演示更加直观-Using the stack structure to complete the maze solving algorithm demonstration, design the GUI interface makes the algorithm shows more intuitive
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:22450
    • 提供者:dsfqewr
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »
搜珍网 www.dssz.com