代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/159529/5582754
h ohcied.h
/*-----------------------------------------------------------------------------
$File: //hodad/usblink/3.4/source/hostctrl/otg242/ohcied.h $
$DateTime: 2003/09/08 15:17:45 $
$Revision: #1 $
Purpos
www.eeworm.com/read/159529/5582790
h ohcied.h
/*-----------------------------------------------------------------------------
$File: //hodad/usblink/3.4/source/hostctrl/otg242/ohcied.h $
$DateTime: 2003/09/08 15:17:45 $
$Revision: #1 $
Purpos
www.eeworm.com/read/159529/5582826
h ohcied.h
/*-----------------------------------------------------------------------------
$File: //hodad/usblink/3.4/source/hostctrl/otg242/ohcied.h $
$DateTime: 2003/09/08 15:17:45 $
$Revision: #1 $
Purpos
www.eeworm.com/read/152843/5656290
c dma-ip27.c
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 2000
www.eeworm.com/read/248704/12545431
h gm_rwreg.h
#ifndef _GM_RWREG_H
#define _GM_RWREG_H
typedef enum gmbus_direction
{ GM_WRITE,
GM_READ
} GMBus_Direction;
//extern Bool gm_start(GMBus_Direction direct);
//extern void gm_stop(void);
e
www.eeworm.com/read/329093/12980335
pdf application of particle swarm optimization (pso) to single-snapshot direction of arrival (doa) estimation.pdf
www.eeworm.com/read/291572/8409230
java tank.java
import static java.awt.event.KeyEvent.VK_CONTROL;
import static java.awt.event.KeyEvent.VK_DOWN;
import static java.awt.event.KeyEvent.VK_LEFT;
import static java.awt.event.KeyEvent.VK_RIGHT;
impo
www.eeworm.com/read/191842/8420039
c radio.c
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
#include
#include
#include "mylib.h"
#define fm 0
#define am 1
#define inc 1
#define de
www.eeworm.com/read/390868/8436481
java player.java
import java.awt.*;
public class player{
private int xPos;
private int yPos;
private int xVPos;
private int yVPos;
private int speed;
private int direction;
private Rectangle Player;