代码搜索:timer

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

代码结果 10,000
www.eeworm.com/read/134093/14008600

h timer.h

//----------------------------------------------------------------------------- // TIMER.H // //----------------------------------------------------------------------------- void init_timer2(voi
www.eeworm.com/read/236537/14012308

c timer.c

/***************************************************************************** * * * 定时器函数 * * ******************************************************************************/ #include "def
www.eeworm.com/read/236438/14016634

gdb timer.gdb

www.eeworm.com/read/236438/14016636

o timer.o

www.eeworm.com/read/236438/14016639

c timer.c

#include #include #include struct timeval tpstart,tpend; float timeuse; static timer_count = 0; void prompt_info(int signo) { time_t t = time(NULL); /* [1]
www.eeworm.com/read/236375/14018267

h timer.h

#ifndef _TIMER_H_ #define _TIMER_H_ #define UNIVERSAL_TIMER 0 #define PPCANCFG_TIMER 1 /* 1 Timer fuer UCIO_PPC.C */ #define STATE_TIMER1 2 /* fuer div. Zustaende */ #define
www.eeworm.com/read/236278/14023654

h timer.h

#ifndef TIMER_H #define TIMER_H #include #include class Timer { private: struct rusage res; struct timeval tp; double virtual_time, real_time; public: enum TYPE
www.eeworm.com/read/236278/14023661

c timer.c

#include "Timer.h" /* * The virtual time of day and the real time of day are calculated and * stored for future use. The future use consists of subtracting these * values from similar values o
www.eeworm.com/read/236268/14023966

h timer.h

// // timer.h - A stopwatch // // author: J.I.v.Hemert // last updated : 29-09-1997 // // This file implements the class TimerC. // #ifndef TIMER_H #define TIMER_H #ifdef Linux #include
www.eeworm.com/read/236268/14023974

cc timer.cc

// // timer.cc - A stopwatch // // author: J.I.v.Hemert // last updated : 10-10-1997 // // This file implements the class TimerC. // #include "timer.h" void TimerC::Reset () { #ifdef Linux struc