代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/268297/11144687
ico timer.ico
www.eeworm.com/read/268297/11144769
ico timer.ico
www.eeworm.com/read/268297/11144844
ico timer.ico
www.eeworm.com/read/268297/11144929
ico timer.ico
www.eeworm.com/read/268297/11144991
ico timer.ico
www.eeworm.com/read/268297/11145133
ico timer.ico
www.eeworm.com/read/268081/11155260
c timer.c
/*
C language header file for sample programs for the CTD800.
Science & Technology CO.,LTD.
W2-B5 Shenzhen High-Tech Industrial Park,ShenZhen,GuangDong,P.R.C.
Tel: 86-755-6544000
www.eeworm.com/read/267887/11159328
c timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
www.eeworm.com/read/412988/11170829
c timer.c
#include
#include
#include
#define BASE_ADR 0x300
#define IRQ_NUM 5
typedef unsigned char uchar;
typedef unsigned int uint;
void interrupt (*OldIrqIsr)(void);
vo
www.eeworm.com/read/412777/11183078