代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/238481/13883654
h queue.h
#ifndef QUEUE_HH
#define QUEUE_HH
void queue_init (int size);
void queue_add(int i);
int queue_get();
void queue_reset();
#endif
www.eeworm.com/read/238481/13883657
o queue.o
www.eeworm.com/read/238481/13883685
c queue.c
#include
#include
#include
#include "queue.h"
int *queue;
int *inqueue;
int Qlength=0;
int Qsize;
int Qhead;
int Qtail;
void queue_reset()
{
memset(inqueue,0,Qsize*
www.eeworm.com/read/152843/5662879
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/152843/5662883
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/152843/5662905
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
www.eeworm.com/read/152843/5663400
c queue.c
/******************************************************************************
*
* (C)Copyright 1998,1999 SysKonnect,
* a business unit of Schneider & Koch & Co. Datensysteme GmbH.
*
* See the f
www.eeworm.com/read/151345/5684193
h queue.h
/*------------------------------------------------------------------------*/
/* */
/* QUEUE.H
www.eeworm.com/read/151159/5685754
h queue.h
/*------------------------------------------------------------------------*/
/* */
/* QUEUE.H
www.eeworm.com/read/150879/5688390
java queue.java
package com.laoer.bbscs.sys;
import java.io.Serializable;
import java.util.Vector;
/**
* Title: TianYi BBS
* Description: TianYi BBS System
* Copyright: Copyright (c) 200