代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/103314/15737364
obj timer.obj
www.eeworm.com/read/103314/15737368
lst timer.lst
C51 COMPILER V7.06 TIMER 03/06/2004 14:02:48 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN T
www.eeworm.com/read/103314/15737382
c timer.c
//-----------------------------------------------------------------------------
// Net TIMER.C
//
// This module sets up the timer and handles the timer interrupt
//-------------------------------
www.eeworm.com/read/103314/15737389
h timer.h
//-----------------------------------------------------------------------------
// TIMER.H
//
//-----------------------------------------------------------------------------
void init_timer1(voi
www.eeworm.com/read/103202/15740421
cpp timer.cpp
www.eeworm.com/read/103202/15740477
tgt timer.tgt
www.eeworm.com/read/103202/15740487
h timer.h
www.eeworm.com/read/102813/15758102
swf timer.swf
www.eeworm.com/read/102731/15760788
c timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph