代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/210296/15202176
java sendertoqueue.java
/*
* @(#)SenderToQueue.java 1.2 00/08/18
*
* Copyright (c) 2000 Sun Microsystems, Inc. All Rights Reserved.
*
* Sun grants you ("Licensee") a non-exclusive, royalty free, license to use,
* mod
www.eeworm.com/read/210296/15202178
java synchqueuereceiver.java
/*
* @(#)SynchQueueReceiver.java 1.7 00/08/14
*
* Copyright (c) 2000 Sun Microsystems, Inc. All Rights Reserved.
*
* Sun grants you ("Licensee") a non-exclusive, royalty free, license to use,
www.eeworm.com/read/207437/15271818
cpp threads.cpp
//--------------------------------------------------------------------------
//
// THREADS.CPP: body of DOS multithreading library.
// Copyright (c) J.English 1993.
// Author's addr
www.eeworm.com/read/207183/15280621
cpp knight.cpp
#include
using namespace std;
ifstream in("knight.in");
ofstream out("knight.out");
struct node{ int x,y;};
int visited[8][8];
int dir[8][2]={{-1,-2},{-1,2},{-2,-1},{-2,1},{1,
www.eeworm.com/read/172417/5386802
c pollq.c
/*
FreeRTOS.org V4.1.0 - Copyright (C) 2003-2006 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/172417/5386825
c blockq.c
/*
FreeRTOS.org V4.1.0 - Copyright (C) 2003-2006 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/169775/5410173
s workqalib.s
/* workQALib.s - i80x86 internal VxWorks kernel work queue assembly library */
/* Copyright 1984-2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01i,20mar02,hdn preser
www.eeworm.com/read/169775/5410610
c msgqdistlib.c
/* msgQDistLib.c - distributed objects message queue library (VxFusion option) */
/* Copyright 1999 - 2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01o,23oct01,jws f
www.eeworm.com/read/169775/5410612
c msgqdistgrpshow.c
/* msgQDistGrpShow.c - distributed message queue group show routines (VxFusion option) */
/* Copyright 1999 - 2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01i,23oct0
www.eeworm.com/read/168554/5444582
java pingqueuemanager.java
/*
* Copyright (c) 2005
* Anil R. Gangolli. All rights reserved.
*
* Distributed with the Roller Weblogger Project under the terms of the Roller Software
* License
*/
package org.roller.model;