代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/433099/8547119
ttf led.ttf
255,255, 98,255, 37, 0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,
96, 24,134, 97, 24,134, 9
www.eeworm.com/read/433099/8547126
hif led.hif
HIF003
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, an
www.eeworm.com/read/433099/8547198
pin led.pin
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any other
www.eeworm.com/read/433099/8547269
acf led.acf
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
www.eeworm.com/read/433099/8547337
cnf led.cnf
www.eeworm.com/read/433099/8547372
ndb led.ndb
www.eeworm.com/read/433099/8547487
mmf led.mmf
www.eeworm.com/read/433099/8547520
snf led.snf
www.eeworm.com/read/433099/8547570
vhd led.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity Led is
port
(En:in std_logic;
Numin: in integer range 0 to 9;
Numout: out std_logic_vector(0 to 6)
);
en
www.eeworm.com/read/433092/8547951