代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound.h
/****************************************************************************
CONFIDENTIAL AND PROPRIETARY INFORMATION. The entire contents of this file
is Copyright
sound.cpp
/****************************************************************************
CONFIDENTIAL AND PROPRIETARY INFORMATION. The entire contents of this file
is Copyright
sound.c
#include
#include
#include
#include
#include
#include
#include
#include
#define SPEAKER_DEVICE "/dev/co
sound.asm
EXTRN GENSOUND:FAR
PUBLIC MUSIC
STACK SEGMENT PARA STACK 'STACK'
DB 64 DUP ('STACK')
STACK ENDS
DATA SEGMENT PARA 'DATA'
MUS_FREQ DW 330, 294, 262, 294, 3 DUP (
sound.java
//Sound.java
package fivechess;
import java.awt.*;
import java.applet.*;
import java.awt.Graphics;
import java.applet.AudioClip;
import java.net.URL;
import java.net.MalformedURLException;
i