代码搜索结果

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

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

asm_demo.cpp

#include void main(void) { cout

音乐.c

//此程序在硬件上调试通过 //本程序的单片机晶振采用11.0592M #include sbit speaker=P1^2; unsigned char timer0h,timer0l,time; //世上只有妈妈好数据表 code unsigned char sszymmh[]={ 6,2,3, 5,2,1,

waterheater12_25sourcefile.c

#include unsigned char num; unsigned int i=0,p=0; unsigned char One,Ten; const unsigned Code[13]=//0 1 2 3 4 5 6 7 8 9 OFF SPEAKER LED //

实用热水器监视器源程序.txt

#include unsigned char num; unsigned int i=0,p=0; unsigned char One,Ten; const unsigned Code[13]=//0 1 2 3 4 5 6 7 8 9 OFF SPEAKER LED //

xiang.c

#include sbit speaker=P1^4; void delay(int x,int y) ; main() { while (1) { speaker=1; delay(1,20); speaker=0; delay(1,20); } } void delay(int x,int y) { unsigned

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

train.m

function code = train(traindir, n) % Speaker Recognition: Training Stage % % Input: % traindir : string name of directory contains all train sound files % n : number of train files

test.m

function test(testdir, n, code) % Speaker Recognition: Testing Stage % % Input: % testdir : string name of directory contains all test sound files % n : number of test files in testd

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