代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/223129/7121688
h timer.h
//=============================================================================
// File Name : Timer.h
// Function : S3C2440 Watch-Dog and Timer Test Head File
// Program : Shin, On Pil (SOP)
/
www.eeworm.com/read/421564/7124007
h timer.h
#ifndef _TIMER_H
#define _TIMER_H
#define FCLK_260M ((252
www.eeworm.com/read/421564/7124037
c timer.c
#include "def.h"
#include "2410addr.h"
#include "2410slib.h"
#include "2410lib.h"
#include "2410slib.h"
#include "timer.h"
#define EXT_XTAL_FREQ 12000000
#define BIOS_TIMER_FREQ 100
U32 SY
www.eeworm.com/read/441635/7124198
~pas timer.~pas
unit Timer;
interface
procedure TimerE;
procedure TimerF;
implementation
uses
Windows,DLL,MMSystem;
var
hTimer1: DWORD=0; // 定时器句柄
// hTimer: LongWord=0; // 定时器句柄
procedure MyTi
www.eeworm.com/read/441635/7124202
dcu timer.dcu
www.eeworm.com/read/441635/7124203
pas timer.pas
unit Timer;
interface
procedure TimerE;
procedure TimerF;
implementation
uses
Windows,DLL,MMSystem;
var
hTimer1: DWORD=0; // 定时器句柄
// hTimer: LongWord=0; // 定时器句柄
procedure MyTi
www.eeworm.com/read/441635/7124260
~pas timer.~pas
unit Timer;
interface
procedure TimerOn;
procedure TimerOff;
procedure TimerE;
procedure TimerF;
procedure YshiZM;
implementation
uses
Windows,GPKernel,VarUnit,ScanWin,MMSystem,FunUnit
www.eeworm.com/read/441635/7124270
dcu timer.dcu
www.eeworm.com/read/441635/7124273
pas timer.pas
unit Timer;
interface
procedure TimerOn;
procedure TimerOff;
procedure TimerE;
procedure TimerF;
procedure YshiZM;
implementation
uses
Windows,GPKernel,VarUnit,ScanWin,MMSystem,FunUnit
www.eeworm.com/read/420259/7125958