代码搜索:ad元件库
找到约 10,000 项符合「ad元件库」的源代码
代码结果 10,000
www.eeworm.com/read/362858/9978219
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\old\ad_EVA\"
ProjectType=Executable
CPUFamily=TMS3
www.eeworm.com/read/362858/9978224
c ad.c
#include "DSP28_Device.h"
float a1[16];
unsigned int a2=0;
float adclo=0.0;
float shuchu[200];//放在.ebss中,全局变量
// Prototype statements for functions found within this file.
interrupt void ad(
www.eeworm.com/read/362858/9978231
map ad.map
******************************************************************************
TMS320C2000 COFF Linker PC Version 3.09
*******************************************************
www.eeworm.com/read/167142/9979808
paf ad.paf
www.eeworm.com/read/167142/9979815
pjt ad.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\work\ICETEK-VC5509-A\5509A_EDU\Lab09-AD\"
ProjectType=Executable
CPUFamily=TMS320C
www.eeworm.com/read/167142/9979819
wks ad.wks
www.eeworm.com/read/362702/9985161
h ad.h
#ifndef _AD_H
#define _AD_H
ioport unsigned port8000;
#define AD_SPACE port8000
//****************************
#define AD_A_ONE 0x8000
#define AD_A_TWO 0x8001
#define AD_A_THREE 0x8002
#defi
www.eeworm.com/read/362702/9985272
c ad.c
#include "AD.h"
#include "zimo.h"
#include "data.h"
#include "dataChange.h"
int FLAG_AD_FINISH=0;
/*int AD_DATA_Y[N]={100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,
90,90
www.eeworm.com/read/166577/10015701