代码搜索:Behaviour
找到约 1,042 项符合「Behaviour」的源代码
代码结果 1,042
www.eeworm.com/read/435259/7794906
vhd full_adder.vhd
library IEEE;
use IEEE.std_logic_1164.all;
entity FULL_ADDER is
port (X,Y,Cin : In std_logic; Cout, Sum: Out std_logic);
end FULL_ADDER;
architecture behaviour of FULL_ADDER is
beg
www.eeworm.com/read/124426/6047832
java joinhandler.java
package org.jbpm.delegation;
import org.jbpm.*;
/**
* allows to specify all kinds of {@link org.jbpm.model.definition.Join}-behaviour,
* including run-time process-specific behaviour.
*/
www.eeworm.com/read/487672/6507427
vhd full_adder.vhd
library IEEE;
use IEEE.std_logic_1164.all;
entity FULL_ADDER is
port (X,Y,Cin : In std_logic; Cout, Sum: Out std_logic);
end FULL_ADDER;
architecture behaviour of FULL_ADDER is
beg
www.eeworm.com/read/479064/6698723
cat5 dhcp-eval.cat5
dhcpd-options(5) dhcpd-options(5)
NNAAMMEE
dhcp-conditionals - ISC DHCP conditional evaluation
DDEESSCCRRIIPPTTIIOONN
The Internet
www.eeworm.com/read/258306/11871494
vhd rx_ready_reg.vhd
-- Altera Microperipheral Reference Design Version 0802
--**********************************************************************************************
--
-- System: A8251
-- Component: Rx
www.eeworm.com/read/258306/11871516
vhd rx_sync_stat.vhd
-- Altera Microperipheral Reference Design Version 0802
--**********************************************************************************************
--
-- System: A8251
-- Component: Rx
www.eeworm.com/read/254071/12165051
vhd shifter.vhd
USE WORK.ALL;
LIBRARY IEEE;
USE IEEE.std_logic_1164.all;
ENTITY shifter IS
GENERIC (
Size: INTEGER
);
PORT (
A : IN STD_LOGIC_VECTOR(Size-1 DOWNTO 0);
Ctrl : IN STD_LOGIC_VE
www.eeworm.com/read/254071/12165058
vhd selector.vhd
USE WORK.ALL;
LIBRARY IEEE;
USE IEEE.std_logic_1164.all;
ENTITY selector IS
GENERIC (
Size: INTEGER
);
PORT (
A : IN STD_LOGIC_VECTOR(Size-1 DOWNTO 0);
B : IN STD_LOGIC_V
www.eeworm.com/read/120989/14777265
vhd rx_ready_reg.vhd
-- Altera Microperipheral Reference Design Version 0802
--**********************************************************************************************
--
-- System: A8251
-- Component: Rx
www.eeworm.com/read/120989/14777278
vhd rx_sync_stat.vhd
-- Altera Microperipheral Reference Design Version 0802
--**********************************************************************************************
--
-- System: A8251
-- Component: Rx