代码搜索:timer

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

代码结果 10,000
www.eeworm.com/read/283660/9000230

cpp timer.cpp

#include "timer.h" TimePointInterface::TimePointInterface( const ptime& __alarm_time, const time_duration& __step_time, const int __repeat ) : _alarm_time(__alarm_time), _step_time(__step_time),
www.eeworm.com/read/283660/9000306

h timer.h

#ifndef TIMER_H #define TIMER_H #include #include #include using namespace boost; using namespace boost::posix_time;
www.eeworm.com/read/426709/9003533

ico timer.ico

www.eeworm.com/read/283539/9011098

java timer.java

import java.util.*; import java.text.*; import java.io.*; import java.net.*; public class Timer implements Service { public Timer() { } public void serve(InputStream in, OutputStream out) th
www.eeworm.com/read/283498/9016310

asm timer.asm

; This program demonstrates how to patch into the int 1Ch timer interrupt ; vector and create an interrupt chain. .xlist .286 include stdlib.a includelib stdlib.lib .list dseg s
www.eeworm.com/read/382584/9020093

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/283415/9022260

class timer.class

www.eeworm.com/read/283415/9022263

java timer.java

package downfile; public class Timer extends Thread{ int ss= 0; int mm= 0; int hh= 0; public Timer(){ } public void run(){ while(true){ if(ss
www.eeworm.com/read/283405/9022485

h timer.h

/***************************************************************************** * timer.h: Header file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semiconductor
www.eeworm.com/read/283405/9022496

c timer.c

/***************************************************************************** * timer.c: Timer C file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semiconducto