代码搜索:计数器电路
找到约 10,000 项符合「计数器电路」的源代码
代码结果 10,000
www.eeworm.com/read/138605/13228643
txt vhdl.txt
5-1加法器(减法器电路设计
5-1-1全加器电路
--fadd.vhd fadd.vhd one bit full adder
library ieee ;
use ieee.std_logic_1164.all;
entity fadd is
port(
a: in std_logic;--被加数
b: in std_logic;---加数
ci : in std
www.eeworm.com/read/306208/13749284
txt vhdl.txt
5-1加法器(减法器电路设计
5-1-1全加器电路
--fadd.vhd fadd.vhd one bit full adder
library ieee ;
use ieee.std_logic_1164.all;
entity fadd is
port(
a: in std_logic;--被加数
b: in std_logic;---加数
ci : in std
www.eeworm.com/read/492638/6417175
bak 蔡继涛的_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 /
www.eeworm.com/read/158465/11612685
txt vhdl.txt
5-1加法器(减法器电路设计
5-1-1全加器电路
--fadd.vhd fadd.vhd one bit full adder
library ieee ;
use ieee.std_logic_1164.all;
entity fadd is
port(
a: in std_logic;--被加数
b: in std_logic;---加数
ci : in std
www.eeworm.com/read/10237/183866
mtx t_gates.mtx
爱迪生使用TI's单片门来模拟逻辑电路.
当使用真正的ICs,自然你必须把电源引脚接到一电源上.
按下开关进行探究AND:(与门)电路.
1 0 22 -97 1839 7560
0 0 22 -97 7560 15393
0 0 63 -82 15393 29212
www.eeworm.com/read/356819/10220608
asm 205.asm
;两位数码管显示00--99依次循环
org 0000h
a_bit equ 20h ;数码管个位数存放内存位置
b_bit equ 21h ;数码管十位数存放内存位置
temp equ 22h ;计数器数值存放内存位置
star: mov temp,#0 ;初始化计数器,从0开始
stlop: acall display;调用显示子程序
inc temp;对计数器加1
www.eeworm.com/read/146699/12617684
asm 205.asm
;两位数码管显示00--99依次循环
org 0000h
a_bit equ 20h ;数码管个位数存放内存位置
b_bit equ 21h ;数码管十位数存放内存位置
temp equ 22h ;计数器数值存放内存位置
star: mov temp,#0 ;初始化计数器,从0开始
stlop: acall display;调用显示子程序
inc temp;对计数器加1
www.eeworm.com/read/459313/7277535
asm sudu.asm
;***************************************************************************
;定时器0定时100ms,计数器T1计数外部脉冲个数,查寻方式
;****************************************************************************
LIST P=18
www.eeworm.com/read/459303/7277632
asm dingshijishu.asm
;***************************************************************************
;定时器0定时100ms,计数器T1计数外部脉冲个数,查寻方式
;****************************************************************************
LIST P=18