代码搜索:speaker

找到约 1,762 项符合「speaker」的源代码

代码结果 1,762
www.eeworm.com/read/365008/9882882

qws speaker.qws

[ProjectWorkspace] ptn_Child1=Frames ptn_Child2=ActionPoints [ProjectWorkspace.Frames] ptn_Child1=ChildFrames [ProjectWorkspace.Frames.ChildFrames] ptn_Child1=Document-0 ptn_Child2=Document-1
www.eeworm.com/read/365008/9882884

pof speaker.pof

www.eeworm.com/read/365008/9882886

done speaker.done

Mon Nov 26 20:05:30 2007
www.eeworm.com/read/365008/9882897

qsf speaker.qsf

# Copyright (C) 1991-2005 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any
www.eeworm.com/read/365008/9882902

qpf speaker.qpf

# Copyright (C) 1991-2005 Altera Corporation # Your use of Altera Corporation's design tools, logic functions # and other software and tools, and its AMPP partner logic # functions, and any
www.eeworm.com/read/365008/9882917

hif speaker.hif

Version 5.0 Build 148 04/26/2005 SJ Full Version 32 1592 OFF OFF OFF OFF OFF FV_OFF VRSM_ON VHSM_ON 0 # entity speaker # logic_option { AUTO_RAM_RECOGNITION ON } # case_insensitive
www.eeworm.com/read/365008/9883001

psp speaker.psp

www.eeworm.com/read/365008/9883006

sof speaker.sof

www.eeworm.com/read/365008/9883008

mif speaker.mif

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and
www.eeworm.com/read/365008/9883010

vhd speaker.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity speaker is port(clk:in std_logic; tone:in std_logic_vector(10 downto 0); spks:out std_logic); end entity