代码搜索:speaker

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

代码结果 1,762
www.eeworm.com/read/364478/9905667

vwf speaker.vwf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/364478/9905907

vhd speaker.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use ieee.std_logic_arith.all; entity speaker is port(clk:in std_logic; tone:in std_logic_vector(10 downto 0);
www.eeworm.com/read/364478/9905914

bsf speaker.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/168067/9940477

lst speaker.lst

ASEM-51 V1.2 Copyright (c) 1996 by W.W. Heinz PAGE 1 MCS-51 Family Cross Assembler A S E M - 5 1
www.eeworm.com/read/168067/9940480

sdi speaker.sdi

,,,;======================================================== ,,,;网友熟鱼片全新奉献 八月桂花香 12M晶振 ,,,;======================================================== ,,, ,,,ORG 0000H 0000,02 00 14,, LJM
www.eeworm.com/read/168067/9940485

hex speaker.hex

:03000000020014E7 :10000B000520758CD8758AEF32758150758CFF750C :10001B008AFF75890175A8820090007D7520007597 :10002B00F00000E4936033B4FF0302005400FEA31E :10003B00E5F093FFD28C00B292EEFB120072EFB59B :
www.eeworm.com/read/168067/9940487

asm speaker.asm

;======================================================== ;网友熟鱼片全新奉献 八月桂花香 12M晶振 ;======================================================== ORG 0000H LJMP START ORG 00
www.eeworm.com/read/168067/9940493

obj speaker.obj

www.eeworm.com/read/362976/9972820

bsf speaker.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/362976/9972924

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 SPEAK