代码搜索结果

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

asm_demo.cpp

#include void main(void) { cout

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 been

ansphonephone.h

#ifndef __ANSPHONEPHONE_H__ #define __ANSPHONEPHONE_H__ #include /** * * @class RAnsPhonePhone AnsPhonePhone.h * @brief This class modifys the speaker volume and microphone gain of

usbspeakerlib.h

/* usbSpeakerLib.h - Definitions for USB speaker class driver */ /* Copyright 2000 Wind River Systems, Inc. */ /* Modification history -------------------- 01e,18sep01,wef merge from wrs.tor2_0.usb

shout.cpp

#using using namespace System; __delegate void Shout(String *message); // 定义一个实现Shout方法的类 __gc class Speaker { public: void Shout(String *pMessage) { Console::Write(S"[");

usbspeakerlib.h

/* usbSpeakerLib.h - Definitions for USB speaker class driver */ /* Copyright 2000 Wind River Systems, Inc. */ /* Modification history -------------------- 01e,18sep01,wef merge from wrs.tor2_0.usb

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

electric.c

#include #include #define N8155CMD XBYTE[0x1000] #define PA XBYTE[0x1001] #define PB XBYTE[0x1002] sbit speaker=P1^4; void delay_MS(unsigned int cou

c51音乐采灯程序.txt

#include sbit speaker=P2^0; //sbit speaker=P3^2; sbit sw=P3^0; unsigned char

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