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

搜索资源列表

  1. Maze

    0下载:
  2. C语言实现的迷宫算法,用二维数组模拟迷宫,实现从入口到出口的通路。-C language maze algorithm, using a two-dimensional array of maze, to achieve the entrance to the export channel.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:427535
    • 提供者:jiyameng
  1. Maze-game

    0下载:
  2. 每次都随机生成迷宫线路,并且分为基础,中级,高级三个等级,休闲益智小游戏-Each time randomly generated maze route,Divided into the basis, intermediate, advanced three levels casual puzzle game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-25
    • 文件大小:12247
    • 提供者:long
  1. Maze-problem-data-structure

    0下载:
  2. 算法与数据结构中 几类迷宫问题的源码 深入学习迷宫问题-Maze problem data structure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:10973
    • 提供者:dushifeng
  1. maze

    0下载:
  2. 这是实现迷宫的源代码,在运行时会输入一些参数-This is the realization of the maze source code at runtime to enter some parameters
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4561535
    • 提供者:Allea
  1. maze

    0下载:
  2. 人工智能之迷宫寻路实验源代码,运用启发式算法,实现迷宫寻路的功能。-Experimental source code of the maze of artificial intelligence, using the heuristic algorithm, the function of maze seeking.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1613
    • 提供者:
  1. Maze-Adventure

    0下载:
  2. 一个用c语言开发的迷宫探险游戏,可以了解c语言开发游戏的一些知识.-A c language development maze adventure games, you can learn some knowledge c language to develop games.
  3. 所属分类:Other systems

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

    1下载:
  2. 基于STM32控制核心的电脑鼠走迷宫源码,本程序主要解决迷宫搜索算法-STM32-based control center computer mouse maze source, this program is mainly to solve the maze search algorithm
  3. 所属分类:SCM

    • 发布日期:2017-05-22
    • 文件大小:6157387
    • 提供者:
  1. MAZE

    0下载:
  2. 用C写的迷宫寻路算法,运行环境vc++6.0,能够寻找到从入口到出口的最短路径-Written in C maze routing algorithm, the environment vc++ 6.0, able to find the shortest path the inlet to the outlet
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:33912
    • 提供者:王涵
  1. maze-game

    0下载:
  2. 一个用C语言写的迷宫游戏 定义一个8*8的格子,这64个格子是人物可以移动到的位置;障碍物定义为两个相邻格子之间的挡板,0或1两种状态。类似上述方法,可以定义整个迷宫的布局,64个格子,对应数目的挡板,迷宫出口,迷宫入口,小人,这些元素。 文件里,需要存储迷宫大小,挡板位置,出口,入口。 小人在任一位置,可以向四个方向移动,有挡板则可以移动,没挡板则不可以移动。 最优路径的提示,使用A星路径算法去做,实质是一个启发式广度优先遍历。-A written in C language
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:2644
    • 提供者:ShichaoLiang
  1. Multifunction-maze-car

    0下载:
  2. 基于单片机的迷宫小车模块功能介绍,包括使用说明书以及代码的具体实现-Based on Single Chip Module Features maze car, including the use of specification and code implementation
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:1540900
    • 提供者:孙超
  1. Maze-procedure

    0下载:
  2. 迷宫小程序 是一个8*8的迷宫,自己编辑迷宫障碍,最外层需要编辑为墙壁。-A maze of small programs is a 8*8 maze, the maze of their own maze, the outermost need to edit as wall.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-29
    • 文件大小:196291
    • 提供者:范县成
  1. Maze-shortest-path

    0下载:
  2. 迷宫最短路径 有关迷宫的一个小程序,绘制迷宫图,找到最短路径。-Maze of the shortest path of the maze of a small program, draw a maze, find the shortest path.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-29
    • 文件大小:199684
    • 提供者:范县成
  1. Maze

    0下载:
  2. 数据结构课程设计迷宫问题完整报告,里面附有源代码和实验结果截图。-Curriculum design maze full report, which is attached to the source code and experimental results screenshots.
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:32956
    • 提供者:炮灰
  1. maze

    0下载:
  2. 一个关于迷宫的小程序 大家看一看有没有可以简化算法的地方-A maze of small programs about everyone can see there is no place to simplify the algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1506
    • 提供者:小鬼
  1. Maze-Game

    0下载:
  2. 这是一个迷宫游戏的内核,没有做图形化,不过基本功能做完了-Maze Game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-07
    • 文件大小:1236422
    • 提供者:kongwenze
  1. Maze

    0下载:
  2. 为了理解数据结构而设计的迷宫问题,随机生成一个迷宫,若走得通则给出,走不出则提示。-In order to understand the maze of data structure and design, randomly generated a maze, if General gives go, get out of the tips.
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1460086
    • 提供者:Mystery
  1. Maze

    0下载:
  2. 简易的一个迷宫小程序,可以自己生成路线和最短路径。-A maze of small simple program that can generate its own route and the shortest path.
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:157910
    • 提供者:李阳
  1. maze

    0下载:
  2. 数据结构清华大学严蔚敏版本迷宫模拟源代码和可执行程序-Data structure of Tsinghua University Yan Yumin version of the maze simulation of the source code and executable program
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-29
    • 文件大小:36754
    • 提供者:肖大宝
  1. Maze

    0下载:
  2. 这是一个迷宫程序,基于C语言开发的控制台程序,是学习栈和结构体的必备选择-It is a maze procedure, based on the C language development console program, it is to learn the essential structure of the stack and choose
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2720
    • 提供者:Bluse
  1. Maze

    0下载:
  2. 为了测试某种药物对小白鼠方向感的影响,生物学家在实验室做了一个矩形迷宫,入口和出口都确定为唯一的,且分布在矩形的不同边上。现在让你算出小白鼠最短需要走多少步,才可以从入口走到出口。-In order to test the impact of a drug on mice sense of direction, a biologist at the lab made a rectangular maze, inlet and outlet are determined to be unique
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:638
    • 提供者:Cucuxx
« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 ... 50 »
搜珍网 www.dssz.com