CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - maze

搜索资源列表

  1. randmigong

    0下载:
  2. 一个寻找迷宫出口的算法,具有随机性选择,但绝无重复路程!-a maze to find export algorithm, random choice, but no repeat distance!
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1423
    • 提供者:刘奕宏
  1. 电脑鼠跑迷宫源程序

    0下载:
  2. 电脑鼠跑迷宫源程序,其中算法及驱动部分已改进~,Computer mouse running the maze source code, which some have been improved algorithms and drive ~
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-03-26
    • 文件大小:99012
    • 提供者:邱灵
  1. 周立功电脑鼠源代码

    1下载:
  2. 周立功电脑鼠源代码,可实现记忆功能,环境为IAR,芯片LM3s615,Week Ligong computer mouse source code, memory function can be realized, the environment for the IAR, chip LM3s615
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2017-03-25
    • 文件大小:98799
    • 提供者:wangzhen
  1. IEEE电脑鼠走迷宫参赛用代码

    0下载:
  2. IEEE电脑鼠走迷宫参赛用代码,16*16迷宫代码,采用了高速转弯方案,此为第一版,追求速度的调校方案,使用此代码在校级比赛中获得三等奖,使用者可参考本代码进行进一步修改与调整。-IEEE Computer Mouse Maze competition with the code, 16* 16 maze code, the program uses a high-speed cornering, this is the first edition, the pursuit of speed o
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-03-23
    • 文件大小:28603
    • 提供者:赵士博
  1. micro-mouse-search.rar

    1下载:
  2. 此代码为电脑鼠迷宫拓扑结构搜索代码,处理器为LUMINARY公司的Lm3s615。,This code for the computer mouse maze topology search code LUMINARY processor' s Lm3s615.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-27
    • 文件大小:66983
    • 提供者:强强
  1. mouse-sch.rar

    0下载:
  2. 这是电脑鼠的原理图,电脑鼠能够自动搜索迷宫,最终找出最短路径,This is a schematic diagram of a computer mouse, computer mouse can automatically search a maze, and ultimately to find the shortest path
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:236476
    • 提供者:强强
  1. IEEE电脑鼠走迷宫代码第二版

    1下载:
  2. IEEE电脑鼠走迷宫代码第二版,此版为参加省赛所用的代码,依旧采用高速转弯方案,本方案所采用的调校方案较为保守,速度不是特别快,但是稳定性较高,可以顺利走完16*16迷宫,并可以进行简单修改走8*8迷宫,另外,如果对迷宫算法不满意可以单独提取转弯部分代码进行自行改编。-IEEE Computer Mouse Maze Code Second Edition, this version of the game used to participate in the provincial code,
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-03-23
    • 文件大小:28831
    • 提供者:赵士博
  1. 电脑鼠比赛的源码

    1下载:
  2. 本源码为去年湖南赛区参加电脑鼠比赛的源码能够实现连续转弯和迷宫的快速搜索。下载即用-The source for the Division to participate in Hunan last year, the source computer mouse game to achieve a continuous maze of turns and quick search. Download-use
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2012-12-14
    • 文件大小:137777
    • 提供者:hekai
  1. main.rar

    0下载:
  2. 电脑鼠走迷宫的一种算法(周立功单片机)右手算法,搜索迷宫的初级算法。,Computer Mouse Maze an algorithm (ZLG MCU) right algorithm, the primary search algorithm for maze.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:6986
    • 提供者:李会龙
  1. Maze

    1下载:
  2. 电脑鼠源代码,有注释,详尽易懂,获奖作品代码,速度和稳定性都很好-Computer mouse source code, annotated, detailed easy to understand, winning code, speed and stability are very good
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-05-16
    • 文件大小:109466
    • 提供者:yizi
  1. SearchMaze

    1下载:
  2. 代码实现了电脑鼠走迷宫,利用“洪水”算法,快速并且准确-Code to achieve a computer mouse maze, using the " flooding" algorithm, fast and accurate
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:66983
    • 提供者:wangxc
  1. BrainCar

    0下载:
  2. 智能电动小车的制作,可实现走迷宫 躲避障碍等功能。附原理图。-Smart electric car production, can be achieved to avoid obstacles Maze functions. Attached schematic.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2014-12-25
    • 文件大小:169341
    • 提供者:renyongxu
  1. Micromouse

    0下载:
  2. 电脑鼠走迷宫,第一次自己寻找出路,第二次直接走出迷宫,校内比赛参考程序-Computer Mouse Maze for the first time find their own way, the second directly out of the maze, school game reference program
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:513282
    • 提供者:nannan
  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. main

    1下载:
  2. 周立功电脑鼠无记忆跑迷宫程序源代码,包含红外发射接收,姿势调整和迷宫方向选择多个模块-ZLG no memory of the computer mouse to run the maze source code, including infrared transmitting and receiving direction of postural adjustments and the maze to select multiple modules
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:6566
    • 提供者:陈晓松
  1. maze

    0下载:
  2. 智能小车过迷宫基于C语言演示程序,适用于51单片机系列-Smart car
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:100291
    • 提供者:guoxin
  1. maze

    0下载:
  2. 电脑鼠顶层开发程序,包括转弯,避免走走过的路,完整实用-Top of the computer mouse development process, including turning, to avoid walking through the road, complete and practical
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-06
    • 文件大小:5120
    • 提供者:zhm
  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. migongxiaoche

    0下载:
  2. 本智能迷宫小车通过左手摸墙法搜索迷宫的出口。-Smart car through the maze of the left hand touch the wall law search maze exports.
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:9164
    • 提供者:cyy4409
  1. Micromouse_roads_weight

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

    • 发布日期:2017-04-27
    • 文件大小:32575
    • 提供者:chuck
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com