代码搜索:Key
找到约 10,000 项符合「Key」的源代码
代码结果 10,000
www.eeworm.com/read/179095/9373318
dat ldlt_key.dat
Original parameters:
n = 3
1 0.5 0.5 1
0.5 1 0.5 -2
0.5 0.5 1 3
After calculated:
1 0.5 0.5
www.eeworm.com/read/374876/9380330
c led_key.c
/**********************************************************************************************************
[源代码]
//4*4键盘检测程序,按下键后相应的代码显示在数码管上
******************************************************
www.eeworm.com/read/178848/9383639
bmp key3.bmp
www.eeworm.com/read/178848/9383641
bmp key1.bmp
www.eeworm.com/read/178848/9383645
bmp key4.bmp
www.eeworm.com/read/178848/9383653
bmp key2.bmp
www.eeworm.com/read/178848/9383657
bmp key5.bmp
www.eeworm.com/read/374530/9399996
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/374530/9400006
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/374530/9400120
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