代码搜索:高精度电压基准
找到约 4,235 项符合「高精度电压基准」的源代码
代码结果 4,235
www.eeworm.com/read/25325/945897
dsn 电压表.dsn
www.eeworm.com/read/28139/994276
plg 电压表.plg
compiling 电压表.c...
.\电压表.c - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
linking...
creating hex file from "电压表"...
"电压表" - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
compiling 电压表.c...
l
www.eeworm.com/read/28139/994279
hex 电压表.hex
:1003F900303132333435363738392E760064697303
:0F0409003A00202020766F6C746D657465720068
:0F03CC008F807F057E001203DBD2B07F057E009D
:1003DB00D3EF9400EE940040147D6E7C00ED1D7005
:0D03EB00011CED4C70F7EF1
www.eeworm.com/read/28139/994282
pwi 电压表.pwi
www.eeworm.com/read/28139/994283
opt 电压表.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
DaveTm { 0,0,0,0,0,0,0,0 }
Target (Tar
www.eeworm.com/read/28139/994285
dsn 电压表.dsn
www.eeworm.com/read/28139/994287
obj 电压表.obj
www.eeworm.com/read/28139/994290
c 电压表.c
//////////测0~5V的电压表////////////
#include
#define uchar unsigned char
#define uint unsigned int
#define outport P1
sbit start=P3^4;
sbit EOC=P3^5;//转换结束
sbit E=P3^0;
sbit RS=P3^7;