代码搜索:Two
找到约 10,000 项符合「Two」的源代码
代码结果 10,000
www.eeworm.com/read/456911/7337229
opt two_communication.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/456911/7337232
dsn two_communication.dsn
www.eeworm.com/read/456911/7337248
hex two_communication.hex
:10003500900000AF82AE83E4FCFD7B507AC3F9F8F3
:0F004500D31200554009E4FF0FBF0AFCA380E46B
:010054002289
:10000300759850758780758920758DFF758BFFD224
:100013008E7599C03099FDC2997580C075A0FF1285
:100023
www.eeworm.com/read/456911/7337260
plg two_communication.plg
礦ision2 Build Log
Project:
D:\08-09上教学资料\单片机嵌入式系统\串行通途\two_communication.uv2
Project File Date: 10/26/2008
Output:
Build target 'Target 1'
co
www.eeworm.com/read/456911/7337263
lst two_communication.lst
C51 COMPILER V7.06 TWO_COMMUNICATION 10/26/2008 09:46:09 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE TWO_COMMUNICATION
OBJECT MODULE
www.eeworm.com/read/456911/7337267
c two_communication.c
//two_cpu_1.c
//双机通信实验
//包含头文件
#include
//宏定义
#define uchar unsigned char
#define uint unsigned int
//延时子程序
delay()
{
uint j;
uchar k;
for(j=0;j
www.eeworm.com/read/456911/7337272
two_communication_2
www.eeworm.com/read/456911/7337281
obj two_communication.obj
www.eeworm.com/read/453496/7418381
c two_line.c
#include
void main ()
{
printf ("This is line one.\n");
printf ("This is the second line.");
}
www.eeworm.com/read/451592/7461352
c two_line.c
#include
void main ()
{
printf ("This is line one.\n");
printf ("This is the second line.");
}