代码搜索:Wrox
找到约 2,023 项符合「Wrox」的源代码
代码结果 2,023
www.eeworm.com/read/199484/5077140
aspx page1.aspx
hr { width:760;text-align:left; }
body { font: 8pt verdana; }
body div { font
www.eeworm.com/read/185314/5238148
java defaultentry.java
package com.wrox.algorithms.maps;
/**
* A default implementation of {@link Map.Entry}.
*
*/
public class DefaultEntry implements Map.Entry {
private final Object _key;
private Object _valu
www.eeworm.com/read/185314/5238204
java pointtest.java
package com.wrox.algorithms.geometry;
import junit.framework.TestCase;
/**
*/
public class PointTest extends TestCase {
public void testEquals() {
assertEquals(new Point(0, 0), new Poin
www.eeworm.com/read/185314/5238266
java abstractfifoqueuetestcase.java
package com.wrox.algorithms.queues;
import junit.framework.TestCase;
/**
* Abstract base class for testing FIFO {@link Queue}s.
*
*/
public abstract class AbstractFifoQueueTestCase extends TestCa
www.eeworm.com/read/184988/5242889
java flexgetgrades.java
package com.wrox.rmi.flex;
import java.rmi.Naming;
import java.rmi.RemoteException;
public class FlexGetGrades {
static FlexSchoolGrades gServer = null;
public static void
www.eeworm.com/read/184988/5242890
java flexschoolgrades.java
package com.wrox.rmi.flex;
import java.rmi.Remote;
import java.rmi.RemoteException;
public interface FlexSchoolGrades extends Remote {
public int getAverageGrade(GradeScheme custo
www.eeworm.com/read/184988/5242896
java whoisurlconnection.java
package com.wrox.whois;
import java.io.*;
import java.net.*;
// Represents a communication link with an RFC 954 WHOIS server
public class WhoisURLConnection extends URLConnection {
// Cach
www.eeworm.com/read/184988/5242927
java reader.java
//Reader.java
package com.wrox.syncserver;
import java.util.Vector;
public class Reader extends Thread {
// The queue is the communication channel between
// this reader and the writer.
priv
www.eeworm.com/read/184988/5242938
java httpinformation.java
// HTTPInformation.java
package com.wrox.httpserver;
import java.io.*;
import java.util.*;
/**
* This class encapsulates HTTP header information for a HTTP request
* and sets up the envi