代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/385341/8808599
lst timer.lst
C51 COMPILER V7.06 TIMER 12/04/2008 15:12:03 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN T
www.eeworm.com/read/385341/8808622
c timer.c
#include "Include.h"
//Timer0中判断按键,所有的超时判断
//如果Timer0的中断时间变化,超时参数也要做对应变化
unsigned char Timer = 0;
//unsigned char BellTimer = 0;
extern unsigned char NowKey; //当前按键
extern bit ReceiveOK; //数
www.eeworm.com/read/385255/8811380
gif timer.gif
www.eeworm.com/read/429132/8817203
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void Test_Timer(void);
void Test_WDTimer(void);
void Test_TimerInt(void);
#endif /*__TIMER_H__*/
www.eeworm.com/read/385136/8817471
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/385136/8817472
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);
www.eeworm.com/read/285787/8817654
c timer.c
#include "def.h"
#include "2410addr.h"
#include "2410slib.h"
#include "2410lib.h"
#include "2410slib.h"
#include "timer.h"
#define EXT_XTAL_FREQ 12000000
#define BIOS_TIMER_FREQ 100
U32 SY
www.eeworm.com/read/285787/8817764
h timer.h
#ifndef _TIMER_H
#define _TIMER_H
#define FCLK_260M ((252
www.eeworm.com/read/285786/8817794
java timer.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or