代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/124465/6046998
s avrio.s
; =============================================================================
; Project Name : jayaCard
; Module Name : proto/hal/avr/avrio.S
;
; Description: I/O routines for 9600 bps at 3.58 MHz
www.eeworm.com/read/120251/6076285
h ogrecylinderemitter.h
/*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://ww
www.eeworm.com/read/113165/6138308
h ogrecylinderemitter.h
/*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://ww
www.eeworm.com/read/110034/6166538
c swiotlb.c
/*
* Dynamic DMA mapping support.
*
* This implementation is for IA-64 platforms that do not support
* I/O TLBs (aka DMA address translation hardware).
* Copyright (C) 2000 Asit Mallick
www.eeworm.com/read/103694/6212916
s io.s
; =============================================================================
; Project Name : jayaCard
; Module Name : proto/hal/avr/io.s
;
; Description: I/O routines for 9600 bps at 3.58 MHz
;
;
www.eeworm.com/read/100601/6267468
c desblapi.c
/*
* desblapi.c
*
* core source file for DES-150 library
* Implement DES Modes of Operation and Triple-DES.
* Adapt DES-150 to blapi API.
*
* The contents of this file are subject to the Mo
www.eeworm.com/read/382666/6286491
vhd 步进电机控制器.vhd
-- dowload from: www.fpga.com.cn & www.pld.com.cn
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
USE IEEE.std_logic_unsigned.ALL;
USE IEEE.std_logic_arith.ALL;
ENTITY step_motor IS
PORT(
f
www.eeworm.com/read/404154/6354255
h f3xx_usb0_interruptserviceroutine.h
//-----------------------------------------------------------------------------
// F3xx_USB0_InterruptServiceRoutine.h
//-----------------------------------------------------------------------------
www.eeworm.com/read/494695/6360552
vhd 步进电机控制器.vhd
-- dowload from: www.fpga.com.cn & www.pld.com.cn
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
USE IEEE.std_logic_unsigned.ALL;
USE IEEE.std_logic_arith.ALL;
ENTITY step_motor IS
PORT(
f
www.eeworm.com/read/493199/6398307
java fruit.java
import java.awt.*;
/**
* 定义水果的类
*/
public class Fruit{
private int xPos, yPos, xVPos, yVPos;
private int direction;
private Rectangle fruit;
private int appearTime;
private int AI_ti