代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5934672
c queue.c
/*
* Copyright (c) 1983 Eric P. Allman
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with
www.eeworm.com/read/131315/5937867
h queue.h
/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm
www.eeworm.com/read/131315/5940875
hp queue.hp
// This may look like C code, but it is really -*- C++ -*-
/*
Copyright (C) 1988 Free Software Foundation
written by Doug Lea (dl@rocky.oswego.edu)
This file is part of the GNU C++ Library. Thi
www.eeworm.com/read/131315/5940950
ccp queue.ccp
#ifdef __GNUG__
#pragma implementation
#endif
#include ".Queue.h"
Queue::~Queue() {}
// error handling
void Queue::error(const char* msg)
{
(*lib_error_handler)("Queue", msg);
}
www.eeworm.com/read/131171/5947766
3 queue.3
.TH queue 3 "13 Sep 1999" "FREE_C++_STANDARD_LIBRARY" \" -*- nroff -*-
.ad l
.nh
.SH NAME
queue \-
.SH SYNOPSIS
.br
.PP
.SS Namespaces
.in +1c
.ti -1c
.RI "namespace \fBstd\fR"
.br
.in -1c
.SH AUTHO
www.eeworm.com/read/130322/5959794
java queue.java
package MyNa.utils;
import java.util.*;
public class Queue extends Vector {
public boolean isEmpty(){return size()
www.eeworm.com/read/130242/5962439
java queue.java
package myutilities;
public class Queue {
/* Queue abstract data type by J M Bishop Jan 1997
* updated August 2000
* Implements a queue as a bounded circular
www.eeworm.com/read/130122/5964200
java queue.java
package com.croftsoft.core.util.queue;
/*********************************************************************
* An interface for queues.
*
* @author
*
www.eeworm.com/read/130055/5965457
java queue.java
package com.laoer.bbscs.sys;
import java.io.Serializable;
import java.util.Vector;
/**
* Title: TianYi BBS
* Description: TianYi BBS System
* Copyright: Copyright (c) 200
www.eeworm.com/read/129924/5965955
t queue.t
#!./perl -w
# ID: %I%, %G%
use strict ;
BEGIN {
unless(grep /blib/, @INC) {
chdir 't' if -d 't';
@INC = '../lib' if -d '../lib';
}
}
use BerkeleyDB;
use File::Path qw(r