代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/130492/14189599
java priorityqueue.java
/*
* WebSPHINX web crawling toolkit
* Copyright (C) 1998,1999 Carnegie Mellon University
*
* This library is free software; you can redistribute it
* and/or modify it under the terms of the GNU
www.eeworm.com/read/232343/14196845
s avrx_reschedule.s
#include "avrx.inc"
/*
Copyright 2002, Larry Barello
larry@barello.net
Revision History
20050913 - removed local lable - messing up IAR
20020604 - Modified to use Avr
www.eeworm.com/read/232343/14197061
c messagetimers.c
/*
Timer Message Example
This example shows:
1. A task that waits on a message queue for information or a timeout.
2. Shows how to build messages that contain data
3. Show
www.eeworm.com/read/129636/14234758
m goout.m
function [n,v,q]=goout(p)
% @QUEUE\GOOUT removes the first(the front) element from a queue.
% 调用格式
% goout(p) 从队列 p 中的第一个元素离队.
% v=goout(p) v 是从 p 队列中移出的那第一个元素的"值"
% [n,v]=goout(p) n,v
www.eeworm.com/read/231142/14253385
c quf.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Cor
www.eeworm.com/read/231142/14253485
c quse.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Cor
www.eeworm.com/read/231142/14253601
c quce.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Cor
www.eeworm.com/read/129125/14264355
java queueexception.java
public class QueueException
extends Exception
{
public QueueException()
{
super("Queue Exception");
}
public QueueException(String msg)
{
super
www.eeworm.com/read/129125/14264468
java queueexception.java
public class QueueException
extends Exception
{
public QueueException()
{
super("Queue Exception");
}
public QueueException(String msg)
{
super
www.eeworm.com/read/129125/14264481
java queueexception.java
public class QueueException
extends Exception
{
public QueueException()
{
super("Queue Exception");
}
public QueueException(String msg)
{
super(msg);
}
}