代码搜索:机器人
找到约 783 项符合「机器人」的源代码
代码结果 783
www.eeworm.com/read/419603/10855817
lis led.lis
.module Led.c
.area text(rom, con, rel)
0000 .dbfile F:\机器人3\avr\AVR典型实例\第2章程序\复件IO~1\跑马灯设计\Led.c
0000 .dbfunc
www.eeworm.com/read/321662/13401150
c figure8.c
#include
#define MOVE_VELOCITY 5
#define TURN_VELOCITY toRadians(3)
// 等待机器人转动指定的弧度
void waitforRadians(double radians);
/**
* 每个单位时间都会触发
*/
void onTick(struct
www.eeworm.com/read/230779/14274124
txt macro1.txt
[General]
Description=1.演示机器人
BeginHotkey=120
BeginHotkeyMod=0
RunOnce=1
Enable=1
[Repeat]
Type=0
Number=1
[Script]
KeyDown 91 1
KeyPress 82 1
KeyUp 91 1
Delay 50
KeyPress 8 1
Delay 1
www.eeworm.com/read/390566/8459042
m function_image_feature.m
function fea_uv = Function_image_feature(sita,x_y_z);
% PURPOSE : this function gets the image feature u and v from the real world
% coordinate x and y(单位:m)
%sita1,sita2为机器人两
www.eeworm.com/read/390564/8459100
m function_image_feature.m
function fea_uv = Function_image_feature(sita,x_y_z);
% PURPOSE : this function gets the image feature u and v from the real world
% coordinate x and y(单位:m)
%sita1,sita2为机器人两
www.eeworm.com/read/184283/9113300
m zhouweidian.m
function zwd=zhouweidian(M1,robotnum)
%-------------------------------------zwd:3*16,机器人周围8个点的坐标。
for j=1:robotnum
x=M1(j,1);
y=M1(j,2);
for k=1:8
if k==1
www.eeworm.com/read/321662/13401168
c fireoriginal.c
/**
* 打原始点的机器人
* @author xiemin
*/
#include
void onTick(struct TickAction* action)
{
//计算开火的方向
double fireHeading;
//得到第一个对手的信息
struct Bot* opponent = getF
www.eeworm.com/read/209166/15226596
h action.h
/***************************************************************************
* 文件名称:Action.h
* 摘 要:该文件声明了机器人的动作函数。
*
* 当前版本:2.0
* 作 者:Moon, Dr Jun Jo, 李迅
* 完成日期:2005年10月24日
**************
www.eeworm.com/read/42363/1148747
+
void CMovj::OnExecute() //关节坐标式运动方式
{
//TODO:Add your control notification handler code here
dlg.OnOpenCom(); //设置端口参数,建立机器人和计算机的连接;
...
//参数framename的取值
if (m_nframename == 0)
{