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

搜索资源列表

  1. A_star_Art_Class

    0下载:
  2. A star 算法的C++语言实现(A* 算法接口,针对迷宫问题设计)-A star algorithm in C++ language (A* algorithm interface design for the maze problem)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2659
    • 提供者:郭世强
  1. IEEE_MicroMouse

    0下载:
  2. IEEE电脑鼠走迷宫(完整参赛代码) 电脑鼠”,英文名叫做MicroMouse,是使用嵌入式微控制器、传感器和机电运动部件构成的一种智能行走装置(微型机器人),电脑鼠可以在不同“迷宫”中自动记忆和选择路径,采用相应的算法,快速地达到所设定目的地。-IEEE Computer Mouse Maze (full entry code) computer mouse " , the English name is called MicroMouse, is the use of embed
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:207294
    • 提供者:hs
  1. code

    1下载:
  2. 1、猴子选大王 2、约瑟夫环 3、迷宫求解 4、回文游戏 5、地图四染色问题 6、八皇后问题 7、原四则表达式求值 8、k阶斐波那契序列 9、遍历二叉树 10、编写DFS算法的非递归函数。 编写BFS算法。 11、简单选择排序, 折半插入排序, 冒泡排序, 快速排序, 堆排序 12、顺序查找,折半查找-err
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-03-11
    • 文件大小:34686
    • 提供者:isxzh
  1. src

    0下载:
  2. 电子鼠走迷宫比赛程序(16*16),包括寻找最短路径算法,有记忆返回终点。
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:21541
    • 提供者:
  1. mazeTraversal

    0下载:
  2. C++实现了迷宫算法,并且函数mazeTraverse, mazeGenerate一般化,可以处理任何大小的迷宫-C++ Achieved maze algorithm, and function mazeTraverse, mazeGenerate general and can handle any size of the maze
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1819
    • 提供者:刘雪娅
  1. MAZE

    0下载:
  2. 是一个迷宫算法,是有关数据结构的,不足之处请多指教-Is a maze algorithm, is the data structure, the inadequacy of advice please
  3. 所属分类:Printing program

    • 发布日期:2017-04-17
    • 文件大小:10649
    • 提供者:张明江
  1. migong_problem

    0下载:
  2. 经典迷宫算法,使用自定义栈来实现,也可使用stl,但需要修改代码-Classic maze algorithm, use a custom stack to achieve, can also use the stl, but need to modify code
  3. 所属分类:STL

    • 发布日期:2017-04-05
    • 文件大小:5128
    • 提供者:likun
  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 2 3 4 5 67 8 9 10 11 ... 32 »
搜珍网 www.dssz.com