代码搜索:小板电路
找到约 10,000 项符合「小板电路」的源代码
代码结果 10,000
www.eeworm.com/read/228702/14365771
asm io-32.asm
;Io-32.asm
;32位I/O接口电路设计实验
.386P
;****************根据查看端口资源修改下列符号值*******************
IOY0 EQU 9C00H ;片选IOY0对应的端口始地址
;*********************************************************
www.eeworm.com/read/222482/14688460
c led_display.c
/*----------------------------------------------------------------------------------------------
共阴数码管,接法为:单片机数据输入端口接段控74HC595,再级连到位选控制74HC595
传送数据:先送位,后送段
电路接法:LED8—1 LED8—2
www.eeworm.com/read/214738/15090424
vhd display.vhd
--
-- File: display.vhd
-- 数码管动态显示译码电路
-- 输入:1KHZ时钟,两个数,
-- 输出:位选col,数据led
library IEEE;
use IEEE.std_logic_1164.all;
entity display is
port (
reset: in STD_LOGIC;
clk1k:
www.eeworm.com/read/214737/15090439
vhd display.vhd
--
-- File: display.vhd
-- 数码管动态显示译码电路
-- 输入:1KHZ时钟,两个数,
-- 输出:位选col,数据led
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
entity display is
port (
data
www.eeworm.com/read/211745/15174563
vhd mux2_1.vhd
--2选1电路方法1
--library ieee;
--use ieee.std_logic_1164.all;
--entity mux2_1 is
--port(d0,d1,sel:in std_logic;
--q:out std_logic);
--end mux2_1;
--architecture beh of mux2_1 is
-
www.eeworm.com/read/14792/410585
vhd mux2_1.vhd
--2选1电路方法1
--library ieee;
--use ieee.std_logic_1164.all;
--entity mux2_1 is
--port(d0,d1,sel:in std_logic;
--q:out std_logic);
--end mux2_1;
--architecture beh of mux2_1 is
-
www.eeworm.com/read/17540/737543
cpld
--2选1电路方法1
--library ieee;
--use ieee.std_logic_1164.all;
--entity mux2_1 is
--port(d0,d1,sel:in std_logic;
--q:out std_logic);
--end mux2_1;
--architecture beh of mux2_1 is
-
www.eeworm.com/read/17609/742454
vhd mux2_1.vhd
--2选1电路方法1
--library ieee;
--use ieee.std_logic_1164.all;
--entity mux2_1 is
--port(d0,d1,sel:in std_logic;
--q:out std_logic);
--end mux2_1;
--architecture beh of mux2_1 is
-
www.eeworm.com/read/17895/766037
vhd mux2_1.vhd
--2选1电路方法1
--library ieee;
--use ieee.std_logic_1164.all;
--entity mux2_1 is
--port(d0,d1,sel:in std_logic;
--q:out std_logic);
--end mux2_1;
--architecture beh of mux2_1 is
-
www.eeworm.com/read/17921/767014
vhd mux2_1.vhd
--2选1电路方法1
--library ieee;
--use ieee.std_logic_1164.all;
--entity mux2_1 is
--port(d0,d1,sel:in std_logic;
--q:out std_logic);
--end mux2_1;
--architecture beh of mux2_1 is
-