代码搜索结果
找到约 1,762 项符合
Speaker 的代码
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
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);
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
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
speaker.sdi
,,,;========================================================
,,,;网友熟鱼片全新奉献 八月桂花香 12M晶振
,,,;========================================================
,,,
,,,ORG 0000H
0000,02 00 14,, LJM
speaker.hex
:03000000020014E7
:10000B000520758CD8758AEF32758150758CFF750C
:10001B008AFF75890175A8820090007D7520007597
:10002B00F00000E4936033B4FF0302005400FEA31E
:10003B00E5F093FFD28C00B292EEFB120072EFB59B
:
speaker.asm
;========================================================
;网友熟鱼片全新奉献 八月桂花香 12M晶振
;========================================================
ORG 0000H
LJMP START
ORG 00
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
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