代码搜索结果
找到约 12,685 项符合
Sound 的代码
sound.s
.module sound.c
.area vector(rom, abs)
.org 18
rjmp _timer0
.org 12
rjmp _timer1
.area lit(rom, con, rel)
_music_data::
.word 440
.word 600
.word 494
.word 200
.word 523
.wor
sound.dp2
sound.o: D:/ICC-AVR/include/io8535.h D:/ICC-AVR/include/macros.h
sound.java
package vo.sounds;
import java.io.File;
import java.io.IOException;
import javax.sound.sampled.AudioFormat;
import javax.sound.sampled.AudioInputStream;
import javax.sound.sampled.AudioSystem
sound.js
/*
* Ext JS Library 0.30
* Copyright(c) 2006-2009, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.air.Sound
*
* @singleton
*/
Ext.air.Sou
sound.v
//
// FPGA PACMAN waveform sound
//
// Version : beta2
//
// Copyright(c) 2002,2003 Tatsuyuki Satoh , All rights reserved
//
// Important !
//
// This program is freeware for non-commercial u
sound.c
//*****************************************************************************
//
// sound.c - Sound driver for the DK-LM3S9B92 board.
//
// Copyright (c) 2008-2009 Luminary Micro, Inc. All righ
sound.h
//*****************************************************************************
//
// sound.h - Prototypes for the sound driver.
//
// Copyright (c) 2008-2009 Luminary Micro, Inc. All rights rese
sound.properties
############################################################
# Sound Configuration File
############################################################
#
# This properties file is used to s
sound.java
package kyodai;
import java.io.*;
import javax.sound.sampled.*;
import java.net.*;
/**
* 控制音乐特效
*/
public class Sound implements Runnable {
String currentName;
Object currentSound;
sound.java
package kyodai;
import java.io.*;
import javax.sound.sampled.*;
import java.net.*;
/**
* 控制音乐特效
*/
public class Sound implements Runnable {
String currentName;
Object currentSound;