代码搜索结果
找到约 12,685 项符合
Sound 的代码
sound.js
// script.aculo.us sound.js v1.8.1, Thu Jan 03 22:07:12 -0500 2008
// Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
//
// Based on code created by Jules Gravinese
sound.lst
C51 COMPILER V7.01 SOUND 10/23/2005 15:44:06 PAGE 1
C51 COMPILER V7.01, COMPILATION OF MODULE SOUND
OBJECT MODULE PLACED IN S
sound.rc2
//
// SOUND.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////
sound.plg
Build Log
--------------------Configuration: Sound - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"D
sound.dsp
# Microsoft Developer Studio Project File - Name="Sound" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) App
sound.cs
using System;
using System.Runtime.InteropServices;
namespace SPAlarm
{
///
/// sound
sound.pas
unit sound;
interface
uses
windows;
type
TSound=class
public
constructor Create();
destructor destory();
procedure Snd_Write(addr:Word;data:Byte);
function Snd_Read(ad
sound.java
// Source File Name: SOUND.java
class SOUND
{
SOUND()
{
}
static final int OFF = 0;
static final int PROCESS = 1;
static final int SUCCESS = 2;
static fi
sound.java
import javax.microedition.media.*;
import javax.microedition.media.control.*;
import java.io.*;
public class Sound
{
Player player;
public Sound(String path)
{
try
{
InputStream
sound.h
/* +++Date last modified: 05-Jul-1997 */
/*
** SOUND.H
**
** Original Copyright 1988-1991 by Bob Stout as part of
** the MicroFirm Function Library (MFL)
**
** The user is granted a free