代码搜索:AudioPlayer
找到约 842 项符合「AudioPlayer」的源代码
代码结果 842
www.eeworm.com/read/440552/7687791
pan audioplayer.pan
/*
============================================================================
Name : AudioPlayer.pan
Author : Lion
Copyright : Your copyright notice
Description : This file co
www.eeworm.com/read/440552/7687794
hrh audioplayer.hrh
/*
============================================================================
Name : AudioPlayer.hrh
Author : Lion
Copyright : Your copyright notice
Description : This file co
www.eeworm.com/read/440552/7687799
cpp audioplayer.cpp
/*
============================================================================
Name : AudioPlayer.cpp
Author : Lion
Copyright : Your copyright notice
Description : Main applica
www.eeworm.com/read/440552/7687805
pkg audioplayer.pkg
; AudioPlayer.pkg
;
;Language - standard language definitions
&EN
; standard SIS file header
#{"AudioPlayer"},(0x0827763F),1,0,0
;Localised Vendor name
%{"Vendor-EN"}
;Unique Vendor name
www.eeworm.com/read/440552/7687822
d audioplayer.d
################################################################################
# Automatically-generated file. Do not edit!
########################################################################
www.eeworm.com/read/440552/7687826
o audioplayer.o
www.eeworm.com/read/440552/7687828
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/299153/7884577
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/299153/7884620
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/397058/8070583
jad audioplayer.jad
package collegesoft.audio.play;
import java.io.*;
import java.util.*;
import sun.audio.*;
import collegesoft.util.*;
import collegesoft.audio.*;
public class AudioPlayer extends InputStream