代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/303595/13811961
obj num2.obj
www.eeworm.com/read/303595/13811962
plg num2.plg
礦ision2 Build Log
Project:
F:\单片机的C语言光盘\exam\CH03\num2\num2.uv2
Project File Date: 09/23/2005
Output:
www.eeworm.com/read/303595/13811963
lst num2.lst
C51 COMPILER V7.06 NUM2 10/21/2005 10:13:45 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE NUM2
OBJECT MODULE PLACED IN NU
www.eeworm.com/read/303595/13811967
opt num2.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/303595/13811970
c num4.c
#include "reg51.h"
void main()
{ unsigned char bdata c1[10];
c1[0]=10; //避免编译警告
for(;;);
}
www.eeworm.com/read/303595/13811971
lst num4.lst
C51 COMPILER V7.06 NUM4 10/21/2005 10:33:06 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE NUM4
OBJECT MODULE PLACED IN nu
www.eeworm.com/read/303595/13811973
plg num4.plg
礦ision2 Build Log
Project:
F:\单片机的C语言光盘\exam\CH03\num4\num4.uv2
Project File Date: 10/21/2005
Output:
www.eeworm.com/read/303595/13811975
opt num4.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/303595/13811976
obj num4.obj
www.eeworm.com/read/301198/13863878
c num_els.c
#include
void main(void)
{
int int_values[] = {51, 23, 2, 44, 45};
float float_values[] = {21.1, 13.3, 22.2, 34.4, 15.5};
printf("Number of elements in int_values %d\n