代码搜索:机器人

找到约 783 项符合「机器人」的源代码

代码结果 783
www.eeworm.com/read/214111/15113071

cpp ramfire.cpp

#include /** * 这个类对应一个机器人,根据需要实现相应的Action处理函数, * 就可以订制自己的机器人。 */ class RamFire : public SimpleRobot { public: /** * 每个单位时间都会触发 */ void onTick(T
www.eeworm.com/read/214111/15113087

cpp shining.cpp

#include /** * 这个类对应一个机器人,根据需要实现相应的Action处理函数, * 就可以订制自己的机器人。 */ class Shining : public SimpleRobot { public: /** * 每个单位时间都会触发 */ void onTick(T
www.eeworm.com/read/7227/112546

s remote_light.s

.module remote_light.c .area text(rom, con, rel) .dbfile e:/ICC/include/sl3010.c .dbfunc e port_init _port_init fV .even _port_init:: .dbline -1 .dbline 81 ; //追光机器人 和 遥控机器人程序 ;
www.eeworm.com/read/419688/2074030

h robotstruct.h

#ifndef ROBOT_STRUCT_H #define ROBOT_STRUCT_H namespace personal_RobotParmspace { #define ROBOTS 7 /**额外添加的部分机器人参数,为速度估计准备**/ #define ROBOT_WHEEL_DIS 550//机器人左右轮距单位为毫米 #define OrientationBase