搜索资源列表

  1. zhinengxiaoche

    0下载:
  2. 具有寻黑带、趋光、避障功能,能记录走过的路程和时间-Black Belt with searching, phototaxis, obstacle avoidance function, can record the distance traveled and time
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:cyy4409
  1. smartcar

    0下载:
  2. 完成语音播放,循黑线,自动避障,遥控等功能-Complete voice broadcast through the black line, automatic obstacle avoidance, remote control and other functions
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:刘伟伟
  1. RVO

    0下载:
  2. 多机器人路径规划算法,The RVO Library provides an easy-to-use implementation of the Reciprocal Velocity Obstacle (RVO) fr a mework for multi-agent simulation.-Multi-robot path planning algorithm, The RVO Library provides an easy-to
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:78848
    • 提供者:susu LI
  1. migong

    0下载:
  2. 迷宫 已经定义好迷宫的障碍 找出所有可以走出迷宫的路径-Maze has been an obstacle to the definition of a good maze to find out all we can get out of the path of the maze
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:sunmiaoa
  1. AntColonySystem

    1下载:
  2. 粒子群算法的matlab程序在有障碍的路径图中寻找最短路径的程序。-Particle Swarm matlab process there is an obstacle in the path diagram to find the shortest path procedure.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:吕铭守
  1. migong

    0下载:
  2. 编写一个程序求解迷宫问题。迷宫由m行n列的二维数组设置,0表示无障碍,1表示有障碍。设入口为(1,1),出口为(m,n),每次只能从一个无障碍单元移到周围四个方向上任一无障碍单元。编程实现对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 算法输入:代表迷宫入口的坐标 算法输出:穿过迷宫的结果。 -The preparation of a program to solve maze problems. Ma
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:537600
    • 提供者:罗子
  1. SFD

    0下载:
  2. 随着汽车工业的迅速发展,关于汽车的研究也就越来越受人关注。全国电子大赛和省内电子大赛几乎每次都有智能小车这方面的题目,全国各高校也都很重视该题目的研究。可见其研究意义很大。本设计就是在这样的背景下提出的,指导教师已经有充分的准备。本题目是结合科研项目而确定的设计类课题。设计的智能电动小车应该能够实时显示时间、速度、里程,具有自动寻迹、寻光、避障功能,可程控行驶速度、准确定位停车。-With the rapid development o
  3. 所属分类:技术管理

    • 发布日期:2024-05-18
    • 文件大小:378880
    • 提供者:yehailong
  1. surveyor

    0下载:
  2. 在webot仿真机器人软件上,实现的机器人避障算法,其中包括了具体算法还有实现(经平台测试可行)-SimuroSot in webot software to realize the robot obstacle avoidance algorithm, which includes also the realization of specific algorithm (as a viable platform for the test
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1235968
    • 提供者:李慧敏
  1. VB_RW_Phys32

    0下载:
  2. VB6不能直接访问物理地址,这vb编成员是一个大障碍.通常其他语言嵌入或引用DLL,这样一来复杂且移植性差.这是一个解决的例子.-VB6 can not directly access the physical address, which made members of vb is a major obstacle. Usually embedded in other languages or referenced DLL, so t
  3. 所属分类:.net编程

    • 发布日期:2024-05-18
    • 文件大小:26624
    • 提供者:郝明
  1. Visbug2

    0下载:
  2. This program simulate a robot with algortim visbug 2 for obstacle aboidance and purepursuit for reaching a target point
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:881664
    • 提供者:Edu
  1. AVOID

    0下载:
  2. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:832512
    • 提供者:王嘉家
  1. 1

    0下载:
  2. 在一个标准8×8的国际象棋棋盘上,棋盘中有些格子是可能有障碍物的。已知骑士的初始位置和目标位置,你的任务是计算出骑士最少需要多少步可以从初始位置到达目标位置。有障碍物的格子当然不可能到达。 -At a standard 8 × 8 on the international chessboard, checkerboard lattice, some are likely to have obstructions. Cavalier
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-18
    • 文件大小:40960
    • 提供者:JC
  1. xunjibizhangxiaoche

    0下载:
  2. 我是一名学生,本程序为一个循迹避障小车的程序,自己为挑战杯做的,有8个传感器。5个做循迹,3个做避障用,都接在c51的p1口。转弯控制用伺服机,后轮用直流电机用l293d驱动,我试了效果非常好!-I am a student, the procedures for a vehicle obstacle avoidance tracking procedures for the Challenge Cup to do their own,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:806912
    • 提供者:史航伟
  1. jqr

    0下载:
  2. 一个小型的玩具机器人的智能避障的源程序包-A toy robot smart obstacle avoidance of vc source
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:王建军
  1. 51xiaoche

    0下载:
  2. 51单片机的 循迹小车程序,给初学者奉献的资料 希望地大家有帮助-51 Singlechip car tracking procedures, give beginners the information dedication hope everyone has to help
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:15360
    • 提供者:yiqiang
  1. thedesignofremotecontrolcar

    0下载:
  2. ,本设计采用2片AT89C52单片机构成主从式的控制系统。红外遥控部分采用遥控车模专用编、解码芯片TX-2/RX-2,提高控制的可靠性。采用红外传感器进行里程检测;超声波传感器进行障碍识别;感光电阻辅以步进电机控制的转动机构进行光源方向的检测,并能用软件控制小车行驶到光源附近。采用步进电机对小车的转向进行精确的控制。此外,采用四位LED数码管和若干LED发光二极管显示时间、行进的里程以及小车的各种状态;采用AT24C08串行EEPROM
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-18
    • 文件大小:192512
    • 提供者:bing
  1. MotionDemo

    0下载:
  2. 基于AS-R的避障小车 由南京航空航天大学编制-AS-R-based obstacle avoidance of the car by the establishment of the Nanjing University of Aeronautics and Astronautics
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:1994752
    • 提供者:夏博
  1. Simulateur

    0下载:
  2. Simulator of an IA controled robot, can use multiple robot and multiple obstacle.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-18
    • 文件大小:249856
    • 提供者:misteroups
  1. ObstacleAvoidance

    0下载:
  2. 基于单片机的机器人避障程序,实现机器人的自动转向-MCU-based robot obstacle avoidance procedures, implementation of the automatic shifting robot
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:kile
  1. thinkaboutcar

    0下载:
  2. 多功能,智能,带有寻路径,避障和探测功能-Multi-functional, intelligent, with a search path, obstacle avoidance and detection function
  3. 所属分类:文档资料

    • 发布日期:2024-05-18
    • 文件大小:377856
    • 提供者:lyh
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

源码中国 www.ymcn.org