代码搜索:timer

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

代码结果 10,000
www.eeworm.com/read/468816/6988914

h timer.h

/* * $Revision: 1.3 $ */ void TimerBeat(void); void Sleep(int milliseconds);
www.eeworm.com/read/468818/6988923

bas timer.bas

Attribute VB_Name = "MTimer" Option Explicit ' declares: Private Declare Function SetTimer Lib "user32" (ByVal hwnd As Long, ByVal nIDEvent As Long, ByVal uElapse As Long, ByVal lpTimerFunc As Lo
www.eeworm.com/read/468818/6988936

cls timer.cls

VERSION 1.0 CLASS BEGIN MultiUse = -1 'True Persistable = 0 'NotPersistable DataBindingBehavior = 0 'vbNone DataSourceBehavior = 0 'vbNone MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/468351/6989086

c timer.c

#include #include "stdtypes.h" #include "key.h" #include "port.h" #include "timer.h" enum { KEY_STATUS_IDLE, KEY_STATUS_DOWN } key_status; UNS8 time_couter; //TIM
www.eeworm.com/read/468518/6991961

mcp timer.mcp

www.eeworm.com/read/468518/6991962

h timer.h

// Timer.h #ifndef __TIMER_H #define __TIMER_H #include #include using namespace std; class Timer{ private: clock_t startTime; clock_t runTime; bo
www.eeworm.com/read/468328/6996464

rar timer.rar

www.eeworm.com/read/467799/7001540

c timer.c

#include "2407e.h" #include "2407bit.h" extern unsigned int TimeFlag; void T3Init(void) //T3 Serve as Clock { *EVBIMRA = 0x0080; //Enable T3PINT interrupt *EVBIFRA = 0xffff; //
www.eeworm.com/read/467462/7003679

c timer.c

/* * $Revision: 1.1.2.1 $ */ #include "timer.h" static volatile int ms_ctr = 0; void TimerBeat(void) { // Called at 1000 Hz rate. ms_ctr++; // Sleep counter. } void Sleep
www.eeworm.com/read/467462/7003685

h timer.h

/* * $Revision: 1.1.2.1 $ */ void TimerBeat(void); void Sleep(int milliseconds);