代码搜索:Behavior
找到约 3,820 项符合「Behavior」的源代码
代码结果 3,820
www.eeworm.com/read/293304/8300432
htm 不使用脚本而实现隐藏显现图层的功能.htm
a.test {display:}
a.test:hover {display:none}
这个层2秒后出现,显示3秒后消失,作者:阿舜
www.eeworm.com/read/366806/9798552
java generalaccount.java
/**
* A simple class used to implement common behavior for various
* types of bank accounts. It should be extended to implement
* behavior for specific accounts.
*/
public class GeneralAccount {
www.eeworm.com/read/415793/11053573
vhd downcnt.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.all ;
ENTITY downcnt IS
GENERIC ( modulus : INTEGER := 8 ) ;
PORT ( Clock, L, E : IN STD_LOGIC ;
Q : OUT INTEGER RANGE 0 TO modulus-1 ) ;
END d
www.eeworm.com/read/415793/11053661
vhd problem.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.all ;
ENTITY problem IS
PORT ( w : IN STD_LOGIC_VECTOR(1 DOWNTO 0) ;
En : IN STD_LOGIC ;
y0, y1, y2, y3 : OUT STD_LOGIC ) ;
END proble
www.eeworm.com/read/415793/11053708
vhd numbits.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.all ;
ENTITY Numbits IS
PORT ( X : IN STD_LOGIC_VECTOR(1 TO 3) ;
Count : OUT INTEGER RANGE 0 TO 3 ) ;
END Numbits ;
ARCHITECTURE Behavi
www.eeworm.com/read/415793/11053848
vhd rege.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.all ;
ENTITY rege IS
PORT ( R, Resetn, E, Clock : IN STD_LOGIC ;
Q : BUFFER STD_LOGIC ) ;
END rege ;
ARCHITECTURE Behavior OF rege IS
BEG
www.eeworm.com/read/415793/11053862
vhd downcnt.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.all ;
ENTITY downcnt IS
GENERIC ( modulus : INTEGER := 8 ) ;
PORT ( Clock, L, E : IN STD_LOGIC ;
Q : OUT INTEGER RANGE 0 TO modulus-1 ) ;
END d