代码搜索结果

找到约 10,000 项符合 Sound 的代码

sound.h

#ifndef uchar #define uchar unsigned char #endif #ifndef uint #define uint unsigned int #endif /**************************************** 名称:void Sound(void); 功能:产生发声频率程序 *****************

sound.c

#include "at89x52.h" #include "Sound.h" /**************************************** 名称:void Sound(void); 功能:产生发声频率程序 ****************************************/ void Sound(void) { P3_6=0; Del

sound.lst

C51 COMPILER V7.06 SOUND 08/10/2007 13:26:45 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE SOUND OBJECT MODULE PLACED IN S

sound.h

#ifndef __SOUND_h__ #define __SOUND_h__ // write your header here void PlaySnd(int SndIndex, int DAC_Channel); #endif

sound.c

#include "s480.h" #include "bit.h" #define P_UART_Command2 (volatile unsigned int *)0x7022 void PlaySnd(int SndIndex, int DAC_Channel) { extern unsigned long RES_Table; unsigned long Addr,E

sound.cpp

/************************************************************************************ Copyright (c) 2000 Aaron O'Neil All rights reserved. Redistribution and use in source and binary forms, wi

sound.h

/************************************************************************************ Copyright (c) 2000 Aaron O'Neil All rights reserved. Redistribution and use in source and binary forms, wi

sound.cpp

// DirectSound.cpp: implementation of the CDirectSound class. // ////////////////////////////////////////////////////////////////////// #include "Sound.h" #include "wavread.h" #define SAFE_RE

sound.h

// DirectSound.h: interface for the CDirectSound class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_DIRECTSOUND_H__07C9F9E1_E0C6_11D3_B12A_9C25C7091