代码搜索:双积分AD
找到约 10,000 项符合「双积分AD」的源代码
代码结果 10,000
www.eeworm.com/read/233984/14126571
axf copy_ad.axf
www.eeworm.com/read/233920/14127992
set ad1674.set
[General]
Version=1.0
Config=0
ReleaseIntermediate=.\Release
ReleaseOutput=.\Release
DebudIntermediate=.\Debug
DebugOutput=.\Debug
BodyName=SPCE060A_061A
[SetLink]
ExeFile=1
Output=AD1674.
www.eeworm.com/read/233920/14127994
spj ad1674.spj
#Sunplus Debeloper Project File - Name = SunplusIDE
#Sunplus Developer Generated Build File Format Version V1.00
#**DO NOT EDIT**
#TARTYPE (SPCE060A_061A)Application
CFG=Debug
# Begin Project
www.eeworm.com/read/233920/14128006
rc ad1674.rc
# Begin Project
# Begin SubItem "AD1674 Resources"
# End SubItem
# End Project
www.eeworm.com/read/233920/14128014
lik ad1674.lik
Options: m37
Obj: "E:\SUNPLUS\UNSP IDE 2.0.0\STARTUPD.OBJ"
Obj: "E:\SUNPLUS\LUWEIJUN\AD1674\DEBUG\RESOURCE.OBJ"
Obj: "E:\SUNPLUS\LUWEIJUN\AD1674\DEBUG\MAIN.OBJ"
Lib: "E:\SUNPLUS\LUWEIJUN\AD1674\..
www.eeworm.com/read/233920/14128020
env ad1674.env
[TRACE_BUFFER]
Enable=0
SaveOPOnly=0
Size=65535
Offset=0
LAScale=0
[PASSPOINT]
Result File=.\Passpoint_Result.txt
Register File=.\Passpoint_Register.txt
[General]
Device=1
Timer=2457600
www.eeworm.com/read/233920/14128028
h ad1674.h
#ifndef __AD1674_H__
#define __AD1674_H__
// write your header here
#endif
www.eeworm.com/read/233920/14128029
opt ad1674.opt
www.eeworm.com/read/233877/14130186
asm ad lamp.asm
ORG 00H
START: MOV A,#0FEH ;设置输出初值
SETB C ;进位标志置1
S1: MOV P1,A ;输出A值
LCALL DELAY
RLC A ;A带进位右移
JC S1 ;若移位次数达到8次,重设输出初值
MOV A,#7FH
SETB C
S2: MOV P1,A ;将
www.eeworm.com/read/233877/14130188