代码搜索:光子计数
找到约 7,260 项符合「光子计数」的源代码
代码结果 7,260
www.eeworm.com/read/261679/11628714
ewb 160—7进制计数器.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
""
EncryptionType: 2
UsingVectorGraphics: 0
/000@D0I0?4D
www.eeworm.com/read/261679/11628789
ewb 交通计数器子电路.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
""
EncryptionType: 2
UsingVectorGraphics: 0
/000@D0I0?4D
www.eeworm.com/read/261679/11628849
ewb 100进制递减计数器.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
""
EncryptionType: 2
UsingVectorGraphics: 0
/000@D0I0?4D
www.eeworm.com/read/261679/11628852
ewb 24或12进制加法计数.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
""
EncryptionType: 2
UsingVectorGraphics: 0
/000@D0I0?4D
www.eeworm.com/read/346892/11714074
doc 计数器流程图.doc
www.eeworm.com/read/157209/11730201
txt 各种功能的计数器.txt
-- MAX+plus II VHDL Example
-- Efficient Counter Inference
-- Copyright (c) 1994 Altera Corporation
-- download from:www.pld.com.cn & www.fpga.com.cn
Library IEEE ;
use IEEE.std_logic_1164.all
www.eeworm.com/read/344597/11871101
c 定时器计数器.c
//完成的任务为:采用计数器0计数,当它达到250时产生中断,从新从新从0继续开始;
//而当外部中断0发生中断的时候,他也是从新从0开始计数
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define COM8255 XBYTE[0x7fff]
www.eeworm.com/read/341314/12093730
doc 一位计数器.doc
www.eeworm.com/read/233636/14144564
doc mcs-51定时计数.doc
www.eeworm.com/read/233636/14144650
c 1000-99计数器.c
#include //1000-99计数器
unsigned char code table[]={0x3f,0x06,0x5b,0x4f,0x66,
0x6d,0x7d,0x07,0x7f,0x6f};
unsigned char Count;
void delay10ms(void)
{