代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/100821/15863844
exe timer.exe
www.eeworm.com/read/100821/15863845
c timer.c
/*====================================================================*/
/* */
/* NOTE: Ensure this program is compiled for LARGE
www.eeworm.com/read/100739/15865643
c timer.c
#include "s3c4510b.h"
#include "isr.h"
#include "typDef.h"
#include "timer.h"
extern void time0_isr(void);
/* Timer0,1 can be used for system real time clock */
/*************************
www.eeworm.com/read/100739/15865646
h timer.h
/*********************************************************/
/* IDENTIFIER FOR TIMER DEVICE */
/*********************************************************/
#define TIMER_DEV0
www.eeworm.com/read/100605/15869632
timer_unix
realname "Unix Timer"
define TIMER_UNIX
add_file tm_unix.cpp
add_file tm_unix.h
www.eeworm.com/read/100605/15869645
timer_posix
realname "POSIX Timer"
needs_std posix1
link_to rt
define TIMER_POSIX
add_file tm_posix.cpp
add_file tm_posix.h
www.eeworm.com/read/100510/15873011
h timer.h
#ifndef _TIMER_H_
#define _TIMER_H_
#include
class timer
{
public:
void wait(int timeToWait);
long currentTime(void);
long elapsedTime(long begin, long end);
};
vo
www.eeworm.com/read/100500/15873124
h timer.h
/*------------------------------------------------------------------------*/
/* */
/* TIMER.H
www.eeworm.com/read/100484/15873199
h timer.h
/***************************************************************************\
** TIMING CODE MODULE **
**========================================
www.eeworm.com/read/100484/15873200
c timer.c
/***************************************************************************\
** TIMING CODE MODULE (80x86 specific code!) **
**========================================