代码搜索:Direction

找到约 10,000 项符合「Direction」的源代码

代码结果 10,000
www.eeworm.com/read/136431/13379513

in config.h.in

/* config.h.in. Generated automatically from configure.in by autoheader. */ /* Define if using alloca.c. */ #undef C_ALLOCA /* Define to empty if the keyword does not work. */ #undef const /* D
www.eeworm.com/read/136357/13382165

txt 用pic12c508509 控制一个步进电机源程序.txt

用PIC12C508509 控制一个步进电机源程序 ; STEP_3.ASM (12C508 / 12C509) ; ; Controls a stepping motor driver on GPIO bits 4, 2, 1 and 0. ; ; The direction is controlled by a switch on GPIO bit 3. Bit 5 is n
www.eeworm.com/read/321662/13401119

c wrapkeepdis.c

/** * 围绕对手作来回的移动,并在此基础上添加了与对手保持一定距离的功能 * @author xiemin */ #include //在一个方向上最大的移动时间 #define MOVE_TIME 25 //理想距离 #define PREFER_DISTANCE 300 //移动的方向,这个变量的值只
www.eeworm.com/read/321662/13401123

c wrapavoidwall.c

/** * 围绕对手作来回的移动,并在此基础上添加了与对手保持一定距离,不撞墙的功能 * @author xiemin */ #include //在一个方向上最大的移动时间 #define MOVE_TIME 25 //理想距离 #define PREFER_DISTANCE 300 //计算目标点时采用的搜索半径
www.eeworm.com/read/321662/13401124

c wraprandom.c

/** * 围绕对手作来回的移动,并在此基础上添加了与对手保持一定距离,不撞墙的功能, * 并且运动带有随机性。 * @author xiemin */ #include //理想距离 #define PREFER_DISTANCE 300 //计算目标点时采用的搜索半径 #define SEARCH_DIS 10
www.eeworm.com/read/321662/13401125

c wrap.c

/** * 围绕对手作来回的移动 * @author xiemin */ #include //在一个方向上最大的移动时间 #define MOVE_TIME 25 //移动的方向,这个变量的值只能取1和-1,1表示前进,-1表示后退 int direction = 1; //当前在一个方向上的移动时间 lon
www.eeworm.com/read/321662/13401192

c dancer.c

#include //在一个方向上最大的移动时间 #define MOVE_TIME 25 //移动的方向,这个变量的值只能取1和-1,1表示前进,-1表示后退 int direction = 1; //当前在一个方向上的移动时间 long moveTime = 0; //设置移动的方向 void setDirecti
www.eeworm.com/read/321424/13405183

m makeellip.m

function [x, y]= makeellip( x0, y0, radiusx, radiusy, angleinterval) % (x0, y0 ) = center of circle % radiusx = radius in x direction (a) % radiusy = radius in y direction (b) % angleinterval = a
www.eeworm.com/read/321385/13407853

m makeellip.m

function [x, y]= makeellip( x0, y0, radiusx, radiusy, angleinterval) % (x0, y0 ) = center of circle % radiusx = radius in x direction (a) % radiusy = radius in y direction (b) % angleinterval = a
www.eeworm.com/read/320601/13422443

ppf altpll0.ppf