代码搜索:双积分AD

找到约 10,000 项符合「双积分AD」的源代码

代码结果 10,000
www.eeworm.com/read/128240/14309834

pbl house_ad.pbl

www.eeworm.com/read/229943/14311117

opt ad9851.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/229943/14311120

c ad9851.c

#define AD9851_GLOBALS #include"AD9851.h" /**************************************** 数据定义 ******************************************/ union { uint32 lDDSRAM; uint8 cDDSRAM[4]; }DDS_DA
www.eeworm.com/read/229943/14311127

plg ad9851.plg

礦ision3 Build Log Project: E:\gang\程序\shiyangC51\AD9851\app\ad9851.uv2 Project File Date: 07/18/2007 Output:
www.eeworm.com/read/229943/14311131

h ad9851.h

#ifndef _AD9851_H_ #define _AD9851_H_ //************************************ #ifdef AD9851_GLOBALS #include #include #define uint8 unsigned char #define uint16 unsigned
www.eeworm.com/read/229849/14314981

c soft_ad.c

/*软件A/D所能实现的精度有限,测量电压范围是2-15V, 而且速度低(约1KHz),但仅用一个电容和一个电阻的诱惑 力,我想大虾您会笑纳的。用于某些场合是有用的。 原理是利用470K电阻对1uF电容充电,利用P0.0口作为检测电压, 当电压低于1/3 VCC时,P0.0读入的I/O电平为0,当充电电压超过 1/3 VCC时,P0.0读入的I/O电平为1。通过测量此过程所用的时间, ...
www.eeworm.com/read/128051/14318088

vhd ad cvtor.vhd

-- ******************************************** LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_ARITH.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; --*************************************
www.eeworm.com/read/128047/14318206

hex ad2.hex

www.eeworm.com/read/128047/14318216

bin ad2.bin

www.eeworm.com/read/128047/14318227

asm ad2.asm

BYTE_LEN EQU 3 SUM EQU 30H ADDR1 EQU SUM+BYTE_LEN ORG 0000H JMP START ORG 0040H START: MOV R5,#0AH MOV R6,#05AH CALL AD