代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/283128/9041421
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/283128/9041474
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/382052/9055852
h queue.h
#include "QueueElement.h"
struct cell
{ QueueElementType elt; /*data*/
struct cell *tl; /*pointer to next cell*/
};
typedef struct cell Cell;
typedef Cell *Queue;
/* Queue by Circular
www.eeworm.com/read/381834/9068890
h queue.h
/*****************************************************************/
/*
* Copyright (c) 2008,北京归创科技有限公司技术部
* All rights reserved.
*
* 文件名称:queue.h
* 用 途:队列的接口说明
* 创建日期:2008年5月29日
*/
/**
www.eeworm.com/read/381834/9068898
c queue.c
/*****************************************************************/
/*
* Copyright (c) 2008,北京归创科技有限公司技术部
* All rights reserved.
*
* 文件名称:queue.c
* 用 途:队列的实现
* 创建日期:2008年5月29日
*/
/****
www.eeworm.com/read/282678/9074855
zip queue.zip
www.eeworm.com/read/381685/9077322
bak queue.bak
www.eeworm.com/read/381684/9077668
o queue.o
www.eeworm.com/read/381684/9077688