代码搜索结果
找到约 51,516 项符合
Timer 的代码
timer.h
//-----------------------------------------------------------------------------
// TIMER.H
//
//-----------------------------------------------------------------------------
void init_timer2(voi
timer.lst
C51 COMPILER V7.10 TIMER 07/24/2008 16:32:13 PAGE 1
C51 COMPILER V7.10, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN T
timer.cpp
/*------------------------------------------------------------------------*/
/* */
/* TIMER.CPP
timer.h
/*------------------------------------------------------------------------*/
/* */
/* TIMER.H
timer.cpp
#include "timer.h"
Timer::Timer()
{
//we must initialize all our variables
m_diffTime = 0;
m_accumTime = 0;
m_fps = 0;
m_lastTime = 0;
m_frameTime = 0;
}
//---------------
timer.h
#ifndef TIMER_H
#define TIMER_H
#include
//Timer class, to control the FPS and the animations speed
class Timer
{
public:
Timer();
void UpdateTimer(); //This method update
timer.cpp
#include "timer.h"
Timer::Timer()
{
//we must initialize all our variables
m_diffTime = 0;
m_accumTime = 0;
m_fps = 0;
m_lastTime = 0;
m_frameTime = 0;
}
//---------------
timer.h
#ifndef TIMER_H
#define TIMER_H
#include
//Timer class, to control the FPS and the animations speed
class Timer
{
public:
Timer();
void UpdateTimer(); //This method update
timer.map.summary
Analysis & Synthesis Status : Successful - Wed Jul 02 22:13:37 2008
Quartus II Version : 8.0 Build 215 05/29/2008 SJ Full Version
Revision Name : Timer
Top-level Entity Name : Timer
Family : Cyclo
timer.asm.rpt
Assembler report for Timer
Wed Jul 02 22:13:48 2008
Quartus II Version 8.0 Build 215 05/29/2008 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal N