代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/301490/13858350
c quc.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Corpo
www.eeworm.com/read/301490/13858455
c qus.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Corpo
www.eeworm.com/read/301142/13865697
cpp one.cpp
#include
#include
#include
template
class Queue;
class OutOfBounds
{
public:
OutOfBounds(){}
};
template
class Node{
friend Queue;
www.eeworm.com/read/238485/13883163
blurb3
Here are some of qmail's features.
Setup:
* automatic adaptation to your UNIX variant---no configuration needed
* AIX, BSD/OS, FreeBSD, HP/UX, Irix, Linux, OSF/1, SunOS, Solaris, and more
* autom
www.eeworm.com/read/238485/13883271
sh qmail-qstat.sh
cd QMAIL
messdirs=`echo queue/mess/* | wc -w`
messfiles=`find queue/mess/* -print | wc -w`
tododirs=`echo queue/todo | wc -w`
todofiles=`find queue/todo -print | wc -w`
echo messages in queue: `expr $
www.eeworm.com/read/238481/13883629
makefile
FLAGS=-Wall -Winline -O3 -DQUEUE
#FLAGS=-Wall -Winline -O3 -funroll-loops -DFAST_ITERATION
#FLAGS=-Wall -Winline -O3 -funroll-loops -DQUEUE
#FLAGS=-g -Wall -pg
#FLAGS=-g
#CC=gcc
all: sp merge verify
www.eeworm.com/read/152843/5662390
h i2o_block.h
/*
* Block OSM structures/API
*
* Copyright (C) 1999-2002 Red Hat Software
*
* Written by Alan Cox, Building Number Three Ltd
*
* This program is free software; you can redistribute it and/or
www.eeworm.com/read/152312/5674473
java messagequeue.java
package com.ibm.aglets;
/*
* @(#)MessageQueue.java
*
* IBM Confidential-Restricted
*
* OCO Source Materials
*
* 03L7246 (c) Copyright IBM Corp. 1996, 1998
*
* The source code for this pr
www.eeworm.com/read/151700/5679773
java port.java
/*
@author j.n.magee 20/11/96
*/
package concurrency.message;
import java.awt.*;
import java.util.*;
import java.applet.*;
/* ********************Port**************************** */
// Th