代码搜索结果

找到约 10,000 项符合 Sound 的代码

sound.java

package com.brackeen.javagamebook.sound; /** The Sound class is a container for sound samples. The sound samples are format-agnostic and are stored as a byte array. */ public class Soun

sound.java

package com.brackeen.javagamebook.sound; /** The Sound class is a container for sound samples. The sound samples are format-agnostic and are stored as a byte array. */ public class Soun

sound.c

#include #include #include #include #include #include static int filter(int x) { static int oldx

sound.java

/* * Created on Apr 25, 2004 * * Copyright (C) 2003 * * $Id: Sound.java,v 1.3 2005/12/04 20:48:28 cawe Exp $ */ /* Copyright (C) 1997-2001 Id Software, Inc. This program is free software; you

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.c

#include #include #include #include #include #include static int filter(int x) { static int oldx

sound.js

// script.aculo.us sound.js v1.8.0, Tue Nov 06 15:01:40 +0300 2007 // Copyright (c) 2005-2007 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) // // Based on code created by Jules Gravinese

sound.js

/* * Ext JS Library 0.20 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ /** * @class Ext.air.Sound * * @singleton */ Ext.air.Sou

sound.java

package xq; import java.awt.*; import java.applet.*; import java.awt.Graphics; import java.applet.AudioClip; import java.net.URL; import java.net.MalformedURLException; import java.net.URLCla