代码搜索结果
找到约 10,000 项符合
Timer 的代码
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.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
timer.__i
"..\Code\Timer.c" NOPRINT OBJECT(.\Timer.obj)
timer.h
//----------------------------------------------------------------------------------------------------
// ID Code : Timer.h No.0000
// Update Note :
//
//-----------------------------------
timer.c
//----------------------------------------------------------------------------------------------------
// ID Code : Timer.c No.0000
// Update Note :
//
//---------------------------------
timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
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" ;
/*