代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.java
/* Timer.java --
Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under
timer.java
/* Timer.java -- Timer that runs TimerTasks at a later time.
Copyright (C) 2000, 2001, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you
timer.java
/* Timer.java --
Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under
timer.java
/* Timer.java -- Timer that runs TimerTasks at a later time.
Copyright (C) 2000, 2001, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you
timer.c
//-+---+---++-+--+-++-+++--++--+++
#include "std.h"
#include "snds.h"
#include "isr.h"
#include "timer.h"
#include "sysconf.h"
#define MAX_LINE_BUF 250
volatile unsigned int clk_tick0
timer.h
/*************************************************************************/
/* */
/* FILE NAME
timer.c
#include
#include
#include
#include
#include
#define TIMER_NAME_LEN 32
#define TIMERS 16
typedef struct timer {
char name[TIMER_NAME
timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
timer.c
/* $Id: timer.c,v 1.1.4.1 2001/11/20 14:19:37 kai Exp $
*
* Copyright (C) 1996 SpellCaster Telecommunications Inc.
*
* This software may be used and distributed according to the terms
* of the G
timer.c
/*
**********************************************************************
* timer.c
* Copyright (C) 1999, 2000 Creative Labs, inc.
*
*****************************************************