代码搜索:timer

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

代码结果 10,000
www.eeworm.com/read/452069/7447888

h timer.h

#ifndef __TIMER_H__ #define __TIMER_H__ #include "AT89S51.h" #include #include #include "datatype.h" /*///////////////////////////////////////////////////////////////
www.eeworm.com/read/452069/7447909

obj timer.obj

www.eeworm.com/read/451596/7461295

c timer.c

#include #include #include int alphanum = 0; int counter = 0; void interrupt far handler(void) { if (++counter == 273) // 15 seconds { alph
www.eeworm.com/read/451329/7467347

c timer.c

#include #include #include int alphanum = 0; int counter = 0; void interrupt far handler(void) { if (++counter == 273) // 15 seconds { alph
www.eeworm.com/read/451288/7467844

class timer.class

www.eeworm.com/read/450651/7479147

asm timer.asm

ORG 0000H AJMP MAIN ORG 0003H LJMP INTRUPT0 ORG 0013H LJMP INTRUPT1 MAIN: SETB EX0 ;外部中断源0(P3.2--外部中断0申请,低电平有效) SETB EX1 CLR IT0 ;脉冲触发方式,低电平有效 SETB EA MOV 30H ,#00H ;个位秒
www.eeworm.com/read/450470/7483556

c timer.c

#include #include #include int alphanum = 0; int counter = 0; void interrupt far handler(void) { if (++counter == 273) // 15 seconds { alph
www.eeworm.com/read/450235/7487452

wks timer.wks

www.eeworm.com/read/450111/7490558

h timer.h

/* * Extended Operating System Loader (XOSL) * Copyright (c) 1999 by Geurt Vos * * This code is distributed under GNU General Public License (GPL) * * The full text of the license can be f
www.eeworm.com/read/450111/7490627

asm timer.asm

; ; Extended Operating System Loader (XOSL) ; Copyright (c) 1999 by Geurt Vos ; ; This code is distributed under GNU General Public License (GPL) ; ; The full text of the license can be found in