代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/219610/14873875
java chatboard.java
/*
* Java Network Programming, Second Edition
* Merlin Hughes, Michael Shoffner, Derek Hamner
* Manning Publications Company; ISBN 188477749X
*
* http://nitric.com/jnp/
*
* Copyright (c) 1997-1
www.eeworm.com/read/118280/14878444
cpp 11-5.cpp
#include
#include
const MAX =200;
class queue
{
protected:
int qdata[MAX];
int tail,head;
public:
queue(void)
{
tail=head=0;
}
void pushta
www.eeworm.com/read/118280/14878635
cpp 12-7.cpp
#include
#include
#include
template
class queue
{
private:
Type size;
Type start;
Type end;
Type *data;
public:
queue();
queu
www.eeworm.com/read/118231/14880959
h linkradixsorter.h
//基于静态链的基数排序
//静态队列类
class StaticQueue{
public:
int head;
int tail;
};
//基于静态链的基数排序类
template
class LinkRadixSorter{
private:
void Distribute(Record* Array,int
www.eeworm.com/read/219054/14896710
cpp screenupdatetimer.cpp
/*
* ============================================================================
* Name : Screenupdatetimer.cpp
* Part of : RecorderExample
* Created : 20.03.2005 by Forum Nokia
* Vers
www.eeworm.com/read/117921/14897346
h circularqueue.h
/* $Id: CircularQueue.h,v 1.5 1997/05/19 02:16:25 matt Exp $
Circular queue class.
A simple-minded double-ended circular queue of objects stored as an
expandable array. Objects are bitwise
www.eeworm.com/read/117690/14908745
h j1939cfg.h
#ifndef __j1939cfg_h
#define __j1939cfg_h
/*
j1939cfg.h
This file will configure the J1939 library for a specific application.
Refer to the J1939 C Library User Guide for more information on
www.eeworm.com/read/218560/14915496
makefile
# 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
www.eeworm.com/read/117461/14919518
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/117460/14919611
cpp chat.cpp
/* File : chat.cpp */
#include
#include
#include
#include "pthread.h"
#include "Mysocket.h"
#include "MyThread.h"
#include "MySync.h"
#include "TcpServThr.h"