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

搜索资源列表

  1. MIGONG

    0下载:
  2. 用C语言基本数据结构实现的迷宫的一个算法 -Using C language basic data structure of a maze algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1638
    • 提供者:mahaiyang
  1. migong

    0下载:
  2. 迷宫问题 的c语言实现算法。在数据结构中是很重要的一个问题。-Maze problem algorithm c language. In the data structure is very important to a problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:879
    • 提供者:冷月X
  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. migong

    0下载:
  2. 数据结构迷宫算法 数据结构迷宫算法-Data structure algorithm data structure maze maze algorithm
  3. 所属分类:Data structs

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

    0下载:
  2. 用栈实现的迷宫算法,在windows系统下运行良好-The realization of the maze using stack algorithm, in the windows system is operating well
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1373
    • 提供者:liuhongliruc
  1. datastructuremazearithmetic

    0下载:
  2. 用C实现的数据结构迷宫算法,在Turbo C 环境下可运行出结果,值得借鉴。-With C data structures to achieve the maze algorithm, in the Turbo C environment to run out the results, is worth learning from.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1908
    • 提供者:周风
  1. 2

    0下载:
  2. 迷宫问题希望大家能够用的上啊里面是非递归算法-Maze problem hope that we can use on non-recursive algorithm inside ah
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:54360
    • 提供者:吕春龙
  1. maze

    0下载:
  2. 迷宫算法,写的非常清晰。适合初学数据结构课程的同学们使用。-Maze algorithm, written in very clear. Data structure suitable for beginner courses in the use of students.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:14252
    • 提供者:DR
  1. Micromouse_roads_weight

    1下载:
  2. ieee micromouse 电脑鼠迷宫算法-ieee micromouse computer mouse maze algorithm
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-27
    • 文件大小:32575
    • 提供者:chuck
  1. migong

    0下载:
  2. 数据结构中重要的迷宫算法,其中有详细的代码解析-Important data structure in the maze algorithm, including a detailed analysis of code
  3. 所属分类:Data structs

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

    0下载:
  2. 我们数据结构课的课程设计,是一个迷宫问题的实验,用了A*算法求解迷宫的最短路径-Data structure of our course curriculum design, the problem is a maze experiment, using the A* algorithm to solve the maze of the shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2919970
    • 提供者:Shi
  1. Maze

    0下载:
  2. 迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK, * 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary. * Each step can be made horizontally or vertically for one more gri
  3. 所属分类:Data structs

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

    0下载:
  2. 典型的迷宫算法,用数据结构——栈来实现,很好的代码-maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1840
    • 提供者:任雪菲
  1. Catalanandmaze

    0下载:
  2. 产生Catalan数,火车调度的所有排列,以及证明排列的正确性. 迷宫算法.-produces Catalan number, and all permutation in train dispatch, and of course including the proof. maze algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2288
    • 提供者:youguiyan
  1. migong

    0下载:
  2. 本程序主要是用栈来实现迷宫问题。所用算法是非递归算法,输入为迷宫的行数和列数,然后在对应位置上输入其值(0表示该位置通,1表示该位置不通)。输出则是以三元组(i,j,d)的形式,其中(i,j)表示迷宫中的一个坐标,d表示走到下一坐标的方向,-This procedure is mainly used to achieve the maze problem stack. Algorithm used in a non-recursive algorithm, enter the number of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:19168
    • 提供者:尹素芳
  1. search

    0下载:
  2. 迷宫搜索 ,A*算法 ,自动生成迷宫矩阵,查找最短路径-Maze search, A* algorithm, automatic generation of matrix maze to find the shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:636365
    • 提供者:梁旭
  1. shujujiegoudaima

    0下载:
  2. 内涵约瑟夫环迷宫算法 源代码 希望对你学习有所帮助-Connotation Joseph Central maze algorithm source code would like to help you learn
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:994138
    • 提供者:caoweifeng
  1. Maze

    0下载:
  2. 用java写的迷宫代码,注重代码的简洁与易懂,通过算法的基本思想来编写代码-The maze used to write java code, pay attention to the simple and easy to understand code, through the algorithm the basic idea to write code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:5259
    • 提供者:
  1. Cpp1.c

    0下载:
  2. 利用栈的知识来求出从入口到出口的所有路径。采用穷举算法,即从入口出发,顺某一方向向前探索,若能走通,则继续向前走;否则沿原路退回一步,换一个方向再继续向前探索,直至所有可能的通路都探索到为止。为了保证在任何位置上都能沿原路退回,则需要一个栈来保存路径。迷宫的输入提供了两种形式,一种是系统默认的输入形式,令一种是用户可以指定文件,只要文件符合格式,用户即可将其作为迷宫地图。最终即可以显示总的路径数目,也可用箭头的形式显示迷宫的走法,形象直观。-maze
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1753
    • 提供者:zhangwen
  1. migong

    0下载:
  2. 有关迷宫算法的C语言实现,0和1分别表示迷宫中的通路和障碍-Algorithm on the maze of the C language, 0 and 1, respectively, in the maze of pathways and barriers
  3. 所属分类:Other windows programs

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