代码搜索:queue

找到约 10,000 项符合「queue」的源代码

代码结果 10,000
www.eeworm.com/read/292191/8368051

cpp queue.cpp

// queue.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "queue.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) // this class for use by ByteQueue only cl
www.eeworm.com/read/192089/8407417

h queue.h

#ifndef QUEUE_H #define QUEUE_H #include using std::cerr; using std::ostream; #include using std::exit; // declaration of QueueItem template class QueueIte
www.eeworm.com/read/192089/8407437

cpp queue.cpp

template Queue::~Queue() { while ( ! is_empty() ) remove(); } template void Queue::add( const Type &val ) { // allocate
www.eeworm.com/read/291537/8410782

h queue.h

// specification file for an unlimited queue for storing bytes #ifndef CRYPTOPP_QUEUE_H #define CRYPTOPP_QUEUE_H #include "cryptlib.h" NAMESPACE_BEGIN(CryptoPP) // The queue is implemente
www.eeworm.com/read/291537/8410934

cpp queue.cpp

// queue.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "queue.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) // this class for use by ByteQueue only cl
www.eeworm.com/read/191936/8415343

h queue.h

#ifndef QUEUE_H_INCLUDED #define QUEUE_H_INCLUDED /* Ogle - A video player * Copyright (C) 2000, 2001 Bj鰎n Englund, H錵an Hjort * * This program is free software; you can redistribute it and/or mod
www.eeworm.com/read/291374/8422450

c queue.c

//***************************************************************************** // File Name : queue.c // // Title : A RAW Message Queue for MCU // Revision : 1.0 // Notes : // Target MCU :
www.eeworm.com/read/190618/8439796

c queue.c

/************************************************************* * File: lib/queue.c * Purpose: Part of C runtime library * Author: Phil Bunce (pjb@carmel.com) * Revision History: * 970304 Start of
www.eeworm.com/read/190618/8440751

h queue.h

#ifndef _QUEUE_ #define _QUEUE_ /* Qinquiry operations */ #define Q_SIZE 1 /* Queue capacity */ #define Q_USED 2 /* space used */ #define Q_SPACE 3 /* space remaining */ #ifdef LANGUAGE_C typedef st
www.eeworm.com/read/189472/8467772

h queue.h

#ifndef __QUEUE_H #define __QUEUE_H #include "term.h" #include // timeval #include // sockaddr_in #define MMSIZE 1500 - sizeof( struct iphdr ) - sizeof( struct udphdr