代码搜索:AudioPlayer
找到约 842 项符合「AudioPlayer」的源代码
代码结果 842
www.eeworm.com/read/153151/5653166
java command.java
package com.javapatterns.command.audioplayer;
/**
* This class plays the role of Abstract Command
*/
public interface Command
{
public abstract void execute ( );
}
www.eeworm.com/read/153151/5653169
java macrocommand.java
package com.javapatterns.command.audioplayer;
public interface MacroCommand extends Command
{
void execute();
void remove(Command toRemove);
void add(Command toAdd);
}
www.eeworm.com/read/473938/6826392
inf bld.inf
/**
*
* @brief Build Information file for AudioPlayer application
* application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
// Export sound files for all IDEs.
// Note that
www.eeworm.com/read/473879/6842429
inf bld.inf
/**
*
* @brief Build Information file for AudioPlayer application
* application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
// Export sound files for all IDEs.
// Note that
www.eeworm.com/read/369978/9626675
java serverlistener.java
package tcpSoundCommunication;
import java.net.*;
import java.io.*;
//import javax.sound.sampled.*;
//单线程.接收单个socket数据流
//ServerListener.java中的接收数据流的函数没有正确接收造成的
public class ServerListener i
www.eeworm.com/read/200021/15443747
inf bld.inf
/**
*
* @brief Build Information file for AudioPlayer application
* application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
// Export sound files for all IDEs.
// Note that
www.eeworm.com/read/166295/10024869
java wormpit.java
/*
* @(#)WormPit.java 1.6 04/09/19
*
* Copyright (c) 2000-2004 Sun Microsystems, Inc. All rights reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
/*
* WormPit.java
*
www.eeworm.com/read/165387/10065871
java wormpit.java
/*
* @(#)WormPit.java 1.5 04/01/27
*
* Copyright (c) 2000-2004 Sun Microsystems, Inc. All rights reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
/*
* WormPit.java
*
www.eeworm.com/read/439254/7713809
java wormpit.java
/*
*
* Copyright (c) 2007, Sun Microsystems, Inc.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the
www.eeworm.com/read/319666/13447404
java wormpit.java
/*
*
* Copyright © 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
/*
* WormPit.java
*
* Created on March 30, 2001, 16:15
* @version
*/
package example.