代码搜索:gate
找到约 3,306 项符合「gate」的源代码
代码结果 3,306
www.eeworm.com/read/296494/8099075
sof gate.sof
www.eeworm.com/read/296494/8099097
vhd gate.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY GATE IS
PORT(SEL1,SEL2,SEL3,TEST:IN STD_LOGIC;
TESTOUT:OUT STD_LOGIC);
END GATE;
ARCHITECTURE ONE OF G
www.eeworm.com/read/296494/8099108
fit gate.fit
-- MAX+plus II Compiler Fit File
-- Version 10.0 9/14/2000
-- Compiled: 06/19/2007 22:07:19
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and
www.eeworm.com/read/307021/13732909
vhd not_gate.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.ALL;
ENTITY not_gate IS
PORT(
a : IN STD_LOGIC;
y : OUT STD_LOGIC);
END not_gate;
ARCHITECTURE behavier OF not_gate IS
BEGIN
y
www.eeworm.com/read/305213/13776807
png gate.png
www.eeworm.com/read/301374/13859717
测频gate
www.eeworm.com/read/147766/5721637
s gate.s
/*
* This file contains the code that gets mapped at the upper end of each task's text
* region. For now, it contains the signal trampoline code only.
*
* Copyright (C) 1999-2002 Hewlett-Packard
www.eeworm.com/read/147766/5722815
s gate.s
/*
*
* Linux/PARISC Project (http://www.parisc-linux.org/)
*
* System call entry code Copyright (c) Matthew Wilcox 1999
* Licensed under the GNU GPL.
* thanks to Philipp Rumpf, M
www.eeworm.com/read/136786/5862688
s gate.s
/*
* This file contains the code that gets mapped at the upper end of each task's text
* region. For now, it contains the signal trampoline code only.
*
* Copyright (C) 1999-2001 Hewlett-Packard
www.eeworm.com/read/136786/5863656
s gate.s
/* ------------------------------------------------------------------------------
*
* Linux/PARISC Project (http://www.thepuffingroup.com/parisc)
*
* System call entry code Copyright (c) Matthew W