代码搜索结果
找到约 10,000 项符合
Interface 的代码
rfc1239.txt
Network Working Group J. Reynolds
Request for Comments: 1239 ISI
Updates: RFCs 1229, 1230, 1231, 1232, 1233
rfc2464.txt
Network Working Group M. Crawford
Request for Comments: 2464 Fermilab
Obsoletes: 1972
rfc2358.txt
Network Working Group J. Flick
Request for Comments: 2358 Hewlett-Packard Company
Obsoletes: 1650
counthome.java
package com.wiley.compBooks.roman.session.count;
import javax.ejb.*;
import java.rmi.RemoteException;
/**
* This is the home interface for CountBean. This interface
* is implemented by the
orderingfunction.java
package shared;
import java.lang.*;
/** The interface for classes using an ordering function for sorting various lists
* in the Graph class.
*/
public interface OrderingFunction{
/** The
buffer.java
public interface Buffer
{
public void set(int value);
public int get();
}
orderingfunction.java
package shared;
import java.lang.*;
/** The interface for classes using an ordering function for sorting various lists
* in the Graph class.
*/
public interface OrderingFunction{
/** The
usb.c
/*
* drivers/usb/usb.c
*
* (C) Copyright Linus Torvalds 1999
* (C) Copyright Johannes Erdfelt 1999-2001
* (C) Copyright Andreas Gal 1999
* (C) Copyright Gregory P. Smith 1999
* (C) Copyr
exceptionlistener.java
public interface ExceptionListener {
public void exceptionOccurred(Exception x, Object source);
}
picusb.h
/////////////////////////////////////////////////////////////////////////
//// PicUSB.h ////
////