代码搜索:AudioPlayer

找到约 842 项符合「AudioPlayer」的源代码

代码结果 842
www.eeworm.com/read/305819/13760281

hrh audioplayer.hrh

/** * * @brief Constants file for AudioPlayer application * * Copyright (c) EMCC Software Ltd 2003 * @version 1.0 */ #ifndef __AUDIOPLAYER_HRH__ #define __AUDIOPLAYER_HRH__ enum TAudioPla
www.eeworm.com/read/305819/13760294

mmp audioplayer.mmp

www.eeworm.com/read/141979/5767433

pkg audioplayer.pkg

; @brief Package information file for AudioPlayer application ; ; Copyright (c) EMCC Software Ltd 2003 ; @version 1.0 ; UID is the app's UID ; #{"AudioPlayer"},(0x101FDA4B),1,0,0 (0x101F7960)
www.eeworm.com/read/141979/5767434

rss audioplayer.rss

/** * * @brief Resource file for AudioPlayer application * * Copyright (c) EMCC Software Ltd 2003 * @version 1.0 */ NAME AUPL #include #include #include
www.eeworm.com/read/141979/5767440

loc audioplayer.loc

/** * * @brief Definitions of languages for AudioPlayer application * * Copyright (c) EMCC Software Ltd 2003 * @version 1.0 */ #ifdef LANGUAGE_01 #include "AudioPlayer.l01" #endif
www.eeworm.com/read/141979/5767443

hrh audioplayer.hrh

/** * * @brief Constants file for AudioPlayer application * * Copyright (c) EMCC Software Ltd 2003 * @version 1.0 */ #ifndef __AUDIOPLAYER_HRH__ #define __AUDIOPLAYER_HRH__ enum TAudioPla
www.eeworm.com/read/136828/5845177

java audioplayer.java

package com.javapatterns.state.audioplayer; public class AudioPlayer { public void stopButton() { } public void startButton() { } public void setState(Audi
www.eeworm.com/read/136828/5845292

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/136828/5845329

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/125439/6029182

java audioplayer.java

package com.javapatterns.state.audioplayer; public class AudioPlayer { public void stopButton() { } public void startButton() { } public void setState(Audi