代码搜索结果
找到约 10,000 项符合
T 的代码
t0.c
#include"reg51.h"
sbit P11=P1^1;
sbit P10=P1^0;
sbit P01=P0^1;
bit de1s=0;
void main()
{
//int i;
unsigned char a;
TMOD=0xf1;
TL0=0xd0;TH0=0x8a;
ET0=1;
TR0=1;
EA=1;
P2=0xff;
a=P2;
whil
t0.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\89S51\keilc51\T0.uv2
Project File Date: 07/29/2008
Output:
Build target
t0.hex
:03000000020800F3
:0C080000787FE4F6D8FD758120020847DF
:0208D900C1005C
:10088C007589F1758AD0758C8AD2A9D28CD2AF7544
:10089C00A0FFAFA03000FDE5A0A807088002C3337D
:0E08AC00D8FCF5A0B291C200B290B28180E6
t2.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 {
t0.lst
C51 COMPILER V8.02 T0 07/29/2008 13:42:20 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE T0
OBJECT MODULE PLACED IN T0.O
t2.c
#include"reg52.h"
//sbit P11=P1^1;
bit low=0;
void main()
{
//int i;
//unsigned char a[3];
T2CON=0x04;
ET2=1;
EA=1;
TL2=0x55;
TH2=0x55;
//i=0;
//P11=1;
while(1)
{
low=0;
if(low)
t0.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 {
t2.lnp
"STARTUP.obj",
"delay.obj"
TO "T2"
RAMSIZE(256)