代码搜索结果
找到约 10,000 项符合
3 的代码
3.__i
"3.c"
3.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 {
3.plg
礦ision2 Build Log
Project:
D:\单片机实验室\交通灯\3.uv2
Project File Date: 04/09/2006
Output:
3.c
#include"reg51.h"
int i;
int j;
int k;
int n;
int m;
unsigned char bool;
sbit red1=P1^0;
sbit green1=P1^1;
sbit yellow1=P1^2;
sbit red2=P1^5;
sbit green2=P1^6;
sbit yellow2=P1^7;
sbit w1=
3.lst
C51 COMPILER V7.06 3 04/09/2006 15:22:08 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE 3
OBJECT MODULE PLACED IN 3.OBJ
3.hex
:030000000201EA10
:0C01EA00787FE4F6D8FD75811402000354
:0A01F600C0F9A4B0999282F880903D
:100003001201DAE4F50BF50CAF0AAE09120158053B
:100013000CE50C7002050BC394E8E50B6480948334
:1000230040E6E50A150A
3.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 {