代码搜索结果

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

abstract.txt

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

read me.txt

Speaker Identification Amin Koohi(AminKoohi@yahoo.com OR AminSohrevardi@yahoo.com ) Example 1 : >> code = train('train\', 8); %(Training stage) >> test('test\', 8, code); %(Te

demo.m

%Speaker Identification Demo %Amin Koohi(AminKoohi@yahoo.com OR AminSohrevardi@yahoo.com ) % %Example: % >> code = train('train\', 8); %(Training stage) % >> test('test\', 8, code)

top.v

module TOP(CLK, ALARM, HRS, MINS, SET_TIME,RESET, TOGGLE_SWITCH, AM_PM_SHOW, SHOW_HRS, SHOW_MINS, SPEAKER); input CLK, ALARM, HRS, MINS, SET_TIME, RESET,TOGGLE_SWITCH; outpu

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

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

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