代码搜索:timer

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

代码结果 10,000
www.eeworm.com/read/278715/10514551

timer5˵

多媒体定时器函数DWORD timeGetTime(void)的延时与定时器操作与GetTickCount()函数类似,只是必须将Winmm.lib和Mmsystem.h添加到工程中。
www.eeworm.com/read/278715/10514560

timer4˵

1:利用GetTickCount()函数来实现延时: 在程序需要延时的地方添加如下代码即可: void CMulti_TimerDlg::OnButtonTime4() { SetDlgItemInt(IDC_EDIT3,0,true); DWORD dwStart = GetTickCount(); DWORD dwEnd = dwStart; do {
www.eeworm.com/read/278715/10514563

timer6˵

1:将Winmm.lib和Mmsystem.h添加到工程中; 2:在头文件中定义延迟时间时钟间隔和时钟分辨率,如下: //定义1ms时钟间隔,以ms为单位 # define ONE_MILLI_SECOND 1 //定义时钟分辨率,以ms为单位 # define TIMER_ACCURACY 1 3: 在*.cpp文件中定义全局变量 UI
www.eeworm.com/read/278715/10514583

timer2˵

使用sleep函数实现延时,在程序需要延时的地方加入如下代码即可: Sleep(n);//其中n为延时的时间,单位为ms
www.eeworm.com/read/423958/10514730

dsn timer(soft).dsn

www.eeworm.com/read/423958/10514736

plg timer(soft).plg

礦ision3 Build Log Project: E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\33 Timer(Soft)\Timer(Soft).uv2 Project File Date: 06/30/2006
www.eeworm.com/read/423958/10514744

asm timer(soft).asm

ORG 00H START: MOV DPTR,#TABLE ;设置段码表首地址 MOV R0,#00H ;计数值初始化 S1: MOV P3,#00H MOV P2,#00H ;数码显示初始化 S2: MOV R1,#10 MOV A,R0 MOV B,R1 DIV AB ;分离计数值的十位和个位
www.eeworm.com/read/423958/10514748

lnp timer(soft).lnp

"Timer(Soft).obj" TO "Timer(Soft)"
www.eeworm.com/read/423958/10514755

lst timer(soft).lst

A51 MACRO ASSEMBLER TIMER_SOFT_ 07/27/2006 20:42:50 PAGE 1 MACRO ASSEMBLER A51 V8.00 OBJECT MODULE PLACED IN Timer(Soft).OBJ ASSEMB
www.eeworm.com/read/423958/10514762

obj timer(soft).obj