代码搜索:ADC
找到约 10,000 项符合「ADC」的源代码
代码结果 10,000
www.eeworm.com/read/228696/14366539
opt adc.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/228696/14366585
plg adc.plg
礦ision2 Build Log
Project:
C:\人邮\Keilc51资源程序\c515_adc\ADC.uv2
Project File Date: 07/14/2004
Output:
www.eeworm.com/read/228696/14366589
opt adc.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/228696/14366625
plg adc.plg
礦ision2 Build Log
Project:
C:\人邮\1\msc1212_adc\ADC.uv2
Project File Date: 08/14/2005
Output:
www.eeworm.com/read/228696/14366631
opt adc.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/228696/14366637
plg adc.plg
礦ision2 Build Log
Project:
C:\人邮\Keilc51资源程序\aduc831_adc\adc.uv2
Project File Date: 07/16/2004
Output:
www.eeworm.com/read/228696/14366647
opt adc.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/228696/14366744
5111_adc
www.eeworm.com/read/228696/14366749
ini adc.ini
signal void ADC_Input (unsigned char channels, float max) {
unsigned char i;
float x;
while (1)
{
x = (x + 0.25) % max;
for (i = 0; i < channels; i++)
{
switc