代码搜索结果
找到约 10,000 项符合
Timer 的代码
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
timer.h
/*
*-----------------------------------------------------------------------------
* file: timer.h
* desc: time a program in secs
* by: patrick ko
* date: 18 jan 92
*-----------------------------
timer.c
/*
*-----------------------------------------------------------------------------
* file: timer.c
* desc: time a program in secs
* by: patrick ko
* date: 18 jan 92
*-----------------------------
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
timer.dbgdt
199
27
timer.rc
//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#include
//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#define DLG_MAIN 1
#define ICO_1
timer.asm
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Sample code for < Win32ASM Programming 2nd Edition>
; by 罗云彬, http://asm.yeah.net
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
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
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 $
*