代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/100484/15873201
txt timer.txt
From: nuthing@mcl.ucsb.edu (Ethan Rohrer)
Newsgroups: rec.games.programmer
Subject: TIMING SOURCE CODE HERE!
Date: 14 Dec 1994 05:55:34 GMT
Ok, here is some code I wrote a while ago, and touched
www.eeworm.com/read/100113/15883860
h timer.h
/*****************************************************************************
*
* Timer.h
www.eeworm.com/read/100113/15883912
cpp timer.cpp
/*****************************************************************************
*
* Timer.cpp
www.eeworm.com/read/100113/15883958
inl timer.inl
/*****************************************************************************
*
* Timer.inl
*
www.eeworm.com/read/100091/15885427
h timer.h
#ifndef TIMER_H
#define TIMER_H
#include
class Timer
{
public:
Timer();
virtual ~Timer();
update(); // set last update to now
// get difference between now and la
www.eeworm.com/read/100091/15885430
c timer.c
#include "timer.h"
#include
#include
#include
Timer::Timer()
{
}
Timer::~Timer()
{
}
Timer::update()
{
gettimeofday(¤t_time, 0);
}
long Timer::get_diff
www.eeworm.com/read/10077/181067
pdf timer_sc/timer_sc/sonix's timer example code_sc.pdf
www.eeworm.com/read/391862/8374585
c lpc_timer.c
/*************************************************************************
*
* Used with ICCARM and AARM.
*
* (c) Copyright IAR Systems 2003
*
* File name : LPC_Timer.c
* D
www.eeworm.com/read/391862/8374617
h lpc_timer.h
#ifndef __LPC_TIMER_H
#define __LPC_TIMER_H
/*************************************************************************
*
* Used with ICCARM and AARM.
*
* (c) Copyright IAR Systems 20
www.eeworm.com/read/291881/8390975
cpp wg_timer.cpp
// wg_timer.cpp
//
// CTimer class implementation
//
//
// Copyright (c) 2002 Rob Wiskow
// rob-dev@boxedchaos.com
//
// This library is free software; you can redistribute it and/or
// modify it unde