代码搜索:Direction

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

代码结果 10,000
www.eeworm.com/read/126327/14428568

vhd counters.vhd

-- MAX+plus II VHDL Example -- Efficient Counter Inference -- Copyright (c) 1994 Altera Corporation ENTITY counters IS PORT ( d : IN INTEGER RANGE 0 TO 255; clk : IN BIT; clear
www.eeworm.com/read/227189/14437589

vhd 各种功能的计数器.vhd

-- MAX+plus II VHDL Example -- Efficient Counter Inference -- Copyright (c) 1994 Altera Corporation -- download from:www.pld.com.cn & www.fpga.com.cn Library IEEE ; use IEEE.std_logic_1164.all
www.eeworm.com/read/125698/14470279

vhd counters_altera.vhd

-- MAX+plus II VHDL Example -- Efficient Counter Inference -- Copyright (c) 1994 Altera Corporation -- download from:www.pld.com.cn & www.fpga.com.cn Library IEEE ; use IEEE.std_logic_1164.all
www.eeworm.com/read/125623/14481860

java wormlink.java

/* * @(#)WormLink.java 1.3 03/08/10 * * Copyright (c) 2000-2003 Sun Microsystems, Inc. All rights reserved. * PROPRIETARY/CONFIDENTIAL * Use is subject to license terms */ /* * WormLink.java
www.eeworm.com/read/225696/14525684

c c09_15.c

#include #include int main() { char *question = "Where are do you want to go? [1:West, 2:North , 3:Easr , 4:South]\n", *pwest = "West. There are a larger building.", *p
www.eeworm.com/read/124222/14585955

pas search.pas

{*******************************************************} { } { Copyright (c) 1995,96 Borland International } {
www.eeworm.com/read/122711/14671937

cpp demo8_10_16b.cpp

// DEMO8_10_16b.CPP - Page scrolling demo, 16-bit version // make certain to include the T3DLIB1.CPP source file! // and this is a windowed demo, so you MUST be in 16-bit mode // INCLUDES ///////
www.eeworm.com/read/119473/14829500

asm proj5_2.asm

; Project #2, Chapter five ; ; AMAZE.ASM ; ; A maze generation/solution program. ; ; This program generates an 80x25 maze and directly draws the maze on the ; video display. ; ; You need to s
www.eeworm.com/read/119473/14829774

asm amaze.asm

; AMAZE.ASM ; ; A maze generation/solution program. ; ; This program generates an 80x25 maze and directly draws the maze on the ; video display. It demonstrates the use of coroutines within a pr
www.eeworm.com/read/219036/14897329

java waveletfilter.java

/* * CVS identifier: * * $Id: WaveletFilter.java,v 1.12 2000/11/27 15:05:12 grosbois Exp $ * * Class: WaveletFilter * * Description: Defines the interface f