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

搜索资源列表

  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. Maze

    0下载:
  2. IEEE电脑鼠走迷宫程序(带有记忆功能和智能算法)-IEEE Computer Mouse Maze procedure (with memory function and intelligence algorithm)
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:99262
    • 提供者:黄威
  1. src

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

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

    0下载:
  2. 电脑鼠走迷宫的程序,包括坐定位、制作等高图、选择最短路径、走弧形弯。-Computer Mouse Maze procedures, including taking curved bend.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:11360
    • 提供者:张程序
  1. Maze

    0下载:
  2. 电脑鼠走迷宫算法 包含迷宫搜索和冲刺函数-Computer Mouse Maze algorithm is a function that contains a maze search and sprint
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:107495
    • 提供者:钱江潮
  1. mazecrossing

    0下载:
  2. 这是一个走迷宫算法的C++源程序,必须给出地图的宽度、高度,以及入口和出口坐标作为输入。-This is a Maze algorithm C++ Source must be given the map width, height, as well as import and export of coordinates as input.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:4670
    • 提供者:梅传根
  1. MicromouseV1_3

    0下载:
  2. 周立功电子鼠V1.3内部演示版源程序,场景是走迷宫-Week Ligong electronic mouse demo version V1.3 internal source, the scene is the Maze
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-27
    • 文件大小:98512
    • 提供者:郭丁丁
  1. mouse

    0下载:
  2. 模拟电脑鼠走迷宫,并可通过串口连接电脑鼠-Rat Maze analog computer, and through the serial port to connect a computer mouse
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:373395
    • 提供者:boat
  1. maze_src

    0下载:
  2. 一个用C++写的兔子走迷宫游戏,用键盘上的方向键控制兔子走动,左边为小地图,右边为大地图,地图都是随机产生的,建议先到左边! -One with C++ Written rabbit Maze game, using the arrow keys on the keyboard to control the rabbit around the left for small maps, the right for the big map, maps are randomly generated,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:288316
    • 提供者:袁子
  1. zou_migong

    0下载:
  2. 超酷小鼠走迷宫问题,经典算法与数据结构问题-Cool mouse Maze problems, the classic algorithm and data structure issues
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2609
    • 提供者:weishantc
  1. release

    0下载:
  2. 走迷宫的A*算法,用的是数组,个人的练习作品-Maze of the A* algorithm, using the array, the individual s practice work
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:126816
    • 提供者:胡凯
  1. algorithm

    0下载:
  2. 一些常用的算法, 包括 汉诺塔、走迷宫等-Some commonly used algorithms, including the Tower of Hanoi, Maze, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1196611
    • 提供者:
  1. migong

    0下载:
  2. 走迷宫 自动绕行 红外线导航 遇到障碍物自动避开-migong
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:669
    • 提供者:周方磊
  1. ourgame

    0下载:
  2. 迷失森林 一个精灵在森林里走迷宫,有生命值-LOSE Sprite mySprite.paint(g)
  3. 所属分类:J2ME

    • 发布日期:2017-04-02
    • 文件大小:81572
    • 提供者:raito
  1. JAVA

    0下载:
  2. 两个简单的 JAVA走迷宫代码,希望对广大学习者有所帮助。-Maze two simple JAVA code, want to help the majority of learners.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:5755
    • 提供者:yy
  1. zmg

    0下载:
  2. A* 算法实现走迷宫通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系-A* algorithmthrough the preparation of the maze procedure to skillfully master A* algorithm.* A full understanding of algorithms and heuristic function of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1844
    • 提供者:harris
  1. Maze

    1下载:
  2. 该程序是 我参加“国际IEEE智能老鼠走迷宫大赛”时获奖的一套程序,该程序针对的cpu是LM3S615-The program that I participated in " International IEEE Intelligent Mouse Maze Contest" the award-winning set of procedures, the program aimed at cpu is LM3S615
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:109561
    • 提供者:何波
  1. src

    0下载:
  2. 电脑鼠走迷宫,包括探索和冲刺。探索部分路径直接返回起点进入冲刺状态 。-Computer Mouse Maze, including the exploration and sprint. A direct return to the starting point to explore some of the path into the sprint the state.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:21572
    • 提供者:lubin
  1. maze_back

    1下载:
  2. 电脑鼠走迷宫算法 包含迷宫搜索和冲刺函数-Computer Mouse Maze algorithm is a function that contains a maze search and sprint
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:86721
    • 提供者:钱江潮
  1. axing

    0下载:
  2. 利用a星算法来走迷宫的C++实例。console下运行,a星算法比较简洁明了,便于学习-The use of a satellite algorithm to Maze in C++ examples. console running, a star algorithm is relatively simple and clear, easy to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:9794
    • 提供者:温智君
« 1 23 4 5 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com