代码搜索结果
找到约 10,000 项符合
Sound 的代码
s.txt
函数名: sound
功 能: 以指定频率打开PC扬声器
用 法: void sound(unsigned frequency);
程序例:
/* Emits a 7-Hz tone for 10 seconds. Your PC may not be able to emit a 7-Hz tone.*/
#include
int mai
s.txt
函数名: sound
功 能: 以指定频率打开PC扬声器
用 法: void sound(unsigned frequency);
程序例:
/* Emits a 7-Hz tone for 10 seconds. Your PC may not be able to emit a 7-Hz tone.*/
#include
int mai
tchnosnd.h
#include "deftypes.h"
extern struct SOUND_INFO technos_ym2151_m6295_sound[];
UINT8 TechnosSoundReadZ80(UINT16 offset);
void TechnosSoundWrite68k(UINT32 address, UINT16 data);
DEF_INLINE void Tech
ex21.c
//实例21:用for语句控制蜂鸣器鸣笛次数
#include //包含单片机寄存器的头文件
sbit sound=P3^7; //将sound位定义为P3.7
/****************************************
函数功能:延时形成1600Hz音频
****************************************/
ex21.c
//实例21:用for语句控制蜂鸣器鸣笛次数
#include //包含单片机寄存器的头文件
sbit sound=P3^7; //将sound位定义为P3.7
/****************************************
函数功能:延时形成1600Hz音频
****************************************/
tnj8355.h
#if(_TV_CHIP == _TNJ_8355)
#define _TV_NTSC_M_SUPPORT _TV_TYPE_NOT_SUPPORT // 60Hz Sound 4.5M NTSC M
#define _TV_NTSC_4_BG_SUPPORT _TV_TYPE_NOT_SUPPORT // 60Hz Sound 5.5M NTSC 4
tn8337.h
#if(_TV_CHIP == _TNF_8337)
#define _TV_NTSC_M_SUPPORT _TV_TYPE_SUPPORT // 60Hz Sound 4.5M NTSC M
#define _TV_NTSC_4_BG_SUPPORT _TV_TYPE_NOT_SUPPORT // 60Hz Sound 5.5M NTSC 4
tchnosnd.h
#include "deftypes.h"
extern struct SOUND_INFO technos_ym2151_m6295_sound[];
UINT8 TechnosSoundReadZ80(UINT16 offset);
void TechnosSoundWrite68k(UINT32 address, UINT16 data);
DEF_INLINE void Tech
opl3-sa
OPL3-SA1 sound driver (opl3sa.o)
---
Note: This howto only describes how to setup the OPL3-SA1 chip; this info
does not apply to the SA2, SA3, or SA4.
---
The Yamaha OPL3-SA1 sound chip is usually
opl3-sa
OPL3-SA1 sound driver (opl3sa.o)
---
Note: This howto only describes how to setup the OPL3-SA1 chip; this info
does not apply to the SA2, SA3, or SA4.
---
The Yamaha OPL3-SA1 sound chip is usually