代码搜索:timer

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

代码结果 10,000
www.eeworm.com/read/198041/7955404

h timer.h

/*! \file timer.h \brief System Timer function library. */ //***************************************************************************** // // File Name : 'timer.h' // Title : System Timer func
www.eeworm.com/read/298428/7961992

c timer.c

#include #include #include int alphanum = 0; int counter = 0; void interrupt far handler(void) { if (++counter == 273) // 15 seconds { alph
www.eeworm.com/read/298407/7962433

png timer.png

www.eeworm.com/read/298388/7963451

cpp timer.cpp

#include "main.h" void CALLBACK GameTimer(HWND hwnd,UINT uMsg,UINT idEvent,DWORD dwTime) { static int tt=100; tt++; cursor=(cursor+1)%12;//改鼠标 //-----------------------------修改子弹状态---------
www.eeworm.com/read/298277/7968961

cpp timer.cpp

/************************************************************************ * file name: timer.cpp * description: for test use. * modification history * -------------------- * 2003-5-3 9:23:11
www.eeworm.com/read/298277/7968994

h timer.h

/************************************************************************ * file name: timer.h * description: for test use. * modification history * -------------------- * 2003-5-3 9:21:11,
www.eeworm.com/read/197737/7972242

cpp timer.cpp

/********************************************************************** * * Filename: timer.cpp * * Description: A software timer class implemented over top of the * hardwar
www.eeworm.com/read/197737/7972246

obj timer.obj

www.eeworm.com/read/197737/7972249

h timer.h

/********************************************************************** * * Filename: timer.h * * Description: Header file for the Intel 8018xEB Timer class. * * Notes: * *
www.eeworm.com/read/197737/7972254

cpp timer.cpp

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