代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/157453/11704138
out queue.out
A queue add failed
Queue is now 123
Deleted 1
2 is at front
3 is at end
Deleted 2
Deleted 3
A delete has failed
www.eeworm.com/read/346959/11710388
java queue.java
package util;
import java.util.LinkedList;
/**
* Queue (first in first out) implementation. It supports two types of queues.
*
* Queue is empty : throws NoSuchElementException.
www.eeworm.com/read/157384/11714728
h queue.h
/*
* Copyright (C) 1998,1999 Ross Combs (rocombs@cs.nmsu.edu)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as
www.eeworm.com/read/157384/11714765
c queue.c
/*
* Copyright (C) 1998,1999,2001 Ross Combs (rocombs@cs.nmsu.edu)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
www.eeworm.com/read/260514/11722709
cpp queue.cpp
#include "misc.h"
#include "queue.h"
#include
// this class for use by ByteQueue only
class ByteQueueNode
{
public:
ByteQueueNode();
~ByteQueueNode();
enum {MAXSIZE
www.eeworm.com/read/260514/11722808
h queue.h
// specification file for an unlimited queue for storing bytes
#ifndef QUEUE_H
#define QUEUE_H
#include "cryptlib.h"
// The queue is implemented as a linked list of arrays, but you don't nee
www.eeworm.com/read/346712/11729688
java queue.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
www.eeworm.com/read/157150/11737576
o queue.o
www.eeworm.com/read/157150/11737620
o queue.o
www.eeworm.com/read/157150/11737669
h queue.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究