代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/134479/5892474
cpp timer.cpp
#include
#ifdef _WIN32
#include
static LARGE_INTEGER t;
static float f;
static int freq_init = 0;
void resetTimer(void) {
if (!freq_init) {
LARGE_IN
www.eeworm.com/read/134479/5892605
h timer.h
#ifndef __TIMER_H_INCLUDED__
#define __TIMER_H_INCLUDED__
#ifdef WIN32
#include
struct Timer
{
__int64 start;
__int64 now;
__int64 freq;
double res;
double e;
__forceinline doubl
www.eeworm.com/read/134167/5894524
c timer.c
/*****************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* - Timer functions (used for internal debugging) -
*
* Copyright(C) 2002 Michael Mi
www.eeworm.com/read/134167/5894530
h timer.h
/*****************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* - Timer related header (used for internal debugging) -
*
* Copyright(C) 2002 Micha
www.eeworm.com/read/133772/5900975
hxx timer.hxx
#ifndef CYGONCE_KERNEL_TIMER_HXX
#define CYGONCE_KERNEL_TIMER_HXX
//==========================================================================
//
// timer.hxx
//
// Timer handler cla
www.eeworm.com/read/133772/5901006
cxx timer.cxx
//==========================================================================
//
// common/timer.cxx
//
// Timer class implementations
//
//=============================================
www.eeworm.com/read/133772/5901055
h timer.h
#ifndef __LINUX_TIMER_H__
#define __LINUX_TIMER_H__
/* Not yet */
struct timer_list { } ;
#endif /* __LINUX_TIMER_H__ */
www.eeworm.com/read/133731/5903097
cpp timer.cpp
/*------------------------------------------------------------------------*/
/* */
/* TIMER.CPP
www.eeworm.com/read/133731/5903133
h timer.h
/*------------------------------------------------------------------------*/
/* */
/* TIMER.H