代码搜索:ad转换

找到约 10,000 项符合「ad转换」的源代码

代码结果 10,000
www.eeworm.com/read/261868/11617938

lst ad7705.lst

C51 COMPILER V8.08 AD7705 11/16/2007 18:23:56 PAGE 1 C51 COMPILER V8.08, COMPILATION OF MODULE AD7705 OBJECT MODULE PLACED IN
www.eeworm.com/read/347998/11619173

c ad0808.c

#include #define uchar unsigned char #define unit unsigned int sbit eoc=P3^0; sbit oe =P3^1; sbit st =P3^3; sbit s1=P2^5; sbit s2=P2^6; sbit s3=P2^7; uchar code tab[]=
www.eeworm.com/read/347960/11621617

opt ad9833.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/347960/11621618

obj ad9833.obj

www.eeworm.com/read/347960/11621624

lst ad9833.lst

C51 COMPILER V7.06 AD9833 08/16/2008 14:17:54 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE AD9833 OBJECT MODULE PLACED IN
www.eeworm.com/read/347960/11621631

c ad9833.c

// name : ad9833.c // author : pyy // date : 2008-8-6 #include sbit AD9833_FSYNC = P1^2; sbit AD9833_SCLK = P1^3; sbit AD9833_SDATA = P1^4; //控制子数组 unsigned int Config_Data
www.eeworm.com/read/261831/11622374

vhd ad_filt.vhd

library IEEE; use IEEE.STD_LOGIC_1164.all; package ad_filt is -- Declare constants constant NUM_TAPS : integer := 16; constant mu : integer := 16; type sh_reg is array (0 to NUM_TAPS-1) of std_l
www.eeworm.com/read/261817/11622713

c ad_fun.c

/* 针对 设置AD7705的工作方式设置 */ #include "config.h" #include "fundef.h" #include #define SPI_MODE 1 #define IO_MODE 2 #define CONNECT_MODE IO_MODE extern uint8 Keynum; // 数据键
www.eeworm.com/read/261673/11629704

c ad7705.c

#include #include #define uchar unsigned char #define uint unsigned int sbit DIN7705=P3^4; /*数据输入输出为同一端口*/ sbit DOUT7705=P3^4; sbit CLK7705=P3^5; sbit AD7705
www.eeworm.com/read/261673/11629705

obj ad7705.obj