代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/127438/6005917
c timer.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
#ifdef HAVE_TIMING
#include
www.eeworm.com/read/127087/6007806
h timer.h
/*
* Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for a
www.eeworm.com/read/127087/6008040
h timer.h
/*
* Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for an
www.eeworm.com/read/127043/6009427
java timer.java
/**
* Redistribution and use of this software and associated documentation
* ("Software"), with or without modification, are permitted provided
* that the following conditions are met:
*
* 1
www.eeworm.com/read/126132/6017945
err timer.err
"timer.c", line 274: Warning: C2917W: no side effect in void context: 'unary *'
"timer.c", line 283: Warning: C2917W: no side effect in void context: 'unary *'
"timer.c", line 292: Warni
www.eeworm.com/read/126029/6019265
java timer.java
package com.ntsky.util;
/**
* Title: Ntsky OpenSource BBS
* Description: 时间接口
* Copyright: Copyright (c) 2004
* Company: WWW.FM880.COM
* @author 姚君林
* @version 1.0
www.eeworm.com/read/125819/6021377
cc timer.cc
/*
* Simulator of microcontrollers (cmd.src/timer.cc)
*
* Copyright (C) 1999,99 Drotos Daniel, Talker Bt.
*
* To contact author send email to drdani@mazsola.iit.uni-miskolc.hu
*
*/
/* This fi
www.eeworm.com/read/125688/6023040
h timer.h
#ifndef _LINUX_TIMER_H
#define _LINUX_TIMER_H
/*
* Old-style timers. Please don't use for any new code.
*
* Numbering of these timers should be consecutive to minimize
* processing delays. [MJ]
www.eeworm.com/read/125635/6027451
java timer.java
package net.sujee.javatimer;
import java.util.Vector;
import net.sujee.javatimer.TimerCallback;
public class Timer extends Thread
{
Vector mCallbacks;
boolean mKeepWorking;
long mNotifyTick
www.eeworm.com/read/125388/6029435
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void Test_Timer(void);
void Test_WDTimer(void);
void Test_TimerInt(void);
#endif /*__TIMER_H__*/