代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/147424/12552478
c evnt0.c
/*************************************************************************/
/* */
/* Copyright (c) 1997 - 1999 Accelerat
www.eeworm.com/read/147299/12570316
c bitree.c
#define TElemType char
#define OK 1
#define MaxSize 50
#include
#include
#include
typedef struct BiTNode{
TElemType data;
struct BiTNode *lchild,*rchi
www.eeworm.com/read/334779/12573684
cpp prg8_1.cpp
// File: prg8_1.cpp
// the program outputs the interview schedule for a personnel director.
// the executive secretary constructs a queue of appointment times
// by reading the times from the keybo
www.eeworm.com/read/334779/12573981
h d_bqueue.h
#ifndef ARRAY_BASED_QUEUE_CLASS
#define ARRAY_BASED_QUEUE_CLASS
#include "d_except.h"
using namespace std;
const int MAXQSIZE = 50;
template
class bqueue
{
public:
bqu
www.eeworm.com/read/334779/12574028
h d_pqueue.h
#ifndef MINI_PRIORITY_QUEUE_CLASS
#define MINI_PRIORITY_QUEUE_CLASS
#include
#include "d_heap.h"
#include "d_except.h"
using namespace std;
// maintain a priority queue containi
www.eeworm.com/read/334779/12574094
h d_lqueue.h
#ifndef LINKEDQUEUE_CLASS
#define LINKEDQUEUE_CLASS
#ifndef NULL
#include
#endif // NULL
#include "d_node.h" // node class
#include "d_except.h" // for underflowError exception
www.eeworm.com/read/334779/12574358
cpp prg9_2.cpp
// File: prg9_2.cpp
// the program tests the linkedQueue class by pushing
// the values in an array onto a queue. by using front()
// followed by pop(), the programs displays the contents
// of th
www.eeworm.com/read/238047/13910299
cc d-tail.cc
// derived from drop-tail.cc
#include
#include "d-tail.h"
#include "iostream.h"
static class DTailClass : public TclClass {
public:
DTailClass() : TclClass("Queue/DTail") {}
TclObj
www.eeworm.com/read/135606/13916783
c main.c
#include "message.h"
int main(int argc, char *argv[])
{
int i,j;
hMsgQId id,id2,id3;
int length;
unsigned char params[3];
id= MsgQCreate();//queue id=0
id2=MsgQC
www.eeworm.com/read/135605/13916945
c tsksub.c
/*
--- Version 2.2 90-10-12 10:33 ---
CTask Subroutines
Public Domain Software written by
Thomas Wagner
Ferrari electronic Gmbh
Beusselstrasse 27
D-1000 Ber