代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/121304/14760460
java listener.java
/*
* Copyright 1999 by dreamBean Software,
* All rights reserved.
*/
import java.rmi.Remote;
import java.rmi.RemoteException;
/**
* Listeners encapsulate info about a client, an
www.eeworm.com/read/117180/14938005
c tsksub.c
/*
--- Version 2.2 92-09-02 12:42 ---
CTask Subroutines
Public Domain Software written by
Thomas Wagner
Ferrari electronic Gmbh
Beusselstrasse 27
D-1000 Ber
www.eeworm.com/read/117180/14938016
c tskttsk.c
/*
--- Version 2.2 90-11-19 17:59 ---
TSKTTSK.C - CTask - Timer task.
CTask - a Multitasking Kernel for C
Public Domain Software written by
Thomas Wagner
Ferrari el
www.eeworm.com/read/217160/14976280
cs nmqsget.cs
// Library: WebSphere MQ
// Component: MQ.NET Sample Programs
// Part: NMQSGET.CS
//
// Description: Sample C# program that gets messages from a named
// queue
www.eeworm.com/read/216314/15019714
txt 图的遍历的演示.txt
图的遍历的演示(c 语言 数据结构课程设计题)
#define M 20
#include
#include
#include
/*定义图*/
typedef struct{
int V[M];
int R[M][M];
int vexnum;
}Graph;
/*创建图*
www.eeworm.com/read/215001/15078830
3qt qqueue.3qt
.TH QQueue 3qt "6 July 1999" "Troll Tech AS" \" -*- nroff -*-
.\" Copyright 1992-1999 Troll Tech AS. All rights reserved. See the
.\" license file included in the distribution for a complete license
www.eeworm.com/read/214343/15105079
java vectorheap.java
// An implementation of a priority queue in a vector.
// (c) 1998, 2001, 2002 duane a. bailey
package structure;
/**
* This class implements a priority queue based on a traditional
* array-based he
www.eeworm.com/read/214343/15105123
java priorityvector.java
// An implementation of priority queues that makes use of ordering vectors.
// (c) 1998, 2001 duane a. bailey
package structure;
/**
* A vector-based implementation of a priority queue. Similar to
www.eeworm.com/read/214343/15105186
java priorityqueue.java
// An interface for an ordered structure that allows you to remove min elts
// (c) 1998, 2001 duane a. bailey
package structure;
// ideally this would extend linear, but there are problems....
/**
*
www.eeworm.com/read/214167/15111880
cpp prg8_1.cpp
// File: prg8_1.cpp
// the program outputs the interview schedule for a personnel director.
// the executive secretary constructs a queue of appointment times
// by reading the times from the keybo