代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/280896/10281242
c zl5011xpkq.c
/*******************************************************************************
*
* File name: zl5011xPkq.c
*
* Version: 23
*
* Author: LCW
*
*
www.eeworm.com/read/280756/10294910
c os_q.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/355030/10299232
cpp priorityqueue2.cpp
//: C20:PriorityQueue2.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Changing the priority
#i
www.eeworm.com/read/355030/10299245
cpp priorityqueue3.cpp
//: C20:PriorityQueue3.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// A more complex use of pri
www.eeworm.com/read/355030/10299423
cpp priorityqueue1.cpp
//: C20:PriorityQueue1.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
#include
#includ
www.eeworm.com/read/354597/10343250
c dirs.c
/*
* DIRS.C - Print the directory stack from dirserver.
*
*
* PROGRAMMER: Martti Ylikoski
* CREATED: 29.3.1991
*/
static char *VERSION = "Version 1.0" ;
/*
*/
static char *prognam
www.eeworm.com/read/354597/10343446
c dirserv.c
/*
* DIRSERV.C - Testserver for message queues.
*
*
* PROGRAMMER: Martti Ylikoski
* CREATED: 17.3.1991
*/
static char *VERSION = "DIRSERV - Directory Stack Server. Copyright(c) Martti Y
www.eeworm.com/read/354597/10343567
c popd.c
/*
* POPD.C - Testclient for message queues.
*
*
* PROGRAMMER: Martti Ylikoski
* CREATED: 17.3.1991
*/
static char *VERSION = "Version 1.0" ;
/*
*/
static char *progname ;
void o
www.eeworm.com/read/425611/10344787
c acsm.c
//this is a file used in Multi-Pattern Search Engine
#include "acsm.h"
#include
#include
#include
#include
#define MEMASSERT(p,s) if(!p){fprintf
www.eeworm.com/read/425160/10377027
cpp queuemain2.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that