CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - Maze

搜索资源列表

  1. maze

    0下载:
  2. 迷宫算法,找出较优的路径,找到出口.算法效率比较高-maze algorithm to find the optimum path, finding an exit. More efficient algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.48kb
    • 提供者:陈胜达
  1. uva705-Slash-Maze-

    0下载:
  2. uva705 Slash Maze 的代码,在UVaOJ上通过-uva705 Slash Maze of the code, adopted in UVaOJ
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:814byte
    • 提供者:wuli
  1. Maze

    0下载:
  2. 迷宫问题,算法是深度搜索,压缩包中有相应输入文件。-Solve a maze
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2.61mb
    • 提供者:王钊
  1. maze

    0下载:
  2. 智能小车走迷宫,遍历迷宫,记录迷宫路径,选择一条最优路径。-Smart car Maze, maze traversal, record the maze path, choose an optimal path.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1.7kb
    • 提供者:sj
  1. maze

    1下载:
  2. 数据结构试验报告—迷宫问题,有详细的需求分析和源码及测试结果,高质量!-Test report data structure- a maze problem, there is a detailed needs analysis and source code and test results
  3. 所属分类:Data structs

    • 发布日期:2014-10-03
    • 文件大小:67.54kb
    • 提供者:sunyingcheng
  1. Maze-(1)

    0下载:
  2. 用mfc实现迷宫自动寻路代码,可以自己制作地图,也可以利用自身带的地图。-With the mfc code automatically find its way to achieve the maze, you can produce their own maps, you can also use their own zone map.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:59.92kb
    • 提供者:聂辰
  1. maze

    0下载:
  2. 迷宫问题,分别用深度和广度优先遍历解决。其中stack用链表实现,queue用数组实现。描述见pdf文件。-Maze problems, were the depth and breadth of priority traversal solution. Stack with the achievement of which list, queue to use the array to achieve. Descr iption see pdf file.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:208.99kb
    • 提供者:吕婉辰
  1. Maze

    1下载:
  2. 本代码在IAR编译环境下编译,实现电脑鼠走迷宫,能够准确的到达终点-This code compiled under IAR compiler to achieve the computer mouse maze, can accurately reach the end
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:98.33kb
    • 提供者:wangxc
  1. maze

    0下载:
  2. 这是经典迷宫问题,本代码是用C语言实现的-This is the classic maze problem, the code is achieved using C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2.77kb
    • 提供者:huqiong
  1. maze

    1下载:
  2. 数据结构 课程设计 迷宫问题 欢迎下载-Data structure the curriculum design issues welcome maze download
  3. 所属分类:Data structs

    • 发布日期:2014-10-04
    • 文件大小:36.53kb
    • 提供者:
  1. migong

    0下载:
  2. 数据结构课程设计报告及代码 C语言环境 迷宫问题的设计 -Data structure curriculum design reports and code C language environment maze design issues
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:217.72kb
    • 提供者:熊彪
  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
    • 文件大小:2.78mb
    • 提供者:Shi
  1. Maze

    0下载:
  2. 数据结构的迷宫求解,用C++编程,在VC编译通过-Data structure to solve the maze, using C++ programming, compiler in VC through
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:573.42kb
    • 提供者:dahai
  1. maze

    0下载:
  2. 形象演示《数据数据结构与算法(用C++语言描述)》书里面的一个迷宫算法-Image Demo " Data Data Structures and Algorithms (with C++ language descr iption)" the book inside a maze algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:484.23kb
    • 提供者:李先生
  1. maze

    0下载:
  2. 简单的迷宫程序,是基本的数据结构入门程序,适合初学者学习-A simple maze procedure, is the basic data structure entry procedures
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.1mb
    • 提供者:yaochao
  1. maze

    0下载:
  2. 演示迷宫算法 利用栈 深度广度A*三种搜索算法 是个小程序-maze stack
  3. 所属分类:Data structs

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

    0下载:
  2. 用C实现的迷宫求解算法。图形界面,求解过程参照了深度优先搜索,迷宫由随即矩阵生成,采用栈作为路径存储结构。-Achieved with the C maze algorithm. Graphical interface, the process of solving the light of the depth-first search, maze generated by the matrix immediately, using the stack as the path to the st
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:44.24kb
    • 提供者:john
  1. Maze

    0下载:
  2. 电脑鼠走迷宫,实现快速转弯,无撞击,灵敏快速。-Computer Mouse Maze
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:52.51kb
    • 提供者:邱爱国
  1. Computer-rat-maze

    0下载:
  2. 电脑鼠迷宫运动模拟实验平台中文稿 关键词: 路径规划;模拟;智能算法;-Computer rat maze motion simulation experimental platform design KEYWORDS: route planning simulation Intelligence algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:66.08kb
    • 提供者:蒋星星
  1. Maze

    0下载:
  2. input the start point ,it will print a stepline to get out the maze
  3. 所属分类:数据结构

    • 发布日期:2018-04-23
    • 文件大小:667kb
    • 提供者:feiyuan
« 12 3 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com