代码搜索:timer

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

代码结果 10,000
www.eeworm.com/read/169443/9861064

cls timer.cls

VERSION 1.0 CLASS BEGIN MultiUse = -1 'True Persistable = 0 'NotPersistable DataBindingBehavior = 0 'vbNone DataSourceBehavior = 0 'vbNone MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/169301/9867902

obj timer.obj

www.eeworm.com/read/169301/9867908

c timer.c

#include void Timer0_Init(void) //定时器0初始化程序 { TMOD = 0X01; //T/C0 工作在定时器方式1 TH0 = 0X04; //初始化定时器0高8位 TL0 = 0X06; //初始化定时器0低8位 TR0 = 1; //启动定时器0 }
www.eeworm.com/read/169301/9867916

lst timer.lst

C51 COMPILER V7.10 TIMER 08/04/2006 15:38:10 PAGE 1 C51 COMPILER V7.10, COMPILATION OF MODULE TIMER OBJECT MODULE PLACED IN T
www.eeworm.com/read/365220/9872864

class timer.class

www.eeworm.com/read/169161/9877940

ico timer.ico

www.eeworm.com/read/364958/9885842

cls timer.cls

VERSION 1.0 CLASS BEGIN MultiUse = -1 'True Persistable = 0 'NotPersistable DataBindingBehavior = 0 'vbNone DataSourceBehavior = 0 'vbNone MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/364958/9885968

bas timer.bas

Attribute VB_Name = "MTimer" Option Explicit ' declares: Private Declare Function SetTimer Lib "user32" (ByVal hwnd As Long, ByVal nIDEvent As Long, ByVal uElapse As Long, ByVal lpTimerFunc As Lo
www.eeworm.com/read/364946/9886322

o timer.o

www.eeworm.com/read/364946/9886351

o timer.o