代码搜索结果
找到约 1,762 项符合
Speaker 的代码
speakerhelp.m
%
% SPEAKER RECOGNITION SYSTEM
%
% In order to obtain the complete source code please visit
%
% http://www.advancedsourcecode.com/speaker.asp
%
% A small donation (just 26 Euros, less than 36
fnc.sdf
SET_TIME 1 I # primary input
ALARM 2 I # primary input
HRS 3 I # primary input
MINS 4 I # primary input
TOGGLE_SWITCH 5 I # primary input
CLK 6 I
beeps.c
#include
#include
void main (int argc, char *argv[])
{
int count; // The number of times to sound the speaker
int i; // The number of times the speaker has bee
speakerapi.java
package org.jnode.driver.sound.speaker;
import org.jnode.driver.DeviceAPI;
/** This API defines how a speaker should be interfaced with JNode.
* @author Matt Paine
**/
public interface Sp
beeps.c
#include
#include
void main (int argc, char *argv[])
{
int count; // The number of times to sound the speaker
int i; // The number of times the speaker has bee
beeps.c
#include
#include
void main (int argc, char *argv[])
{
int count; // The number of times to sound the speaker
int i; // The number of times the speaker has bee
song.v
module song(clk_6MHz,clk_4Hz,speaker);
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 speaker;
wire
compute_block.v
module COMPUTE_BLOCK ( SET_TIME, ALARM, HRS, MINS, TOGGLE_SWITCH, CLK, RESETN,
TEST_MODE, TIM_DISPLAY, ALM_DISPLAY, SPEAKER_OUT );
input SET_TIME, ALARM, HRS, MINS, CLK, RESETN
compute_block.v
module COMPUTE_BLOCK ( SET_TIME, ALARM, HRS, MINS, TOGGLE_SWITCH, CLK, RESETN,
TEST_MODE, TIM_DISPLAY, ALM_DISPLAY, SPEAKER_OUT );
input SET_TIME, ALARM, HRS, MINS, CLK, RESETN
compute_block.v
module COMPUTE_BLOCK ( SET_TIME, ALARM, HRS, MINS, TOGGLE_SWITCH, CLK, RESETN,
TEST_MODE, TIM_DISPLAY, ALM_DISPLAY, SPEAKER_OUT );
input SET_TIME, ALARM, HRS, MINS, CLK, RESETN