代码搜索:电路图纸
找到约 10,000 项符合「电路图纸」的源代码
代码结果 10,000
www.eeworm.com/read/402018/11543714
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/153613/12021522
txt ad_test.txt
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
--功能:CPLD对其他外围电路:ADC0809控制转换速度
entity ad_test is
Port (ECO,fclk:in std_log
www.eeworm.com/read/254627/12126193
txt mt系列手机问题全部 解决方法.txt
[推荐]MT系列手机问题全部 解决方法!
--------------------------------------------------------------------------------
以下内容只有回复后才可以浏览
1发射关机, 解决方法:先换3146,有一部分可以搞定。不成的就要搞 天线匹配电路
www.eeworm.com/read/230126/14304233
c main.c
/*******************************************************************************
程序名称:红外发送(向串行口发送数据,通过红外线管发射出去)
硬件接法:TXD通过跳线JP3接到红外发射电路
运行效果:复位时发送一次字符串Hello world!
********************************
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
-