代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/343401/11951208
c 30.c
#include "stdio.h"
#define STACKSIZE 2
struct Car
{
char Label;
float InTime;
};
struct StackCar
{
struct Car *Top;
struct Car *BottomStack;
int Size;
};
int StackInitial(str
www.eeworm.com/read/343105/11974975
tcl ns-default.tcl
# -*- Mode:tcl; tcl-indent-level:8; tab-width:8; indent-tabs-mode:t -*-
#
# Time-stamp:
#
# Copyright (c) 1996-1997 Regents of the University of California.
# All rights r
www.eeworm.com/read/343105/11974978
in makefile.in
# Copyright (c) 1994, 1995, 1996
# The Regents of the University of California. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are per
www.eeworm.com/read/256481/11996690
cpp chapter5-11.cpp
//文件名:CHAPTER5-11.cpp
#include
#include
#include
using namespace std;
int main()
{
queue Q;
Q.push(8);
Q.push(7);
Q.push(6);
Q.push(2);
asser
www.eeworm.com/read/153949/11998805
c qus.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated
www.eeworm.com/read/153742/12009404
cpp chat.cpp
/* File : chat.cpp */
#include
#include
#include
#include "pthread.h"
#include "Mysocket.h"
#include "MyThread.h"
#include "MySync.h"
#include "TcpServThr.h"
www.eeworm.com/read/153678/12012280
cpp bankteller.cpp
//: C20:BankTeller.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Using a queue and simula
www.eeworm.com/read/153600/12025166
txt readme.txt
TITLE
-----
SCOM (Synchronized COMmunication) module
USAGE
-----
RF5
DESCRIPTION
-----------
* Synchronized COMmunication module
*
* This module implements message passing betwe