代码搜索:AudioPlayer
找到约 842 项符合「AudioPlayer」的源代码
代码结果 842
www.eeworm.com/read/325467/13203955
cpp audioplayerapplication.cpp
/*
============================================================================
Name : AudioPlayerApplication.cpp
Author : Lion
Copyright : Your copyright notice
Description : M
www.eeworm.com/read/477033/6744191
java mediaplayer.java
/**
this program is just for playing music of .mp3
*/
import java.awt.*;
import java.awt.List;
import javax.media.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.
www.eeworm.com/read/287157/8716190
cpp audioplayerappui.cpp
/*
============================================================================
Name : AudioPlayerAppUi.cpp
Author : Lion
Copyright : Your copyright notice
Description : CAudioP
www.eeworm.com/read/179007/9379225
java command.java
package com.javapatterns.command.audioplayer2;
/**
* This class plays the role of Abstract Command
*/
public interface Command
{
public abstract void execute ( );
}
www.eeworm.com/read/179007/9379228
java macrocommand.java
package com.javapatterns.command.audioplayer2;
public interface MacroCommand extends Command
{
void execute();
void remove(Command toRemove);
void add(Command toAdd);
}
www.eeworm.com/read/179007/9379285
java julia.java
package com.javapatterns.command.audioplayer;
/**
* This is the Client role
*/
public class Julia
{
/**
* @link aggregation
*/
private static Keypad keypad ;
/*
www.eeworm.com/read/179007/9379287
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/179007/9379290
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/273101/10926053
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