代码搜索:timer

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

代码结果 10,000
www.eeworm.com/read/130220/6340118

h timer.h

// Timer.h: An object that sends timer messages to an implementation of TimerSink #ifndef TIMER_H #define TIMER_H #include "InvisibleWindow.h" #include struct TimerSink { v
www.eeworm.com/read/488165/6355564

o timer.o

www.eeworm.com/read/488165/6355573

c timer.c

/************************************************************************************************** * * Copyright (c) 2001
www.eeworm.com/read/488165/6355590

o timer.o

www.eeworm.com/read/488165/6355593

axf timer.axf

www.eeworm.com/read/488165/6355594

bin timer.bin

www.eeworm.com/read/488165/6355597

mcp timer.mcp

www.eeworm.com/read/223932/6357989

class timer.class

www.eeworm.com/read/494628/6359387

h timer.h

#ifndef TIMER_H #define TIMER_H #include clock_t tstart = 0; // Time at beginning // Initialize the program timer void Settime() { tstart = clock(); } // The elapsed time since last
www.eeworm.com/read/493654/6388473

cpp timer.cpp

// -*-c++-*- /*************************************************************************** timer.cpp The timer class is an abstract base class for timi