代码搜索结果

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

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

sound.h

// Sound.h: interface for the CSound class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SOUND_H__69DAFAB9_C3EE_4821_8E74_9D069B9DECB9__INCLUDED_) #

sound.cpp

// Sound.cpp: implementation of the CSound class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Example2_ChatRoom.h" #include "Sound.h"

sound.java

package kyodai; import java.io.*; import javax.sound.sampled.*; import java.net.*; /** * 控制音乐特效 */ public class Sound implements Runnable { String currentName; Object currentSound;