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

搜索资源列表

  1. zuiyou

    0下载:
  2. 本程序是基于方向优先权的机器人最优路径寻找算法,也可用于求解迷宫的最短路径,算法中是以100*100的格点为实例的,其中标0的位置为可行的点,标1的为障碍物,参考者可以根据自己的情况修改场地信息矩阵和起始点、目标点中间的算法不用修改 -This procedure is based on the priority direction of the robot to find the optimal path algorithm can also be used to solve the ma
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-25
    • 文件大小:4872
    • 提供者:新鹏
  1. maze_gen3

    0下载:
  2. 基于matlab编写的迷宫生成程序!可以用于生成迷宫,并求解路径。-Prepared based on matlab maze generation program! Can be used to generate the maze, and solution paths.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1426
    • 提供者:张辉
  1. youxiangxunhuantumigongwentiqiujie

    0下载:
  2. 有向循环图迷宫问题求解,普通迷宫问题要求找出从迷宫入口到出口的所有路径,而此次研究的主要内容是找出有向循环图中的回路(即容易造成流程死循环的地方),消除循环并找出死结点。与此同时,找出死结点后,其他顶点最终都能够到达迷宫的出口。在实际审计过程中的应用意义则为:确定审计工作在哪一个负责部门完成后,是无法继续向其他负责部门传递审计工作直到完成整个审计流程的。-Directed cyclic graph maze problem solving, general maze problem requir
  3. 所属分类:Data structs

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

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

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

    0下载:
  2. 绝对能用的!深度优先求解迷宫问题。基于VC++下的源程序。-Absolutely usable! Depth-first maze to solve the problem. VC++ based source code under the.
  3. 所属分类:Data structs

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

    0下载:
  2. 经典的迷宫问题算法,本程序采用栈进行回溯求解,并求出了所有解-The classic maze problem algorithm, the program uses the stack to back solution, and all solutions are obtained
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:880469
    • 提供者:张前东
  1. mg

    0下载:
  2. 一个帮助求解迷宫走法的小程序,可用于游戏编程中去-To help solve the maze moves a small program that can be used to game programming
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1423
    • 提供者:pf
  1. migong

    0下载:
  2. 程序执行命令为:(1)、创建迷宫;(2)、求解迷宫;(3)、输出迷宫。-Program execution command is: (1), creating a maze (2), solve the maze (3), the output maze.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:37540
    • 提供者:fanny
  1. SolutionOfMaze

    0下载:
  2. 搜索迷宫解法,以0,1列出矩阵表示单元格可行与否,即可求解其中一种解法。无解也会弹出提示。-Search maze solution to 0,1 matrix cells are listed or not feasible, one solution can solve. No solution will pop-up prompts.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:236469
    • 提供者:阿念
  1. Maze

    0下载:
  2. 进行迷宫的建立,并且进行迷宫路径的求解及输出-For the establishment of the maze, and to solve the maze path and the output
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1179
    • 提供者:刘媛
  1. migongwenti

    0下载:
  2. 迷宫问题 的求解,运用在vc6.0德尔c++编译程序中-mogongwenti
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:848
    • 提供者:wangyu
  1. siwang

    0下载:
  2. 一个关于acm 中死亡迷宫问题的求解,用c++实现,在vc++中调试运行-Acm maze on the death of a problem to solve, using c++ implementation, debugging in vc++ run
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:945
    • 提供者:wangqiang
  1. Maze(Stack)

    0下载:
  2. 应用栈求迷宫通路,用的是“穷举求解”的方法,即从入口出发,顺某一方向向前探索,若能走通,则继续往前走;否则沿原路退回,换一个方向再继续探索,直至探索到通路为止。-Application stack requirements maze path, using a "brute-force solving" approach, starting from the entrance, along a forward direction to explore, if we go through, the
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1600
    • 提供者:englishteam
  1. 1

    0下载:
  2. 数据结构里的迷宫问题求解,文档中有VC6.0编程源代码-Data structure in the maze problem solving, documentation, program source code in VC6.0
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:11064
    • 提供者:fdfds
  1. mgsf

    0下载:
  2. 迷宫算法求解 bc++3.1和vc++6.0下调试通过 栈空判别 弹栈 将元素压入堆栈-Maze algorithm bc++3.1 and vc++6.0 to debug through the stack space will determine popped onto the stack element
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:30720
    • 提供者:严若林
  1. migongwenti

    0下载:
  2. 对迷宫问题进行求解,数据结构课程设计可能用的上。-On the maze to solve the problem, the data structure may be used on the course design.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:116931
    • 提供者:淡风
  1. mogong

    0下载:
  2. 迷宫问题的求解运算、可以输入不同的迷宫、程序比较简短-Maze solving computing problems, you can enter a different maze procedure is relatively short
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1043
    • 提供者:momo
  1. Maze

    0下载:
  2. 数据结构课程设计,利用堆栈求解迷宫路径的演示程序.能够演示如何求解迷宫图形化程序,采用MFC编写.-Data structure course design, the use of the path stack demo program to solve the maze. To demonstrate graphically how to solve the maze procedure, the use of MFC to write.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:402169
    • 提供者:fengwuyu
  1. migongsuanfa

    0下载:
  2. 使用C语言编写,对一般的矩阵迷宫进行求解,寻找一条最优路径,适合做课程设计使用。-Using the C language, the general matrix to solve the maze to find an optimal path, suitable for curriculum use.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2874
    • 提供者:zdp
  1. (java)

    1下载:
  2. 走迷宫游戏!计算机解迷宫通常用的是“穷举求解”方法,即从入口出发,顺着某一个方向进行探索,若能走通,则继续往前进;否则沿着原路退回,换一个方向继续探索,直至出口位置,求得一条通路。假如所有可能的通路都探索到则未能到达出口,则所设定的迷宫没有通睡。可以二维数组存储迷宫数据,通常设定入口点的下标为(1,1),出口点的下标为(n,n)。为处理方便起见,可以迷宫的四周加一圈障碍。对于迷宫任一位置,均可约定有东、南、西、北四个方向可通。 -Maze game! Computer Solutions maz
  3. 所属分类:JavaScript

    • 发布日期:2017-05-15
    • 文件大小:3891140
    • 提供者:daidawe
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 »
搜珍网 www.dssz.com