代码搜索:Control
找到约 10,000 项符合「Control」的源代码
代码结果 10,000
www.eeworm.com/read/404346/11487008
vhd state_control.vhd
--------控制电路设计(采用状态机实现)-------
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
---------------------------------
entity state_control is
port(clk,time,alarm,reset,key
www.eeworm.com/read/404346/11487023
bmp state_control.bmp
www.eeworm.com/read/404346/11487029
bmp key_control.bmp
www.eeworm.com/read/404346/11487122
vhd key_control.vhd
------键盘控制,若按下键盘则输出keydown=1---------
library ieee;
use ieee.std_logic_1164.all;
entity key_control is
port(key:in std_logic_vector(9 downto 0);
keydown: out std_logic);
end entity key_control;
www.eeworm.com/read/404346/11487124
vwf key_control.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/404346/11487129
vwf state_control.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to