代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/360615/10084397
h queue.h
// specification file for an unlimited queue for storing bytes
#ifndef CRYPTOPP_QUEUE_H
#define CRYPTOPP_QUEUE_H
#include "simple.h"
//#include
NAMESPACE_BEGIN(CryptoPP)
/**
www.eeworm.com/read/360615/10084526
cpp queue.cpp
// queue.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
#include "queue.h"
#include "filters.h"
NAMESPACE_BEGIN(CryptoPP)
static con
www.eeworm.com/read/164767/10089354
h queue.h
#ifndef _LIBQUEUE_H
#define _LIBQUEUE_H
#ifdef __vnode
#error "__vnode is reserved, don't use it"
#endif
#ifdef __nextnode
#error "__nextnode is reserved, don't use it"
#endif
#ifdef __prevnode
#erro
www.eeworm.com/read/360190/10107304
h queue.h
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/360190/10107366
h queue.h
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/164393/10111231
h queue.h
// file queue.h
// formual based queue
#ifndef Queue_
#define Queue_
#include
#include
#include "xcept.h"
template
class Queue {
// FIFO objects
pub
www.eeworm.com/read/164393/10111240
cpp queue.cpp
// test formula based queue class
#include
#include "queue.h"
void main(void)
{
Queue Q(3);
int x;
try {Q.Add(1).Add(2).Add(3).Add(4);
cout
www.eeworm.com/read/359632/10132615
o queue.o
www.eeworm.com/read/359632/10132760
o queue.o
www.eeworm.com/read/359632/10132797