代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/100128/15883342
c alloca.c
/* alloca.c -- allocate automatically reclaimed memory
(Mostly) portable public-domain implementation -- D A Gwyn
This implementation of the PWB library alloca function,
which is used to all
www.eeworm.com/read/286090/8790173
m4 c-stack.m4
# Check prerequisites for compiling lib/c-stack.c.
# Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under t
www.eeworm.com/read/382480/9024794
h hosti2c.h
#ifndef _HostI2C_H_
#define _HostI2C_H_
#include "regdefs.h"
#define Set_SDA2High sfr_GPIOG_DATA |= 0x04
#define Set_SDA2Low sfr_GPIOG_DATA &= 0xFB
#define Set_SCL2High sfr_GPIOG
www.eeworm.com/read/104056/15711431
m4 c-stack.m4
# Check prerequisites for compiling lib/c-stack.c.
# Copyright (C) 2002 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of
www.eeworm.com/read/391865/8374512
c example_2833xepwmdeadband.c
// TI File $Revision: /main/9 $
// Checkin $Date: April 21, 2008 15:41:33 $
//###########################################################################
//
// FILE: Example_2833xEpwmDeadBand
www.eeworm.com/read/192105/8403688
h f3xx_usb0_interruptserviceroutine.h
//-----------------------------------------------------------------------------
// F3xx_USB0_InterruptServiceRoutine.h
//-----------------------------------------------------------------------------
www.eeworm.com/read/291453/8417560
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/191842/8420057
lst radio.lst
C51 COMPILER V7.08 RADIO 01/14/2007 01:41:25 PAGE 1
C51 COMPILER V7.08, COMPILATION OF MODULE RADIO
OBJECT MODULE PLACED IN r
www.eeworm.com/read/390924/8433385
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/390868/8436444
java enemy.java
import java.awt.*;
public class enemy{
private int xPos;
private int yPos;
private int xVPos;
private int yVPos;
private int direction;
private boolean alarm;
private int alarmTime;