代码搜索:queue

找到约 10,000 项符合「queue」的源代码

代码结果 10,000
www.eeworm.com/read/101082/6245583

3 insque.3

.\" SCCSID: @(#)insque.3 8.2 1/28/91 .TH insque 3 .SH Name insque, remque \- insert/remove element from a queue .SH Syntax .nf .DT .B struct qelem { .B struct qelem *q_forw; .B struct qelem
www.eeworm.com/read/101082/6246537

2 msgget.2

.\" SCCSID: @(#)msgget.2 8.2 3/28/91 .TH msgget 2 .SH Name msgget \- get message queue .SH Syntax .nf .ft B #include #include #include .PP .ft B int msgget (key,
www.eeworm.com/read/101082/6247464

3 insque.3

.\" SCCSID: @(#)insque.3 8.2 1/28/91 .TH insque 3 .SH Name insque, remque \- insert/remove element from a queue .SH Syntax .nf .DT .B struct qelem { .B struct qelem *q_forw; .B struct qelem
www.eeworm.com/read/101082/6252200

h bvp_ni.h

/* @(#)bvp_ni.h 4.1 ULTRIX 7/2/90 */ /************************************************************************ * * * Copyright (c) 1986,87 by * * Digital Equipment Corporation, Maynard
www.eeworm.com/read/101066/6256830

c qjoblib.c

/* qJobLib.c - fifo queue with singly-linked lists with intLocks */ /* Copyright 1990-2001 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01w,19o
www.eeworm.com/read/101066/6256964

c qjoblib.c

/* qJobLib.c - fifo queue with singly-linked lists with intLocks */ /* Copyright 1990-2001 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01w,19o
www.eeworm.com/read/101066/6257025

c msgqdistshow.c

/* msgQDistShow - distributed message queue show routines (VxFusion option) */ /* Copyright 1999-2002 Wind River Systems, Inc. */ /* modification history -------------------- 01h,30oct01,jws fix ma
www.eeworm.com/read/100127/6274187

py viewer.py

import gl, GL import VFile import os class InputViewer: def __init__(self, filename, title, *args): try: self.vin = VFile.VinFile(filename) except (EOFError, VFile.Error): raise IOError,
www.eeworm.com/read/100063/6274246

cpp comm.cpp

// ******************************************************************** // // // // COMM.CPP
www.eeworm.com/read/255407/6290944

cpp main7.cpp

// Section 16.7 // $ CC main7.cpp /* < 0 3 6 9 > < 2 4 6 8 10 > */ #include "Queue.h" #include "Queue.cpp" using std::cout; #include using std::vector; int main() {