代码搜索:speaker

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

代码结果 1,762
www.eeworm.com/read/164094/10129463

c speaker.c

#include #define SpeakerBit 0xdf void SpeakerOpen( void ){ P2 &= SpeakerBit; } void SpeakerClose( void ){ P2 |= SpeakerBit^0xff; } void Midi( unsigned char sound, unsigned char time )
www.eeworm.com/read/164094/10129474

obj speaker.obj

www.eeworm.com/read/164094/10129479

lst speaker.lst

C51 COMPILER V6.23a SPEAKER 02/21/2005 22:30:46 PAGE 1 C51 COMPILER V6.23a, COMPILATION OF MODULE SPEAKER OBJECT MODULE PLACED I
www.eeworm.com/read/359305/10156414

paf speaker.paf

www.eeworm.com/read/358784/10179639

asm speaker.asm

TITLE Speaker Demo Program (Speaker.asm) ; This program plays a series of ascending notes on ; the PC speaker. ; Last update: 10/8/01 INCLUDE Irvine16.inc ; 16-bit Real mode prog
www.eeworm.com/read/358286/10193135

paf speaker.paf

www.eeworm.com/read/358101/10196159

paf speaker.paf

www.eeworm.com/read/357005/10217730

vhd speaker.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; ENTITY Speaker IS PORT ( clk1 : IN STD_LOGIC; Tone1 : IN INTEGER RANGE 0 TO 16#7FF#; SpkS : OUT STD_LOGIC ); END; A
www.eeworm.com/read/423159/10582862

c speaker.c

/* ============================================================ */ /* File: SPEAKER.C */ /* */ /* Copyright (C) 2001, Daniel W. Lewis and Prentice-Hall */ /* */ /* Purpose: Lib
www.eeworm.com/read/423159/10582940

o speaker.o