代码搜索:如何学习 Player?

找到约 10,000 项符合「如何学习 Player?」的源代码

代码结果 10,000
www.eeworm.com/read/326759/13118861

java soundplayer.java

import javax.microedition.media.Manager; import javax.microedition.media.MediaException; import javax.microedition.media.Player; import java.io.IOException; import java.io.InputStream; import javax.mi
www.eeworm.com/read/241549/13136279

java mediaplayer.java

//程序所用到的各种程序包 import java.awt.BorderLayout; import java.awt.CheckboxMenuItem; import java.awt.Color; import java.awt.Component; import java.awt.Container; import java.awt.FileDialog; import jav
www.eeworm.com/read/325486/13201071

java domineering.java

// Introduced in Chapter 2 /** The game of Domineering. */ public class Domineering { /** For reading from the console. */ public static final java.util.Scanner INPUT = new java.util.Scanner(
www.eeworm.com/read/325486/13201135

java galaxy.java

// Introduced in Chapter 15 import java.util.Scanner; /** The game of Galaxy. */ public class Galaxy { /** For reading from the console. */ public static final Scanner INPUT = new Scanner(System
www.eeworm.com/read/325486/13201164

java beetlegame.java

// Introduced in Chapter 1 /** The game of Beetle for two players. */ public class BeetleGame { /** For reading from the console. */ public static final java.util.Scanner INPUT = new java.uti
www.eeworm.com/read/325486/13201187

java cram.java

// Introduced in Chapter 3 /** The game of Cram. */ public class Cram extends Domineering { /** No special initialization is required. */ public Cram() { super(); } /** Play until some
www.eeworm.com/read/325486/13201256

java illegalmoveexception.java

// Introduced in Chapter 4 /** Thrown when a player attempts an illegal move in a game. */ public class IllegalMoveException extends Exception { }
www.eeworm.com/read/240463/13217804

cpp 21dianpai.cpp

//-----------------------几项声明!!!-------------------------- //21点的扑克牌游戏 //运用在扑克牌游戏中的函数 //这个程序只是一个小小的扑克牌游戏 //将其修改成了中文版 //本金被修改成可以由玩家自己输入 //修改了一个平局后玩家仍会被扣除赌金的错误 //修改了一个剩余资金为0元后仍能继续下注的错误 //某些不对称 ...
www.eeworm.com/read/240380/13221291

cs esricontrolutils.cs

using System; using ESRI.ArcGIS.Carto; using ESRI.ArcGIS.MapControl; //Ismael Chivite //ESRI Redlands //March 2005 namespace EvacuationRoutes { /// /// Summary description for E