代码搜索结果
找到约 1,533 项符合
Speaker 的代码
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
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)
speaker.lso
work
21.txt
About the Author
Dr. Spencer Johnson is an internationally respected speaker and author whose insights have helped millions of people discover simple truths they can use to have healthier l
tstio.c
/*********************************************************************
Author: Dale Roberts
Date: 8/30/95
Program: TSTIO.EXE
Compile: cl -DWIN32 tstio.c
Purpose: Test the G
ex06 - las vegas.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex06 - Las Vegas.BS2
' Purpose... Stamp Game
' Author.... Parallax
' E-mail.... sta
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