代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/217335/14968795
makefile
#this make file used to compile the middleware sorftware
objlist=main.o queue.o tcpdtc.o shm.o
outfile=middleserver
main:$(objlist)
cc_r -o $(outfile) $(objlist)
main.o:main.c main.h
cc_r -c ma
www.eeworm.com/read/116002/14993409
c fragment.c
/***********************************************************************/
/* */
/* Module: tcp_ip/ip/fragment.c
www.eeworm.com/read/212063/15166450
cpp extqueue.cpp
bool Extended_queue::full() const
/*
Post: Return true if the Extended_queue is full;
return false otherwise.
*/
{
return count == maxqueue;
}
void Extended_queue::clear()
/*
www.eeworm.com/read/211597/15177053
c semtest.c
/*
* Copyright 2001 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/210569/15196347
c bootpdip.c
#include
#include
#include "global.h"
#include "arp.h"
#include "iface.h"
#include "mbuf.h"
#include "netuser.h"
#include "pktdrvr.h"
#include "timer.h"
#include "boot
www.eeworm.com/read/209853/15213315
cpp priorityqueue2.cpp
//: C07:PriorityQueue2.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the
www.eeworm.com/read/209853/15213373
cpp priorityqueue1.cpp
//: C07:PriorityQueue1.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the
www.eeworm.com/read/208576/15243905
cpp fig23_25.cpp
// Fig. 23.25: Fig23_25.cpp
// Standard Library adapter priority_queue test program.
#include
using std::cout;
using std::endl;
#include // priority_queue adapter definition
www.eeworm.com/read/172609/5383059
h cms_mqueue.h
/*
* cms_mqueue.h: cms daemon message queue functions header
*
* Copyright (c) 2004 Intel Corp.
*
* Author: Zou Yixiong (yixiong.zou@intel.com)
* Author: Zhu Yi (yi.zhu@intel.com)
*
* This pro