代码搜索结果

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

play.c

/* 51单片机演奏音乐子程序 play.c*/ /* 本程序用T0来产生音调,用T1产生音长 */ #include #define yx 4/5 /* 定义普通音符演奏的长度分率 */ #define plen 2 /* 定义晶振的时钟周期(us) */ #define uchar unsigned char #define uint unsigned int

rfc1965.txt

Network Working Group P. Traina Request for Comments: 1965 cisco Systems Category: Experimental

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

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

text1.lst

C51 COMPILER V8.02 TEXT1 02/25/2009 13:40:40 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE TEXT1 OBJECT MODULE PLACED IN T

tstio.c

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

tstio.c

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

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 f