代码搜索:AudioPlayer
找到约 842 项符合「AudioPlayer」的源代码
代码结果 842
www.eeworm.com/read/287157/8716308
o audioplayer.o
www.eeworm.com/read/287157/8716336
inc audioplayer.inc
#line 1 "C:\\MyExam\\AudioPlayer\\src\\AudioPlayer.cpp" /* stack depth 0 */
#line 1 "(C-C++ Preprocessor Panel)" /* stack depth 1 */
#line 1 "(command-line defines)" /* stack depth 2 */
#pragma s
www.eeworm.com/read/382176/9044139
java audioplayer.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/179007/9379223
java audioplayer.java
package com.javapatterns.command.audioplayer2;
/**
* This class plays the role of Receiver
*/
public class AudioPlayer
{
public void play( )
{
System.out.println("Playing...");
}
www.eeworm.com/read/179007/9379286
java audioplayer.java
package com.javapatterns.command.audioplayer;
/**
* This class plays the role of Receiver
*/
public class AudioPlayer
{
public void play( )
{
System.out.println("Playing...");
}
www.eeworm.com/read/169018/9885518
java audioplayer.java
/*
* @(#)AudioPlayer.java 1.6 04/03/10
*
* Copyright (c) 2000-2004 Sun Microsystems, Inc. All rights reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
package example.au
www.eeworm.com/read/358127/10195777
java audioplayer.java
/*
* AudioPlayer.java
*
* Created on 2007年3月19日, 上午1:49
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package audio;
/**
www.eeworm.com/read/160841/10486700
class audioplayer.class
www.eeworm.com/read/419315/10875969
java audioplayer.java
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class AudioPlayer extends JApplet
{
private AudioClip[] sounds;
private AudioClip currentSound;
www.eeworm.com/read/419315/10875975