代码搜索:queue

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

代码结果 10,000
www.eeworm.com/read/371177/9563300

cpp queue.cpp

// queue.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "queue.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) // this class for use by ByteQueue only cl
www.eeworm.com/read/370831/9581306

c queue.c

#if !defined(__EBOS_H) #include "ebos.h" #endif /* ********************************************************************************************************* *
www.eeworm.com/read/170516/9802101

h queue.h

/* queue.h ** Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc. ** Author: Daniel Robbins ** Date: 16 Jun 2000 */ typedef struct node { struct node *next; } node; typedef struct queue { n
www.eeworm.com/read/170516/9802103

c queue.c

/* queue.c ** Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc. ** Author: Daniel Robbins ** Date: 16 Jun 2000 ** ** This set of queue functions was originally thread-aware. I ** redesigned th
www.eeworm.com/read/169721/9845095

c queue.c

#include #define Max 100 void SetNull(front, rear) int *front, *rear; { *front = 0; *rear = 0; } int Empty(front,rear) int *front, *rear; { if(*front == *rear) return(1)
www.eeworm.com/read/169684/9846144

o queue.o

www.eeworm.com/read/169684/9846159

o queue.o

www.eeworm.com/read/169684/9846163

c queue.c

/***************************************************************************** * queue.c - defines the wrapper functions and data structures needed * to implement a Wind River pSOS+ (R) st
www.eeworm.com/read/169684/9846200

c queue.c

/***************************************************************************** * queue.c - defines the wrapper functions and data structures needed * to implement a Wind River pSOS+ (R) st
www.eeworm.com/read/169669/9846583

c queue.c

// queue.c // // Generated by C DriverWizard 3.2.0 (Build 2485) // Requires DDK Only // File created on 5/18/2005 // #include "pch.h" #ifdef VSCSIDISK_WMI_TRACE #include "queue.tmh" #endif