代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/425726/10333323
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/162128/10334036
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/354661/10336761
obj timer.obj
www.eeworm.com/read/354661/10336917
h timer.h
//----------------------------------------------------------------------------------------------------
// ID Code : Timer.h No.0000
// Update Note :
//
//-----------------------------------
www.eeworm.com/read/354661/10337122
c timer.c
//----------------------------------------------------------------------------------------------------
// ID Code : Timer.c No.0000
// Update Note :
//
//---------------------------------
www.eeworm.com/read/162078/10337770
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/354597/10343213
exe timer.exe
www.eeworm.com/read/354597/10343362
c timer.c
/*
* TIMER.C - Testclient for message queues.
*
*
* PROGRAMMER: Martti Ylikoski
* CREATED: 3.4.1991
*/
static char *VERSION = "Version 1.1. Copyright (c) Martti Ylikoski, 1991" ;
/*