代码搜索:timer

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

代码结果 10,000
www.eeworm.com/read/314888/13557079

paf timer.paf

www.eeworm.com/read/314888/13557082

out timer.out

www.eeworm.com/read/314379/13568764

c timer.c

#pragma SRC #include #include #define TRUE 1 #define FALSE 0 #define DELAY_VALUE 3 #define DELAY_VALUE_EXTRA 12 #define PinDrvKey1 P1_0 #define Pi
www.eeworm.com/read/314067/13575630

txt timer.txt

ORG 0000H AJMP MAIN ORG 0060H MAIN: MOV A,#10H MOV 2FH,A;设初始显示的状态;时间 年份 FF1: ACALL READ ACALL ZHUANHUAN MOV A,#0 MOV R0,#50H MOV R1,#70H MOV R2,#7 FF2
www.eeworm.com/read/313933/13579212

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/313687/13582706

java timer.java

class Timer implements Runnable { private MsgVector []msgvector; private MsgVector []msgvectorend; private int []numofmsg; private boolean goon=true; private Thread t=null; private
www.eeworm.com/read/313687/13582770

class timer.class

www.eeworm.com/read/313533/13585102

lst timer.lst

C51 COMPILER V8.02 TIMER 07/27/2007 22:23:38 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE TIMER OBJECT MODULE PLACED IN t
www.eeworm.com/read/313533/13585123

c timer.c

#include #include"keyboard.h" #include"timer.h" /*-----------------------------------------------------------------------------------*/ /*定义定时器0重装值(只适用于晶振为11.0592M时),50ms溢出 46080
www.eeworm.com/read/313533/13585124

h timer.h

#ifndef __TIMER_H__ #define __TIMER_H__ extern void BEEP(unsigned int time); extern void Timer0_Init(void); extern void Delay(unsigned int n); #endif