代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/399920/7822650
cpp testproglinkedqueue.cpp
//Test Program linked queue
#include
#include "linkedQueue.h"
using namespace std;
int main()
{
linkedQueueType queue;
int x, y;
queue.initializeQueue();
x = 4;
www.eeworm.com/read/399787/7836548
c qus.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated
www.eeworm.com/read/434450/7865962
awk solve.awk
/^#/ {
print
next
}
NF > 0 {
if (start == "")
start = $1
end = $1
$1 = ""
l[end] = $0
}
END {
h[start] = start
q[1] = start
n = 1
m
www.eeworm.com/read/434450/7866044
awk maze.awk
/^#/ {
print
next
}
NF > 0 {
if (start == "")
start = $1
end = $1
$1 = ""
l[end] = $0
}
END {
h[start] = start
q[1] = start
n = 1
m
www.eeworm.com/read/199272/7871530
cpp threadpool.cpp
#include "StdAfx.h"
#include ".\threadpool.h"
template
AsynchQueue::AsynchQueue() {
hMutex = CreateMutex(NULL, FALSE, NULL);
hEvent = CreateEvent(NULL, FALSE, FALSE, NULL);
www.eeworm.com/read/434252/7879301
txt ac4.txt
#include
#include
class Node{
public:
int data;
Node *next;
Node(int ,Node
www.eeworm.com/read/434038/7895127
cpp switch.cpp
//
// This file is part of an OMNeT++/OMNEST simulation example.
//
// Copyright (C) 1992-2005 Andras Varga
//
// This file is distributed WITHOUT ANY WARRANTY. See the file
// `license' for det
www.eeworm.com/read/398976/7904498
h smpl.h
/**********************************************************************/
/* */
/* File "smpl.h"
www.eeworm.com/read/298931/7922968
tcl ns-default.tcl
# -*- Mode:tcl; tcl-indent-level:8; tab-width:8; indent-tabs-mode:t -*-
#
# Time-stamp:
#
# Copyright (c) 1996-1997 Regents of the University of California.
# All rights r