代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/244126/12885339
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/244126/12885448
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/143276/12886864
h queue.h
//////////////////////////////////////////////////////////////////////
//ICTCLAS简介:计算所汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),
// 功能有:中文分词;词性标
www.eeworm.com/read/143276/12886895
cpp queue.cpp
//////////////////////////////////////////////////////////////////////
//ICTCLAS简介:计算所汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),
// 功能有:中文分词;词性标
www.eeworm.com/read/143159/12893426
h queue.h
#ifndef QUEUE_CLASS
#define QUEUE_CLASS
// maximum size of a queue list
const int MaxQueueSize = 1000;
template
class Queue
{
private:
int front, rear, count;
T qlist[MaxQueueS
www.eeworm.com/read/143035/12903305
plg queue.plg
Build Log
--------------------Configuration: Queue - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\TEMP\RSP
www.eeworm.com/read/143035/12903307
h queue.h
//Produce by George Lee Feb. 22th, 2002
//--------------------------//
// //
// 顺序队列类 //
// //
//------------------------
www.eeworm.com/read/143035/12903310
dsw queue.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/143035/12903319
dsp queue.dsp
# Microsoft Developer Studio Project File - Name="Queue" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/143035/12903321