代码搜索结果
找到约 10,000 项符合
U 的代码
u1.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 {
u2.c
#include
sbit clk=P3^2;
sbit dat=P3^4;
unsigned char receive[4]={0,0,0,0},j=0; //receive[3]为接收成功标志,1为成功
void read_8bit(void)
{
unsigned char i=0;
receive[3]=0;
while(!clk);
f
u1.lst
C51 COMPILER V8.05a U1 03/11/2009 12:36:28 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE U1
OBJECT MODULE PLACED IN u1.
u1.hex
:0901780004100000000001140055
:10009200E4FFF51330B2FDE4FF74102514F8C0003C
:1000A200E625E0D000F630B40974102514F8E644D1
:1000B20001F6BF0719E510B438100514E514B403AE
:1000C20017751301E4F510F5142275130
u2.plg
礦ision3 Build Log
Project:
D:\lx\自定通信协议\u2.uv2
Project File Date: 10/11/2008
Output:
Build target 'Target 1'
compiling u2.c...
linking...
*
u2.lst
C51 COMPILER V8.05a U2 03/11/2009 12:36:32 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE U2
OBJECT MODULE PLACED IN u2.
u1.plg
礦ision3 Build Log
Project:
D:\lx\自定通信协议\u1.uv2
Project File Date: 02/16/2009
Output:
u1.c
#include
sbit clk=P3^2;
sbit dat=P3^4;
unsigned char receive[4]={0,0,0,0},j=0; //receive[3]为接收成功标志,1为成功
void read_8bit(void)
{
unsigned char i=0;
receive[3]=0;
while(!clk);
f