代码搜索结果
找到约 10,000 项符合
Timer 的代码
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),
timer.h
#ifndef TIMER_H
#define TIMER_H
#include
#include
#include
using namespace boost;
using namespace boost::posix_time;
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
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
timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
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
timer.h
/*****************************************************************************
* timer.h: Header file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
timer.c
/*****************************************************************************
* timer.c: Timer C file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconducto