代码搜索:Key

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

代码结果 10,000
www.eeworm.com/read/184669/9089602

ico key5.ico

www.eeworm.com/read/184669/9089726

ico key1.ico

www.eeworm.com/read/184543/9095064

c serial_key.c

/*************************************************************************************************** 功能:基于74HC165串行键盘驱动 ******************************************************************************
www.eeworm.com/read/381327/9097557

c key_scan.c

// 现在由本机判断按下-〉释放为一个完整的击键后报告给MAIN MCU //------------------------------------------------------------------------------------ // // FILE NAME : KEY_SCAN.c // TARGET DEVICE : C8051F314 // CR
www.eeworm.com/read/381327/9097572

lst key_scan.lst

C51 COMPILER V8.02 KEY_SCAN 09/17/2008 10:45:02 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE KEY_SCAN OBJECT MODULE PLACED I
www.eeworm.com/read/381327/9097593

obj key_scan.obj

www.eeworm.com/read/381327/9097670

h key_scan.h

//------------------------------------------------------------------------------------ // // FILE NAME : key_scan.h // TARGET DEVICE : C8051F314 // CREATED ON : 07/14/06 // CREATED BY
www.eeworm.com/read/381044/9113557

vhd key_press.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity key_press is port(clk1:in std_logic; row:in std_logic_vector(3 downto 0); ke
www.eeworm.com/read/381044/9113570

vhd key_scan.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity key_scan is port(clk,key_pre:in std_logic; row:in std_logic_vector(3 downto 0);
www.eeworm.com/read/381044/9113688

vhd key1.vhd

--Key1模块 library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity key1 is port( kin:in std_logic; kout:out std_logic_vector(1 downto 0) ); end key1; architec