代码搜索:ad原理图
找到约 10,000 项符合「ad原理图」的源代码
代码结果 10,000
www.eeworm.com/read/208257/15250139
doc ad子程序.doc
www.eeworm.com/read/208223/15250716
d ad.o.d
AD.o: ../AD.c ../Include.h d:/WinAVR/avr/include/avr/io.h \
d:/WinAVR/avr/include/avr/sfr_defs.h d:/WinAVR/avr/include/inttypes.h \
d:/WinAVR/avr/include/stdint.h d:/WinAVR/avr/include/avr/iom16
www.eeworm.com/read/206893/15286376
txt 程控ad转换.txt
ORG 0000H
SJMP START
ORG 0013H
LJMP INT_1
ORG 0030H
START: MOV A,#0FFH
MOV P0,A
CLR A
MOV SCON,#50H ;串口初始化方式1
www.eeworm.com/read/206728/15291600
jpg pic_ad.jpg
www.eeworm.com/read/206352/15296296
vhd ad5510.vhd
library ieee;
use ieee.std_logic_1164.all;
entity ad5510 is
port(rst:in std_logic;
clk:in std_logic;
d:in std_logic_vector(7 downto 0);
adclk:out std_logic;
data:out std_logic_
www.eeworm.com/read/206352/15296307
bsf ad5510.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/205456/15315810
asm ad_pcm.asm
* 编码函数C语言声明
* extern void AdpcmEncoder(int* pBufferIn, int* pBufferOut,
* int* pPrevValue,int* pPrevIndex, int Length);
* 解码函数C语言声明(解码长度为实际解码后长度的1/4)
* extern void AdpcmDecoder(int*
www.eeworm.com/read/2264/15996