代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/286264/8775601
opt num1.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/286264/8775603
lst num1.lst
C51 COMPILER V7.06 NUM1 09/23/2005 07:32:08 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE NUM1
OBJECT MODULE PLACED IN nu
www.eeworm.com/read/286264/8775605
obj num1.obj
www.eeworm.com/read/286264/8775617
c num1.c
#include "reg51.h"
void main()
{ union {
float f1;
unsigned char c1[4];
}Num;
Num.f1=1000.111;
for(;;)
{ Num.f1++;
}
}
www.eeworm.com/read/286264/8775620
plg num1.plg
礦ision2 Build Log
Project:
F:\单片机的C语言光盘\exam\CH03\num1\num1.uv2
Project File Date: 09/22/2005
Output:
www.eeworm.com/read/286264/8775623
plg num3.plg
礦ision2 Build Log
Project:
F:\单片机的C语言光盘\exam\CH03\num3\num3.uv2
Project File Date: 09/23/2005
Output:
www.eeworm.com/read/286264/8775625
lst num3.lst
C51 COMPILER V7.06 NUM3 09/23/2005 10:29:48 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE NUM3
OBJECT MODULE PLACED IN nu
www.eeworm.com/read/286264/8775628
c num3.c
#include "reg51.h"
void main()
{ unsigned int idata i[61];
i[1]=10; //避免编译器的警告
for(;;);
}
www.eeworm.com/read/286264/8775631
obj num3.obj
www.eeworm.com/read/286264/8775633
opt num3.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 {