代码搜索:DirectSound
找到约 571 项符合「DirectSound」的源代码
代码结果 571
www.eeworm.com/read/246290/12741803
cs soundhandler.cs
using System;
using System.Windows.Forms;
using Microsoft.DirectX.DirectSound;
using System.Collections;
///
/// This class handles loading and playing our sounds.
///
www.eeworm.com/read/246290/12741869
cs soundbuffer.cs
using System;
using Microsoft.DirectX.DirectSound;
///
/// A single sound buffer for use by the SoundHandler class.
///
public class SoundBuffer {
Microsoft.DirectX.
www.eeworm.com/read/246290/12741926
cs soundhandler.cs
using System;
using System.Windows.Forms;
using Microsoft.DirectX.DirectSound;
using System.Collections;
///
/// This class handles loading and playing our sounds.
///
www.eeworm.com/read/246290/12742011
cs soundbuffer.cs
using System;
using Microsoft.DirectX.DirectSound;
///
/// A single sound buffer for use by the SoundHandler class.
///
public class SoundBuffer
{
Microsoft.DirectX
www.eeworm.com/read/246290/12742318
cs soundhandler.cs
using System;
using System.Windows.Forms;
using Microsoft.DirectX.DirectSound;
using System.Collections;
///
/// This class handles loading and playing our sounds.
///
www.eeworm.com/read/246290/12742390
cs soundbuffer.cs
using System;
using Microsoft.DirectX.DirectSound;
///
/// A single sound buffer for use by the SoundHandler class.
///
public class SoundBuffer {
Microsoft.DirectX.
www.eeworm.com/read/246290/12742439
cs soundhandler.cs
using System;
using System.Windows.Forms;
using Microsoft.DirectX.DirectSound;
using Microsoft.DirectX.AudioVideoPlayback;
using System.Collections;
namespace SpaceWar {
///
/
www.eeworm.com/read/246290/12742548
cs soundbuffer.cs
using System;
using Microsoft.DirectX.DirectSound;
namespace SpaceWar {
///
/// A single sound buffer for use by the SoundHandler class.
///
public class SoundBuffer {
www.eeworm.com/read/144085/12818540
txt readme.txt
游戏操作简介:
一个飞行战斗游戏。如果你的系统运行得比较快的话,这个游戏玩起来感觉挺刺激的。
你可以用自己定义的操作健(进入主菜单->选项->定义键盘)自己定义你喜欢的上下左右键及发弹键。你也可以用游戏固定的操作键:小键盘的上下左右为四个方向键,空格键发弹,回车暂停,ESC键退出。
有六个关,即六个难度。可以选择你喜欢的难度。(主菜单->选择难度)
有两种 ...
www.eeworm.com/read/143817/12839196
txt chapter3.txt
`
第三章 DirectX SDK简介
第一节 关于DirectX SDK
Microsoft DirectX提供了一套非常优秀的应用程序接口,包含了设计高性能、实时应用程序的源代码。DirectX技术将帮助您建构下一代的电脑游戏和多媒体应用程序。它的内容包括了DirectDraw、<mark>DirectSound</mark>、DirectPlay、Direct3D和DirectInput等部分,它们分别主要应 ...