代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/137483/5823957
cpp queue.cpp
// **************************************************************************************
//
// Euyheon's Queue Class
//
// All written by Euy-heon, Jeong.
// Copyright(C) 1999-2001 Euy-heon,
www.eeworm.com/read/137483/5824214
h queue.h
#define QUEUE_MAX 100
class CWHQueue
{
protected:
UINT m_btCount;
UINT m_btQPushPos;
UINT m_btQPopPos;
BYTE *m_lpCircularQ[QUEUE_MAX];
CRITICAL_SECTION m_cs;
www.eeworm.com/read/137483/5824235
cpp queue.cpp
// **************************************************************************************
//
// Euyheon's Queue Class
//
// All written by Euy-heon, Jeong.
// Copyright(C) 1999-2001 Euy-heon,
www.eeworm.com/read/137311/5825959
c queue.c
/*
* Boa, an http server
* Copyright (C) 1995 Paul Phillips
* Some changes Copyright (C) 1997 Jon Nelson
*
* This program is free software; you can redist
www.eeworm.com/read/137298/5826109
pas queue.pas
unit Queue;
(*********************************************************************
* The contents of this file are used with permission, subject to *
* the Mozilla Public License Ve
www.eeworm.com/read/136989/5828971
java queue.java
// Queue.java,v 1.1 1998/03/21 23:58:03 mk1 Exp
import java.util.Enumeration;
public class Queue
{
// Friendly?
Queue_Node head_ = null;
Queue_Node tail_ = null;
private int l
www.eeworm.com/read/136812/5857785
c queue.c
/*
* Copyright (c) 1983 Eric P. Allman
* Copyright (c) 1988 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted pro
www.eeworm.com/read/136786/5865527
h queue.h
/*
* linux/drivers/acorn/scsi/queue.h: queue handling
*
* Copyright (C) 1997 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the G
www.eeworm.com/read/136786/5865532
c queue.c
/*
* linux/drivers/acorn/scsi/queue.c: queue handling primitives
*
* Copyright (C) 1997-2000 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under th
www.eeworm.com/read/136786/5865576
h queue.h
/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi