代码搜索:吸收电路

找到约 10,000 项符合「吸收电路」的源代码

代码结果 10,000
www.eeworm.com/read/381044/9113112

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/181745/9239124

h link.h

/* * link.h * * 电路接线描述(每个模块都要有自己的接线描述文件) * * * * 陈真勇(SA01010010) * w3wind@sina.com or * zychen@ustc.edu.cn * 中国科学技术大学自动化系 * 2002/6/12 */ #ifndef _LIN
www.eeworm.com/read/181744/9239210

h link.h

/* * link.h * * 电路接线描述(每个模块都要有自己的接线描述文件) * * * * 陈真勇(SA01010010) * w3wind@sina.com or * zychen@ustc.edu.cn * 中国科学技术大学自动化系 * 2002/6/12 */ #ifndef _LIN
www.eeworm.com/read/374530/9399969

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/164132/10128017

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/349548/10818664

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/463096/7187681

h zlg7290b.h

/* ZLG7290B.h 数码管显示与键盘管理芯片ZLG7290 的驱动程序头文件 说明:在使用前需根据硬件实际电路对端口进行修改 Copyright (c) 2008,323实验室 罗佳芳
www.eeworm.com/read/460213/7255288

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/399878/7829111

c cdle-j20_main.c

/*---------------------------------------- CDLE-J20_Main.c 20个继电器控制电路 用I/O口20线加三极管驱动20个继电器 Copyright 2003 http://cdle.yeha.net http://cdle.126.com All rights reserved.
www.eeworm.com/read/195904/8124201

c main.c

/******************************************************************************* 程序名称:红外发送(向串行口发送数据,通过红外线管发射出去) 硬件接法:TXD通过跳线JP3接到红外发射电路 运行效果:复位时发送一次字符串Hello world! ********************************