代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/189472/8467789
cc queue.cc
#include "queue.h"
//#include // malloc, free
#include // stdin, fileno
#include // read
char message[ 1500 ]; // dynamic allocation segfaults below
queue::~qu
www.eeworm.com/read/189354/8473975
h queue.h
// queue.h: interface for the queue class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_QUEUE_H__65419B37_3DBD_4011_863C_B8C75464D26E__INCLUDED_)
#d
www.eeworm.com/read/189354/8473976
cpp queue.cpp
// queue.cpp: implementation of the queue class.
//
//////////////////////////////////////////////////////////////////////
#include "queue.h"
#include
//////////////////////////////
www.eeworm.com/read/189298/8477431
h queue.h
/*
** Interface for a queue module
*/
#include
#define QUEUE_TYPE int /* Type of value in the queue */
/*
** create_queue
** Creates a queue. The argument indicates the maximu
www.eeworm.com/read/189298/8477433
c a_queue.c
/*
** A queue implemented with a static array. The array size can
** be adjusted only by changing the #define and recompiling
** the module.
*/
#include "queue.h"
#include
#include
www.eeworm.com/read/290494/8480157
rc queue.rc
//Microsoft Developer Studio generated resource script.
//
#include "Resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/290494/8480160
cpp queue.cpp
/******************************************************************************
Module: Queue.cpp
Notices: Copyright (c) 2000 Jeffrey Richter
******************************************************
www.eeworm.com/read/290494/8480167
ico queue.ico
www.eeworm.com/read/290111/8505067
h queue.h
/*****************************************************************************
Copyright (c) 2001 - 2007, The Board of Trustees of the University of Illinois.
All rights reserved.
Redistribution and
www.eeworm.com/read/290111/8505087
cpp queue.cpp
/*****************************************************************************
Copyright (c) 2001 - 2007, The Board of Trustees of the University of Illinois.
All rights reserved.
Redistribution and