代码搜索结果

找到约 51,516 项符合 Timer 的代码

timer.cpp

#include "StdAfx.h" #include "timer.h" Timer::Timer() { } Timer::~Timer() { } bool Timer::Init() { _beginTime = 0.0f; _endTime = 0.0f; _lastTime = 0.0f; _isBegin =false;

timer.h

#ifndef _TIMER_H #define _TIMER_H //----------------------------------------------------------------------------- // 名称:Timer类 // 功能:计时器 //--------------------------------------------------------

timer.h

//----------------------------------------------------------------------------- // TIMER.H // //----------------------------------------------------------------------------- void init_timer2(voi

timer.c

#include #include "..\..\inc\44b.h" #include "..\..\inc\44blib.h" #include "..\..\inc\cputest\timer.h" void __irq Timer0Done(void); void __irq Timer1Done(void); void __irq Timer2Don

timer.c

/*! \file timer.c \brief System Timer function library. */ //***************************************************************************** // // File Name : 'timer.c' // Title : System Timer func

timer.h

/*! \file timer.h \brief System Timer function library. */ //***************************************************************************** // // File Name : 'timer.h' // Title : System Timer func

timer.cpp

/************************************************************************ * file name: timer.cpp * description: for test use. * modification history * -------------------- * 2003-5-3 9:23:11

timer.h

/************************************************************************ * file name: timer.h * description: for test use. * modification history * -------------------- * 2003-5-3 9:21:11,

timer.cpp

/********************************************************************** * * Filename: timer.cpp * * Description: A software timer class implemented over top of the * hardwar

timer.h

/********************************************************************** * * Filename: timer.h * * Description: Header file for the Intel 8018xEB Timer class. * * Notes: * *