代码搜索:ADC
找到约 10,000 项符合「ADC」的源代码
代码结果 10,000
www.eeworm.com/read/158373/11622632
dsp adc.dsp
# Microsoft Developer Studio Project File - Name="adc" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso
www.eeworm.com/read/158373/11622635
opt adc.opt
www.eeworm.com/read/158373/11622637
cpp adc.cpp
#include
#include
typedef struct {/*定义顺序表的存储结构*/
int *data;
int length;
}sqlist;
void main(){
sqlist L;
int n,m,s,k,i,j,pos,time;
FILE *fp;
fp=fopen("aa.txt","r");/*
www.eeworm.com/read/158373/11622641
dsw adc.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "adc"=".\adc.dsp" -
www.eeworm.com/read/158373/11622644
ncb adc.ncb
www.eeworm.com/read/347881/11629166
h adc.h
#ifndef __ADC_H__
#define __ADC_H__
void Test_DMA_Adc(void);
void Test_Adc(void);
#endif /*__ADC_H__*/
www.eeworm.com/read/347881/11629173
c adc.c
//====================================================================
// File Name : Adc.c
// Function : S3C2410 ADC Test
// Program : Kang, Weon Tark
// Date : May 22, 2002
// Version
www.eeworm.com/read/347744/11638837
paf adc.paf
www.eeworm.com/read/347744/11638845
c adc.c
#include "DSP281x_Device.h" // DSP281x Headerfile Include File
#include "DSP281x_Examples.h" // DSP281x Examples Include File
// Prototype statements for functions found within this file.
www.eeworm.com/read/347744/11638847
pjt adc.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="DSP28"
ProjectDir="C:\ICETEK-F2812-A-EDUlab\DSP281x_examples\Lab0305-AD\"
ProjectTyp