代码搜索:ad原理图
找到约 10,000 项符合「ad原理图」的源代码
代码结果 10,000
www.eeworm.com/read/381044/9113329
sym ad.sym
www.eeworm.com/read/381044/9113332
vhd ad.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
entity ad is
port(busy:in std_logic;
datain:in unsigned(7 downto 0);
clk:in std_logic;
dataout:out unsigned
www.eeworm.com/read/381044/9113649
sym ad.sym
www.eeworm.com/read/381044/9113650
vhd ad.vhd
--AD
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
entity ad is
port(busy:in std_logic;
datain:in unsigned(7 downto 0);
clk:in std_logic;
dataout:out un
www.eeworm.com/read/282190/9114913
wks ad.wks
www.eeworm.com/read/282190/9114952
paf ad.paf
www.eeworm.com/read/282190/9114982
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\ad\"
ProjectType=Executable
CPUFamily=TMS320C28XX
www.eeworm.com/read/282190/9114990
c ad.c
#include "DSP28_Device.h"
float a1[16];
unsigned int a2=0;
float adclo=0.0;
// Prototype statements for functions found within this file.
interrupt void ad(void);
void main(void)
{
www.eeworm.com/read/282190/9115001
map ad.map
******************************************************************************
TMS320C2000 COFF Linker PC Version 3.01
*******************************************************
www.eeworm.com/read/380818/9127214