代码搜索:中断处理
找到约 10,000 项符合「中断处理」的源代码
代码结果 10,000
www.eeworm.com/read/301844/13847577
plg 中断.plg
礦ision2 Build Log
Project:
F:\AT89S52\单片机测试\中断模块测试\中断.uv2
Project File Date: 12/31/2007
Output:
www.eeworm.com/read/301844/13847578
c 中断.c
#include
#include
#include
#define CS(ADDR) XBYTE[ADDR]
typedef unsigned int uint;
typedef unsigned char uchar;
sbit CS=P1^4;
sbit CLK=P1^7;
sbit DIO=P1^6;
www.eeworm.com/read/301844/13847580
lst 中断.lst
C51 COMPILER V7.06 謃__ 01/01/2008 14:10:55 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE 謃__
OBJECT MODULE PLACED IN 中断.O
www.eeworm.com/read/301844/13847583
opt 中断.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/301844/13847585
obj 中断.obj
www.eeworm.com/read/301844/13847588
hex 中断.hex
:030000000200F308
:0C00F300787FE4F6D8FD75812002000340
:0600FF00E4FF0FBF06FC48
:0101050022D7
:06010600E4FF0FBF01FC45
:01010C0022D0
:0C00D900E4FFE4FE0EBE7DFC0FBF32F61B
:0100E50022F8
:10006D008F2
www.eeworm.com/read/485633/6555542
txt 中断.txt
#include
#define uint unsigned int
#define uchar unsigned char
sbit dula=P3^0;
sbit wela=P3^1;
//特殊位定义
sbit P24=P2^4;
sbit P25=P2^5;
sbit P26=P2^6;
sbit P27=P2^7;//位选
sbit d1=P1^3
www.eeworm.com/read/263036/11378591
c 中断.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
#include
unsigned char CH_data[8];
#define CH0 XBYT
www.eeworm.com/read/406761/11436163