代码搜索:ADC
找到约 10,000 项符合「ADC」的源代码
代码结果 10,000
www.eeworm.com/read/257254/11940317
hex adc.hex
:100AE0004D534331323130204144432074657065A9
:100AF0007261747572652074657374203A0A0043DC
:100B0000616C6962726174696E672E2E2E2E2E2EB4
:0D0B10000A00766F6C74733D25660D0A00B7
:1009D6007532067533C0E4F58
www.eeworm.com/read/257254/11940327
plg adc.plg
礦ision2 Build Log
Project:
D:\微流速仪\51和VB程序\51程序\msc1210片上温度演示\ADC演示.uv2
Project File Date: 09/04/2006
Output:
Build target 'Target 1'
compili
www.eeworm.com/read/257254/11940367
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/257219/11943833
plg adc.plg
礦ision3 Build Log
Project:
Y:\Support\Project\Examples\C8051F32x\ADC\ADC.uv2
Project File Date: 07/16/2004
Output:
Build target 'C8051F320'
a
www.eeworm.com/read/257219/11943837
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/343406/11950472
o adc.o
www.eeworm.com/read/343406/11950527
o adc.o
www.eeworm.com/read/257088/11950543
5111_adc
www.eeworm.com/read/257088/11950552
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
www.eeworm.com/read/343406/11950646
c adc.c
//====================================================================
// File Name : Adc.c
// Function : S3C2410 ADC Test
// Program : Kang, Weon Tark
// Date : May 22, 2002
// Version