代码搜索结果

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

custom.lkf

-z -c -m"debug/speaker.map" -o"debug/speaker.out" -x -i"C:/ti2000/c2000/rtdx/lib" -i"C:/ti2000/c2400/cgtools/lib" "C:\ICETEK-DM642-AVM_V3\Lab47-DCmotor\prct.obj" "C:\ICETEK-DM642-AVM_V3\Lab47-DCmoto

speaker.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="C:\ICETEK-DM642-AVM_V3\Lab47-DCmotor\" ProjectType=Executable CPUFamily=TMS320C24XX

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

testcallback.cpp

#include "callback.h" //"扬声器"类 class Speaker:public CallBack { private: int volume; public: Speaker(int v): volume(v) {} void IncreaseVolume(int v) //增加音量成员函数 { volume += v; i

speaker.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; ENTITY Speaker IS PORT ( clk1 : IN STD_LOGIC; Tone1 : IN INTEGER RANGE 0 TO 16#7FF#; SpkS : OUT STD_LOGIC ); END; A

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

readme.txt

TMS320VC5402 DSK - CODEC DEMO ----------------------------- This example program demonstrates the use of the Handset CODEC (Mic/Speaker interface) on the DSK utilizing the drivers provided in the

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