代码搜索:ad原理图

找到约 10,000 项符合「ad原理图」的源代码

代码结果 10,000
www.eeworm.com/read/428011/8905210

obj ad.obj

www.eeworm.com/read/428011/8905282

pjt ad.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectName="AD" ProjectDir="C:\ti\myprojects\ad\" ProjectType=Executable CPUFamily=TMS320C28XX
www.eeworm.com/read/428011/8905291

map ad.map

****************************************************************************** TMS320C2000 COFF Linker PC Version 3.01 *******************************************************
www.eeworm.com/read/428011/8905295

wks ad.wks

www.eeworm.com/read/186664/8920390

cmd ad.cmd

/* SOLUTION FILE FOR LAB11.CMD */ MEMORY { PAGE 0: VECS origin = 0000h, length = 0040h FLASH: origin = 100h, length = 7F00h
www.eeworm.com/read/427704/8924978

_c ad._c

/**************************************************************************************** mega8的AD转换功能演示实验
www.eeworm.com/read/427704/8925056

s ad.s

.module ad.c .area text(rom, con, rel) .dbfile ad.c .dbfunc e mega8_ad _mega8_ad fI .even _mega8_ad:: .dbline 0 ; func end ret .dbend
www.eeworm.com/read/427704/8925060

i ad.i

#line 1 "ad.c" #line 12 "ad.c" uint mega8_ad() { uint addata; ADMUX=0xc0; ADCSR=0X80; ADCSR|=BIT(ADSC); while(!(ADCSR&(BIT(ADIF)))); addata=ADCL; addata=addata+ADCH*256
www.eeworm.com/read/427704/8925094

c ad.c

/**************************************************************************************** mega8的AD转换功能演示实验
www.eeworm.com/read/284485/8926060

cgi ad.cgi