代码搜索:定时报警

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

代码结果 10,000
www.eeworm.com/read/489574/6286569

txt hs1101与tlc555程序.txt

/***********读取T1口输入的频率值(10MS 11.0592HZ晶振)T0做定时器*****************/ #include unsigned int frequency,f1,f2; void time1(unsigned char x) { unsigned int i,j; for(i=0;i
www.eeworm.com/read/354424/6289958

o main.o

XL H 4 areas 5 global symbols M main.c A text size 6E flags 0 dbfile D:\AVR\我的程序\定时器0溢出中断实验/cfg.h dbfunc e port_init 0 fV dbline FFFFFFFF 0 dbline B 0 dbline C 0 dbline D 4 dbline FFFFFFFE 6
www.eeworm.com/read/354424/6289959

dbg t0_led.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.1 CPU AVR DIR D:\AVR\我的程序\定时器0溢出中断实验\ FILE cfg.h FUNC port_init 98 fV BLOCK 11 98 LINE 11 98 LINE 12 98 LINE 13 9C BLOCKEND 0 9E FUNCEND 9E FUNC timer0_in
www.eeworm.com/read/493518/6395015

c main.c

#include #include//包含NOP指令 //unsigned int count_th,count_tl; unsigned char number; //number记录定时次数 unsigned char time1,time2; //time1是由慢到快的初始值,time2是由快到慢的初始值 unsigned char
www.eeworm.com/read/400720/6465566

c sh103.c

#include #include #define unit unsigned int #define uchar unsigned char sbit L0=P2^0; sbit L1=P2^1; sbit L2=P2^2; sbit L3=P2^3; uchar data BUFFER[1]={0}; /*定时器计数变量*
www.eeworm.com/read/488476/6487972

asm 21-0 红外发射接收程序.asm

;//**************************************************************** ;//*文件名:红外发射接受实验程序 ;//*创建人:巫升辉 ;//*2005.9.25 ;功能:程序由定时器T0产生1HZ的调制信号由.P1.0产生,T1口对红外接收头 ;接受的信号进行处理并送显示,注:一般红外
www.eeworm.com/read/488265/6490090

asm interrupt.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/484665/6572449

c tr.c

#include #include #include #define uchar unsigned char #define uint unsigned int sbit EXF2=T2CON^6 //主程序 定义中断源,并对定时器赋初值,以及向8253寄存器写控制字 void main(void) { //以下是设置中断
www.eeworm.com/read/201900/6580601

asm sy6-8253.asm

PORT EQU 0C400H-0280H P8253_C EQU PORT+283H;控制口 P8253_0 EQU PORT+280H;定时器0 P8251_C EQU PORT+2B9H;控制口 P8251_D EQU PORT+2B8H;数据口
www.eeworm.com/read/483692/6600567

asm lesson2-1.asm

OUTPORT EQU 0CFB0H CSEG AT 0000H LJMP START CSEG AT 401BH ;定时器/计数器1中断程序入口地址 LJMP INT CSEG AT 4100H START: MOV A,#01H ;首显示码 MOV R1,#03H ;03是偏移量,即从基址寄存