代码搜索:中断处理
找到约 10,000 项符合「中断处理」的源代码
代码结果 10,000
www.eeworm.com/read/377895/9258961
txt 键盘中断.txt
#include
//LCD的口线
sbit E=P3^5;
sbit RW=P3^6;
sbit RS=P3^7;
//8字LED的连接方法
//P0.7 P.06 P0.5 P0.4 P0.3 P0.2 P0.1 P0.0
// H G F E D C B A
unsigned char code ledcode[]={0x
www.eeworm.com/read/370962/9574442
c 中断查询.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
sbit KEY_1 =P1^4; // 将p1.4定义为KEY_1
sbit KEY_2 =P1^5; // 将p1.5定义为KEY_2
sbit KE
www.eeworm.com/read/353072/10474071
中断测频
www.eeworm.com/read/422104/10664473
doc 中断解析.doc
www.eeworm.com/read/421702/10708879
c 中断查询.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#define KEY P1
sbit INT_0 =P3^2; // 将p3.2外部中断0
unsigned char COUNT_TI; /
www.eeworm.com/read/421702/10709228
c 中断查询.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
sbit KEY_1 =P1^4; // 将p1.4定义为KEY_1
sbit KEY_2 =P1^5; // 将p1.5定义为KEY_2
sbit KE
www.eeworm.com/read/470124/6924882
obj 中断法.obj
www.eeworm.com/read/470124/6924883
lst 中断法.lst
C51 COMPILER V6.12 _衉___ 09/02/2007 23:23:36 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE _衉___
OBJECT MODULE PLACED IN .\
www.eeworm.com/read/470124/6924887