代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/134554/13983735
h timer.h
#pragma once
// a very precise time class, use CPU core frequency to measure tick
class CMediaTimer
{
public:
CMediaTimer()
{
m_bInitialized = QueryPerformanceFrequency( (LARGE_INTEGER
www.eeworm.com/read/236911/13994079
pwi timer.pwi
www.eeworm.com/read/236911/13994081
dsn timer.dsn
www.eeworm.com/read/236837/13997328
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/236745/14000226
rc timer.rc
//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#include
//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#define DLG_MAIN 1
#define ICO_1
www.eeworm.com/read/236745/14000228
asm timer.asm
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Sample code for < Win32ASM Programming >
; by 罗云彬, http://asm.yeah.net
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
www.eeworm.com/read/236745/14000229
exe timer.exe
www.eeworm.com/read/236729/14000561
h timer.h
www.eeworm.com/read/236729/14000921
c timer.c
www.eeworm.com/read/134093/14008595
c timer.c
//-----------------------------------------------------------------------------
// Net TIMER.C
//
// This module sets up the timer and handles the timer interrupt
//-------------------------------