代码搜索:Sound
找到约 10,000 项符合「Sound」的源代码
代码结果 10,000
www.eeworm.com/read/101025/15856439
h uisound.h
#ifndef _GUI_SOUND_H_
#define _GUI_SOUND_H_
#include
DLL_EXP(void) guiPenSound(void);
#endif
www.eeworm.com/read/192618/8372185
txt 51单片机播放音乐.txt
51单片机播放音乐
以下为51单片机播放音乐简谱的函数库:
/**************************************************************************
SOUND PLAY FOR 51MCU
www.eeworm.com/read/288864/8597717
c x102_hw.c
#include
#include
#include
#include
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
www.eeworm.com/read/288098/8652705
makefile
# Makefile for the Linux sound card driver
#
obj-$(CONFIG_SOUND) += soundcore.o
obj-$(CONFIG_SOUND_PRIME) += oss/
obj-$(CONFIG_DMASOUND) += oss/
#obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ pp
www.eeworm.com/read/387510/8668952
dep mathtest.dep
# Microsoft Developer Studio Generated Dependency File, included by MathTest.mak
..\..\src\AEEAppGen.c : \
"..\..\..\..\brew31~1.5\inc\aeeaflags.h"\
"..\..\..\..\brew31~1.5\inc\aeecallback.h"\
www.eeworm.com/read/387510/8668999
dep math.dep
# Microsoft Developer Studio Generated Dependency File, included by Math.mak
..\..\src\AEEModGen.c : \
"..\..\..\..\brew31~1.5\inc\aeeaflags.h"\
"..\..\..\..\brew31~1.5\inc\aeecallback.h"\
".
www.eeworm.com/read/431321/8688133
asm 1.asm
;Set of keyboard routines with sound outputs
.MODEL small
.STACK 500
.DATA
;define table for sound output
;sample_sounds dw 8,45000 ;long low sound
; dw 2,2000
www.eeworm.com/read/287313/8695249
c playmusic.c
/*说明**************************************************************************
曲谱存贮格式 unsigned char code MusicName{音高,音长,音高,音长...., 0,0}; 末尾:0,0 表示结束(Important)
音高由三位数字组成:
个位是表示 1~7 这七
www.eeworm.com/read/287166/8713860
h sounds.h
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id: sounds.h,v 1.6 2001/04/17 22:26:07 calumr Exp $
//
// Copyright (C)
www.eeworm.com/read/386659/8732922
txt yinlechechengxu.txt
51单片机播放音乐
以下为51单片机播放音乐简谱的函数库:
/*说明**************************************************************************
曲谱存贮格式 unsigned char code MusicName{音高,音长,音高,音长...., 0,0}; 末尾:0,0 表示结束(Important)