代码搜索结果

找到约 10,000 项符合 DAC 的代码

dac.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="c:\ti\myprojects\DAC\" ProjectType=Executable CPUFamily=TMS320C24XX Tool="Compiler"

dac.c

#include "SPCE061V004.H" #define Set_IOA_Bit(x) (*P_IOA_Data = *P_IOA_Buffer | x) #define Clear_IOA_Bit(x) (*P_IOA_Data = *P_IOA_Buffer & ~x) #define DIN 0x0001 //串行数据输入 IOA0 #define S

dac.h

/***************************************************************************** * dac.h: Header file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semiconductor

dac.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 {

dac.c

/***************************************************************************** * dac.c: ADC module file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semiconduct

dac.c

#include "SPCE061V004.H" #define Set_IOA_Bit(x) (*P_IOA_Data = *P_IOA_Buffer | x) #define Clear_IOA_Bit(x) (*P_IOA_Data = *P_IOA_Buffer & ~x) #define DIN 0x0001 //串行数据输入 IOA0 #define S

dac.c

/* dac.c - bipolar two's complement D/A converter */ double dac(b, B, R) int *b, B; /* bits are dimensioned as \(b[0], b[1], \dotsc, b[B-1]\) */ double R; { int i;