代码搜索:定时报警

找到约 10,000 项符合「定时报警」的源代码

代码结果 10,000
www.eeworm.com/read/26236/851868

c part3.1.1.c

#include //52系列单片机头文件 #define uchar unsigned char #define uint unsigned int sbit led1=P1^0; uchar num; void main() { TMOD=0x00;//设置定时器0为工作方式0(0000 0000) TH0=(8192-4607)/32;//
www.eeworm.com/read/26236/851869

c part3.1.2.c

#include //52系列单片机头文件 #define uchar unsigned char #define uint unsigned int sbit led1=P1^0; uint num; void main() { TMOD=0x02;//设置定时器0为工作方式2(0000 0010) TH0=6; //装初值 TL0=
www.eeworm.com/read/40534/918034

asm timer application (1).asm

SECOND EQU 30H COUNT EQU 31H ORG 00H LJMP START ORG 0BH ;定时器0中断入口 LJMP INT_T0 START: MOV SECOND,#00H MOV COUNT,#00H MOV DPTR,#TABLE ;段码表首地址 MOV P0,#3FH
www.eeworm.com/read/25137/944616

c part3.1.1.c

#include //52系列单片机头文件 #define uchar unsigned char #define uint unsigned int sbit led1=P1^0; uchar num; void main() { TMOD=0x00;//设置定时器0为工作方式0(0000 0000) TH0=(8192-4607)/32;//
www.eeworm.com/read/25137/944617

c part3.1.2.c

#include //52系列单片机头文件 #define uchar unsigned char #define uint unsigned int sbit led1=P1^0; uint num; void main() { TMOD=0x02;//设置定时器0为工作方式2(0000 0010) TH0=6; //装初值 TL0=
www.eeworm.com/read/25620/948526

This is an internal working file generated by the Source Browser. 10:36 53s D:\文稿\手把手教你学AVR单片机C程序设计\第9章 ATMEGA16(L)的定时计数器使用\第9章实验程序\iar9-1\Debug\Obj\iar9-1.pbi
www.eeworm.com/read/25620/948543

This is an internal working file generated by the Source Browser. 10:39 01s D:\文稿\手把手教你学AVR单片机C程序设计\第9章 ATMEGA16(L)的定时计数器使用\第9章实验程序\iar9-2\Debug\Obj\iar9-2.pbi
www.eeworm.com/read/25620/948559

This is an internal working file generated by the Source Browser. 10:49 19s D:\文稿\手把手教你学AVR单片机C程序设计\第9章 ATMEGA16(L)的定时计数器使用\第9章实验程序\iar9-7\Debug\Obj\iar9-7.pbi
www.eeworm.com/read/25620/948574

This is an internal working file generated by the Source Browser. 10:41 38s D:\文稿\手把手教你学AVR单片机C程序设计\第9章 ATMEGA16(L)的定时计数器使用\第9章实验程序\iar9-3\Debug\Obj\iar9-3.pbi
www.eeworm.com/read/25620/948590

This is an internal working file generated by the Source Browser. 10:43 17s D:\文稿\手把手教你学AVR单片机C程序设计\第9章 ATMEGA16(L)的定时计数器使用\第9章实验程序\iar9-4\Debug\Obj\iar9-4.pbi