代码搜索结果

找到约 1,533 项符合 Speaker 的代码

abstract.txt

The Audio project is a demo program for the Keil MCB2300 Board using the Philips LPC2368 Microcontroller. It demonstrates an USB Audio Device - Speaker. The USB Audio Device is recognized by th

spkr.asl

Device(SPKR) { // Speaker Name(_HID,EISAID("PNP0800")) // Hardware Device ID Name(_CRS,Buffer(){ 0x47, // IO port descriptor

abstract.txt

The Audio project is a demo program for the Keil MCB2300 Board using the Philips LPC2368 Microcontroller. It demonstrates an USB Audio Device - Speaker. The USB Audio Device is recognized by th

speaker.c

#include "DSP281x_Device.h" // DSP281x Headerfile Include File #include "DSP281x_Examples.h" // DSP281x Examples Include File // Prototype statements for functions found within this file

abstract.txt

The Audio project is a demo program for the Keil MCB2300 Board using the NXP LPC23xx Microcontroller. It demonstrates an USB Audio Device - Speaker. The USB Audio Device is recognized by the ho

song.v

module song(clk_6MHz,clk_4Hz,speaker,high,med,low); input clk_6MHz, clk_4Hz; output speaker; output[3:0] high,med,low; reg[3:0] high,med,low; reg[13:0] divider,origin; reg[7:0] counter; reg spe

tstio.c

/********************************************************************* Author: Dale Roberts Date: 8/30/95 Program: TSTIO.EXE Compile: cl -DWIN32 tstio.c Purpose: Test the G

latentreflection.java

//: generics/LatentReflection.java // Using Reflection to produce latent typing. import java.lang.reflect.*; import static net.mindview.util.Print.*; // Does not implement Performs: class Mime

sounds.c

// SOUNDS.C - Demonstrates music and sound effects using PC speaker // Written by Phil Inch for Game Developers Magazine (issue 2). // Contributed to the public domain. // This program written

fm1702.c

#include "reg51.h" #include "intrins.h" #include "ABSACC.H" sbit IRQ = P3^2; sbit FM1702_RD = P3^7; sbit FM1702_WR = P3^6; sbit RSTPD = P1^2; sbit SPEAKER = P2^3;