代码搜索结果

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

晓奇=网络文摘:学c51的基础 13《 turbo c 程序设计初步 》.url

[DEFAULT] BASEURL=http://www.xiao-qi.com/netfile/Lc51_13.html [InternetShortcut] URL=http://www.xiao-qi.com/netfile/Lc51_13.html Modified=A0DFC1A416DAC20197

colibri_reg.h

/*+++ *******************************************************************\ * * Colibri_reg.h * * Copyright and Disclaimer: * * -------------------------------------------------------------

editcopy.xpm

/* XPM */ static char *editcopy[] = { /* columns rows colors chars-per-pixel */ "32 32 155 2", " c black", ". c #191000", "X c #221700", "o c #2E2300", "O c #452E00", "+ c #433200", "@ c #4930

settings.m

Settings.absvalues = 'off'; Settings.beep = 0; Settings.checkdelta = 0; Settings.chunk = 100; Settings.coi = 0; Settings.conv = 1; Settings.dac = 0; Settings.date = 'March 8, 2007'; Settings.deltadelt

settings.m

Settings.absvalues = 'off'; Settings.beep = 0; Settings.checkdelta = 0; Settings.chunk = 100; Settings.coi = 0; Settings.conv = 1; Settings.dac = 0; Settings.date = 'March 8, 2007'; Settings.deltadelt

smscom.odl

// SmsCom.odl : type library source for SmsCom.exe // This file will be processed by the MIDL compiler to produce the // type library (SmsCom.tlb). [ uuid(284CAD89-BDA5-40B4-A1DD-696DAC6DD26F),

dds.txt

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; USE IEEE.STD_LOGIC_ARITH.ALL; USE IEEE.STD_LOGIC_UNSIGNED.ALL; ENTITY DAC IS PORT ( CLK : IN STD_LOGIC; DD : OUT INTEGER RANGE 255 DOWNTO 0

tlv5638.c

//#include #define uint unsigned int #define uchar unsigned char #define fastsp 1 #define slowsp 0 #define pwr_down 1 #define pwr_on 0 #define dac_buffer 0 #define buffer 1 #define

settings.m

Settings.absvalues = 'off'; Settings.beep = 0; Settings.checkdelta = 0; Settings.chunk = 100; Settings.conv = 1; Settings.dac = 0; Settings.date = 'May 1, 2004'; Settings.deltadelta = 180; Settings.de

da0832j.asm

;利用DAC0832产生阶梯波,阶梯初始值为0,阶梯数为15,增长率为12*/ DA0832 XDATA 8000H ORG 0000H AJMP MAIN ;***************************************************************************** ; /*主程序*/ ;******