代码搜索:timer

找到约 10,000 项符合「timer」的源代码

代码结果 10,000
www.eeworm.com/read/455017/7379654

vhd timer.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity timer is port ( rst : in std_logic; p1khz : in std_logic; se
www.eeworm.com/read/455017/7379960

vwf timer.vwf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/454765/7383652

c timer.c

#include "def.h" #include "2410addr.h" #include "2410slib.h" #include "2410lib.h" #include "2410slib.h" #include "timer.h" #define EXT_XTAL_FREQ 12000000 #define BIOS_TIMER_FREQ 100 U32 SY
www.eeworm.com/read/454765/7383684

h timer.h

#ifndef _TIMER_H #define _TIMER_H #define FCLK_260M ((252
www.eeworm.com/read/454765/7383710

h timer.h

#ifndef _TIMER_H #define _TIMER_H #define FCLK_260M ((252
www.eeworm.com/read/454765/7383716

c timer.c

#include "def.h" #include "2410addr.h" #include "2410slib.h" #include "2410lib.h" #include "2410slib.h" #include "timer.h" #define EXT_XTAL_FREQ 12000000 #define BIOS_TIMER_FREQ 100 U32 SY
www.eeworm.com/read/454544/7387600

cpp 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; } //---------------
www.eeworm.com/read/454544/7387615

h 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
www.eeworm.com/read/454544/7387645

cpp 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; } //---------------
www.eeworm.com/read/454544/7387677

h 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