代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/347088/11701294
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/260726/11705926
ini bout.ini
BANKSEL TRISB ; Select bank 1
MOVLW DDCodeB ; Port B Direction Code
MOVWF TRISB ; Load the DDR code into F86
BANKSEL PORTB ; Select bank 0
www.eeworm.com/read/260547/11720067
~dfm dmyzcx_.~dfm
object DMyzcx: TDMyzcx
OldCreateOrder = False
Left = 249
Top = 160
Height = 294
Width = 392
object ADOCyzcx: TADOConnection
ConnectionString =
'Provider=SQLOLEDB.1;Passw
www.eeworm.com/read/260547/11720089
dfm dmyzcx_.dfm
object DMyzcx: TDMyzcx
OldCreateOrder = False
Left = 249
Top = 160
Height = 294
Width = 392
object ADOCyzcx: TADOConnection
Connected = True
ConnectionString =
'Pro
www.eeworm.com/read/260117/11746454
edi uart.edi
(edif uart
(edifVersion 2 0 0)
(edifLevel 0)
(keywordMap (keywordLevel 0))
(status
(written
(timeStamp 2007 7 17 10 47 47)
(author "Synplicity, Inc.")
(program "S
www.eeworm.com/read/346216/11761270
cpp bug.cpp
// bug.cpp: Implemention of class bug, SlowBug and FastBug
#include
#include
#include
#include "Bug.h"
using namespace std;
//-----------------------------
www.eeworm.com/read/346193/11762817
cpp entity.cpp
#include "entity.h"
CEntity::CEntity()
{
interpol = 3.0f;
stateStart = 0;
stateEnd = 39;
animSpeed = 7.0f;
direction = 0.0f;
entitySound = NULL;
position = CVector(0,0,0);
veloci