代码搜索:光子计数

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

代码结果 7,260
www.eeworm.com/read/417397/10991770

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
www.eeworm.com/read/458298/7299565

txt 计数器的c1.txt

#include // 7 8 9 / ON // 4 5 6 * OFF // 1 2 3 - Back // 0 +/- . + = #define key_0 0 #define key_1 1 #define key_2 2 #
www.eeworm.com/read/435421/7792362

txt 计数器的c1.txt

#include // 7 8 9 / ON // 4 5 6 * OFF // 1 2 3 - Back // 0 +/- . + = #define key_0 0 #define key_1 1 #define key_2 2 #
www.eeworm.com/read/198238/7946242

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/198238/7946372

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/198238/7946382

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(