代码搜索:Test
找到约 10,000 项符合「Test」的源代码
代码结果 10,000
www.eeworm.com/read/354077/10391750
lst test.lst
C51 COMPILER V7.10 TEST 10/02/2006 10:18:21 PAGE 1
C51 COMPILER V7.10, COMPILATION OF MODULE TEST
OBJECT MODULE PLACED IN te
www.eeworm.com/read/354077/10391758
c test.c
#include "reg2051.h"
#define Key P3_2
#define jdq P3_3
unsigned int i;
//定时器初值为 0x3cb0 12M
void KeyAndDis_Time0(void) interrupt 1 using 2
{TR0=0;
TH0=0x3c;
TL0=0xb0;
i--;
TR0=1;
}
main()
www.eeworm.com/read/354077/10391762
opt test.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/354077/10391764
bin test.bin
www.eeworm.com/read/354077/10391772
hex test.hex
:03000B000200559B
:10005500C0E0C28C758C3C758AB0E5091509700243
:070065001508D28CD0E03237
:10000E00D2AFD2A975890120B2FD30B2FD75088C30
:10001E007509A1758C3C758AB0D28CC2B3D3E50933
:10002E009400E50894
www.eeworm.com/read/354077/10391782
bak test.bak
#include "reg2051.h"
#define Key P3_2
unsigned int i;
void KeyAndDis_Time0(void) interrupt 1 using 2
{TR0=0;
TH0=0x3c;
TL0=0xb0;
i--;
TR0=1;
}
main()
{
EA = 1; //允许CPU中断
ET0 = 1; //定时器
www.eeworm.com/read/354077/10391791
obj test.obj
www.eeworm.com/read/354077/10391802
plg test.plg
礦ision3 Build Log
Project:
E:\近期工程\康桥\风扇开20分停10分\test.uv2
Project File Date: 05/18/2006
Output:
www.eeworm.com/read/354077/10391814