代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/230924/14269160
java messagequeue.java
package broker;
import java.util.*;
import com.Message;
/**
* A simple message queue based on a linked list.
* @author parzy
*
*/
public class MessageQueue {
/**
* A queue entry to store th
www.eeworm.com/read/128476/14294772
java queuear.java
package DataStructures;
// QueueAr class
//
// CONSTRUCTION: with or without a capacity; default is 10
//
// ******************PUBLIC OPERATIONS*********************
www.eeworm.com/read/128178/14311670
c quc.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1996 Accelerated
www.eeworm.com/read/127767/14336140
txt e343. implementing a stack.txt
LinkedList stack = new LinkedList();
// Push on top of stack
stack.addFirst(object);
// Pop off top of stack
Object o = stack.getFirst();
// If the queue is
www.eeworm.com/read/126654/14409961
cpp adapter_lab.cpp
// Purpose. Adapter design pattern lab
//
// Problem. Simulated here is a "stack machine", or a non-OO
// implementation of a Stack class. We would like to reuse this "legacy"
// asset as the
www.eeworm.com/read/227713/14417232
c quc.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/126530/14417296
hpp userip.hpp
//*************************************************************************
// MODULE : Userip - Module defines high level user input classes *
// AUTHOR : Ron Chernich
www.eeworm.com/read/227713/14417387
c quse.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-2001 Accelerated