代码搜索:Direction

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

代码结果 10,000
www.eeworm.com/read/347645/11650894

java stoparrowbutton.java

/* (swing1.1.1beta2) */ package jp.gr.java_conf.tame.swing.button; import java.awt.*; import javax.swing.*; import javax.swing.plaf.basic.*; /** * @version 1.0 07/07/99 */ public class StopArro
www.eeworm.com/read/157867/11658776

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/261166/11662689

htm wap_road.htm

www.eeworm.com/read/261064/11667744

f mover.f

subroutine mover( x, v, npart, L, mpv, vwall, tau, & strikes, delv, seed ) integer*4 MAXnpart, MAXncell parameter( MAXnpart = 10000, MAXncell = 500 )
www.eeworm.com/read/157685/11672410

ini custctrl.ini

[DAQNUMERIC_Dial Configuration] Allow Right Click Editing = True Board = 1 Channel String = "0" Control Value = 7.73925781250000e-01 Editing Dialog Modal = False Editing Dialog Title = "Edit DAQ
www.eeworm.com/read/347268/11678515

ppf pllu.ppf

www.eeworm.com/read/157624/11680286

in gsm_config.h.in

/* gsm_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 c
www.eeworm.com/read/347088/11700821

java elevatordata.java

package Data; public class ElevatorData { public int floor = 1;// 1-10 public int direction = 0;// (0停1上-1下2开门-2关门) public double openedPercent = 0; public int light[] = new int[13];// (
www.eeworm.com/read/347088/11701115

java elevatordata.java

package Data; public class ElevatorData { public int floor = 1;// 1-10 public int direction = 0;// (0停1上-1下2开门-2关门) public double openedPercent = 0; public int light[] = new int[13];// (
www.eeworm.com/read/347088/11701132

java control.java

package Control; import Event.ReceiveDataListener; import Extend.XTXServer; import Data.AdministratorCommandData; import Data.InnerPassengerCommandData; import Data.OuterPassengerCommandData;