代码搜索:ad元件库
找到约 10,000 项符合「ad元件库」的源代码
代码结果 10,000
www.eeworm.com/read/277050/10673020
c ad.c
#include "DSP28_Device.h"
float a1[16];
unsigned int a2=0;
float adclo=0.0;
// Prototype statements for functions found within this file.
interrupt void ad(void);
void main(void)
{
www.eeworm.com/read/277050/10673032
map ad.map
******************************************************************************
TMS320C2000 COFF Linker PC Version 3.03
*******************************************************
www.eeworm.com/read/277050/10673033
wks ad.wks
www.eeworm.com/read/159208/10680511
opt ad.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/159208/10680514
obj ad.obj
www.eeworm.com/read/159208/10680519
lst ad.lst
C51 COMPILER V7.00 AD 04/29/2006 21:37:58 PAGE 1
C51 COMPILER V7.00, COMPILATION OF MODULE AD
OBJECT MODULE PLACED IN ad.O
www.eeworm.com/read/159208/10680530
plg ad.plg
Build target 'Target 1'
compiling ad.c...
assembling STARTUP.A51...
linking...
Program Size: data=18.0 xdata=0 code=311
creating hex file from "ad"...
"ad" - 0 Error(s), 0 Warning(s).
www.eeworm.com/read/159208/10680538
hex ad.hex
:04092A00020A61A8B4
:1008F900E4FDFCC3ED9FEC9E50070DBD00010C808B
:01090900F2FB
:01090A0022CA
:04092F0075890122A3
:0E091C00C291E4FFFE1208F9E4F58CF58A2280
:1008C600C2B0C2B1C2B200000000D28CD29120B63
www.eeworm.com/read/159208/10680543
c ad.c
//------------------------函数声明,变量定义---------------------------------
#include
#include
sbit sle_A=P3^0;
sbit sle_B=P3^1;
sbit sle_C=P3^2;
sbit comp_OUT=P3^6;
sbit comp_IN1=P