代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound.c
/* +++Date last modified: 05-Jul-1997 */
/*
** SOUND.C
**
** Original Copyright 1988-1991 by Bob Stout as part of
** the MicroFirm Function Library (MFL)
**
** The user is granted a free
sound.h
/*
** SOUND.H
**
** Original Copyright 1988-1991 by Bob Stout as part of
** the MicroFirm Function Library (MFL)
**
** This subset version is functionally identical to the
** version origi
sound.c
/*
** SOUND.C
**
** Original Copyright 1988-1991 by Bob Stout as part of
** the MicroFirm Function Library (MFL)
**
** This subset version is functionally identical to the
** version origi
sound.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
namespace GasPDA
{
class Sound
{
private enum PlaySoundFlags : int
sound.h
#ifndef __SOUND_h__
#define __SOUND_h__
// write your header here
void PlaySnd(unsigned int);
enum SndIndex{ // 所有语音资源的索引
Start=10,Continue=11,Choice=12,In=13,Whether=14,End=15,RESULT=
sound.c
//======================================================
// 文件名称: Sound.c
// 功能描述: 语音播放函数
// 维护记录: 2006-08-30 v1.0
//======================================================
#include "spce061a.h"
sound.cpp
// Sound.cpp: implementation of the CSound class.
//
//////////////////////////////////////////////////////////////////////
#include "Sound.h"
/////////////////////////////////////////////////