代码搜索结果

找到约 10,000 项符合 Timer 的代码

timer.cc

// timer.cc // Routines to emulate a hardware timer device. // // A hardware timer generates a CPU interrupt every X milliseconds. // This means it can be used for implementing time-slicing

timer.lst

C51 COMPILER V7.07 TIMER 11/25/2003 15:47:54 PAGE 1 C51 COMPILER V7.07, COMPILATION OF MODULE TIMER OBJECT MODULE PLACED IN T

timer.h

//----------------------------------------------------------------------------- // TIMER.H // //----------------------------------------------------------------------------- void init_timer2(voi

timer.c

//----------------------------------------------------------------------------- // Copyright (c) 2002 Jim Brady // Do not use commercially without author's permission // Last revised August 2002 /

timer.h

#ifndef _LINUX_TIMER_H #define _LINUX_TIMER_H /* * DON'T CHANGE THESE!! Most of them are hardcoded into some assembly language * as well as being defined here. */ /* * The timers are:

timer.c

/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user l

timer.c

/* ******************************************************************************* * Copyright (c) 2005, Comba Telecom System * All Rights Reserved *

timer.c

typedef unsigned char BYTE; typedef unsigned long int DWORD; extern DWORD clock_MS; //DWORD clock_MS = 0; /* void timer_interrupt( void ) { clock_MS++; } */ DWORD clock_ValueRough(