代码搜索:实时接收
找到约 10,000 项符合「实时接收」的源代码
代码结果 10,000
www.eeworm.com/read/394265/8239599
hex 实时时钟.hex
:1002090080828486888A8C81838587898B8DC0F9D1
:10021900A4B0999282F88090BFFFFEFDFBF7EFDF53
:02022900BF7F95
:09029C00072B00000C0F050308FC
:10000E0012028C12013D3000FDC20012022BE52BB4
:10001E0075F00584
www.eeworm.com/read/394265/8239601
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/394265/8239608
plg 实时时钟.plg
礦ision2 Build Log
Project:
F:\51开发板\DY500开发板配套资料\5、配套程序\C语言程序\16-实时时钟RTC\实时时钟.uv2
Project File Date: 03/25/2008
Output:
Build target 'Target 1
www.eeworm.com/read/391923/8372574
jpg 接收手机短讯.jpg
www.eeworm.com/read/390664/8453412
lst 接收机.lst
C51 COMPILER V8.02 接收籣 11/26/2008 20:25:34 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE 接收籣
OBJECT MODULE PLACED IN 接收机.OB
www.eeworm.com/read/390664/8453416
plg 接收机.plg
礦ision3 Build Log
Project:
D:\My Documents\桌面\7\7\接收机\接收机.uv2
Project File Date: 11/26/2008
Output:
compiling 接收机.c...
接收机.c - 0 Error(s), 0
www.eeworm.com/read/390664/8453417
hex 接收机.hex
:0300000002081BD8
:0C081B00787FE4F6D8FD75810702080024
:10080000758920758DE6758BE6D28E759850859921
:0B08100090E4F5802098F7C29880F972
:00000001FF
www.eeworm.com/read/390664/8453424
c 接收机.c
#include
main(){
TMOD=0x20;
TH1=0xe6;TL1=0xe6;
TR1=1;
SCON=0x50;
while(1){
P1=SBUF;
P0=0;
while(!RI)
RI=0;
}
}
www.eeworm.com/read/390664/8453433
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 {