代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/19207/825578
a timer.a
www.eeworm.com/read/19246/829094
a timer.a
www.eeworm.com/read/19261/830579
timer(soft)
www.eeworm.com/read/19263/832282
a timer.a
www.eeworm.com/read/25809/950497
timer and conter
www.eeworm.com/read/229812/4745137
for timer.for
c*
c* Code to handle the timer callbacks and adjust the rate as necessary
c*
subroutine InitTimer
include 'life.fi'
NeedNewTimer = .FALSE.
FastEnoughC
www.eeworm.com/read/416732/2120185
as timer.as
_global.Timer = function(){
this.init();
}
Timer.prototype.init = function(){
this.delay = 1000; // default interval value
this.initialDelay = 0; // default initial delay (in number of ticks)
t
www.eeworm.com/read/373539/2761562
as timer.as
//----------------------------------------
/*
@Description: 定时器.
@usage:
@example:
//
//----------------------------------------
import AS2.utils.Timer;
import AS2.utils.TimerEvent;
//--
www.eeworm.com/read/412777/11183805