代码搜索:first-out
找到约 66 项符合「first-out」的源代码
代码结果 66
www.eeworm.com/read/325486/13201339
java queue.java
// Introduced in Chapter 4
/** A first-in, first-out queue of Objects. */
public interface Queue {
/** Add target to the back of this Queue. */
public void add(E target);
/** Return true if
www.eeworm.com/read/184467/9099747
vhd fifo.vhd
-- A First-in First-out Memory
-- a first-in first out memory, uses a synchronising clock
-- generics allow fifos of different sizes to be insta
www.eeworm.com/read/208414/4993148
h pgpfifo.h
/*
* pgpFIFO.h -- A general interface to a First-In First-Out system used
* by PGP. There can be many FIFO implementations, and this is the
* interface that each must support.
*
* Copyright
www.eeworm.com/read/158411/5597377
java messagequeue.java
import java.util.ArrayList;
/**
A first-in, first-out bounded collection of messages.
*/
public class MessageQueue
{
/**
Constructs an empty message queue.
*/
public Messa
www.eeworm.com/read/285034/8875199
java abstractqueue.java
// The interface for stacks.
// (c) 1998, 2001 duane a. bailey
package structure;
/**
* An abstract structure implementing features common to all first-in, first-out
* structures in this package.
www.eeworm.com/read/130382/5957438
h pgpfifo.h
/*
* pgpFIFO.h -- A general interface to a First-In First-Out system used
* by PGP. There can be many FIFO implementations, and this is the
* interface that each must support.
*
* $Id: pgpF
www.eeworm.com/read/214343/15105152
java abstractqueue.java
// The interface for stacks.
// (c) 1998, 2001 duane a. bailey
package structure;
/**
* An abstract structure implementing features common to all first-in, first-out
* structures in this package.
www.eeworm.com/read/287127/4026769
h pgpfifo.h
/*
* pgpFIFO.h -- A general interface to a First-In First-Out system used
* by PGP. There can be many FIFO implementations, and this is the
* interface that each must support.
*
* $Id: pgpF