代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/135079/13964843
c timer.c
//44BTEST : timer.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\timer.h"
void __irq Timer0Done(void);
void __irq Timer1Done(void);
void __irq Timer2D
www.eeworm.com/read/135036/13966210
h timer.h
/*
*-----------------------------------------------------------------------------
* file: timer.h
* desc: time a program in secs
* by: patrick ko
* date: 18 jan 92
*-----------------------------
www.eeworm.com/read/135036/13966220
c timer.c
/*
*-----------------------------------------------------------------------------
* file: timer.c
* desc: time a program in secs
* by: patrick ko
* date: 18 jan 92
*-----------------------------
www.eeworm.com/read/237360/13966781
dni timer.dni
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
TypeVolition=1
UnspecRange=1
ActionState=1
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[State Storage]
Control Register=771
[Sequencer]
Cont
www.eeworm.com/read/237034/13980152
rc timer.rc
//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#include
//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#define DLG_MAIN 1
#define ICO_1
www.eeworm.com/read/237034/13980156
asm timer.asm
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Sample code for < Win32ASM Programming 2nd Edition>
; by 罗云彬, http://asm.yeah.net
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
www.eeworm.com/read/237034/13980157
exe timer.exe
www.eeworm.com/read/134555/13982758
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/237003/13983270
h timer.h
/***************************************************************************
* blitz/Timer.h Timer class, for use in benchmarking
*
* $Id: timer.h,v 1.3 2003/01/14 11:29:18 patricg Exp $
*