代码搜索:光子计数

找到约 7,260 项符合「光子计数」的源代码

代码结果 7,260
www.eeworm.com/read/393391/8290673

asm 计数器用寄存器a.asm

;用寄存器A保存计数值 ORG 0000H SJMP START ORG 0030H START: MOV TMOD,#15H MOV TH1,#3CH MOV TL1,#0B0H MOV B,#14H SETB TR1 MOV TH0,#0FFH
www.eeworm.com/read/370579/9595073

txt 计数器:generic语句的应用.txt

-- n-Bit Synchronous Counter -- dowload from: www.fpga.com.cn & www.pld.com.cn LIBRARY ieee; USE ieee.Std_logic_1164.ALL; USE ieee.Std_logic_unsigned.ALL; ENTITY cntrnbit IS GENERIC(
www.eeworm.com/read/370579/9595081

txt 计数器:wait语句的应用.txt

-- This example shows an inefficient way of describing a counter. -- vhdl model of a 3-state counter illustrating the use -- of the WAIT statement to suspend a process.At each wait -- statement th
www.eeworm.com/read/370579/9595083

txt 计数器:generate语句的应用.txt

-- Generated Binary Up Counter -- The first design entity is a T-type flip-flop. -- The second is an scalable synchronous binary up counter illustrating the use of the generate statement to produce