代码搜索:timer

找到约 10,000 项符合「timer」的源代码

代码结果 10,000
www.eeworm.com/read/133790/14024137

h timer.h

/***************************************************************************** * timer.h - Timer Services header file. * * Copyright (c) 1998 Global Election Systems Inc. * * The authors hereby g
www.eeworm.com/read/133790/14024142

c timer.c

/***************************************************************************** * timer.c - Timer Services program file. * * Copyright (c) 1998 by Global Election Systems Inc. * * The authors here
www.eeworm.com/read/133745/14028386

c timer.c

/******************************************/ /* timer.c of goldenbugs */ /* */ /* timercounter */ /*
www.eeworm.com/read/133738/14028786

class timer.class

www.eeworm.com/read/236071/14032839

lst timer.lst

C51 COMPILER V6.23a TIMER 09/04/2007 02:41:08 PAGE 1 C51 COMPILER V6.23a, COMPILATION OF MODULE TIMER OBJECT MODULE PLACED IN
www.eeworm.com/read/236071/14032861

c timer.c

#include"group.h" uchar count; //----------------------------------------------- void timer (void) interrupt 1 using 1 //中断亮灯程序 { TH0=(65535-50000)/256; TL0=(65535-50000)%256;
www.eeworm.com/read/236071/14032868

obj timer.obj

www.eeworm.com/read/236033/14035073

c timer.c

/*+++++++++++++++++++++++++++++++++++++++++++++++++++/ 程序名 :Timer.c 定时器0中断子程序 入口: 出口:返回改变Time_Cut 功能:定时2毫秒 +++++++++++++++++++++++++++++++++++++++++++++++++++*/ #include "CPLD.h" unsigned c
www.eeworm.com/read/133175/14053066

c timer.c

#include "Timer.h" #include "44b.h" #include "def.h" #include "ZLG7289.h" int Timer3INTCount=0; void Init_Timer3(U8 prescaler1,U8 divider3,U16 countb3,U16 compb3) { U8 div; switch(divid
www.eeworm.com/read/133175/14053067

h timer.h

#include "def.h" void Init_Timer3(U8 prescaler1,U8 divider3,U16 countb3,U16 compb3); void Start_Timer3(void); void Stop_Timer3(void); void Timer3_ISR(void);