代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/336986/12403311
cpp occiaqop.cpp
/*
occiaqop.cpp - Demonstrating the Advanced queueing feature in OCCI
DESCRIPTION :
This program demonstates the advanced queueing feature
in OCCI by creating a message, setting desi
www.eeworm.com/read/250397/12409191
cpp queuemain3.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
www.eeworm.com/read/336808/12414759
at
linux at 命令详解
使用方式 : at -V [-q queue] [-f file] [-mldbv] TIME
说明 : at 可以让使用者指定在 TIME 这个特定时刻执行某个程序或指令,TIME 的格式是 HH:MM其中的 HH 为小时,MM 为分钟,甚至你也可以指定 am, pm, midnight, noon, teatime(就是下午 4 点锺)等口语词。
如果想要指定
www.eeworm.com/read/336724/12419852
c encryptedioqueue.c
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.5 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/336724/12419893
c drivefilter.c
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.5 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/250122/12430598
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/234167/14120129
txt 优先队列.txt
//优先队列 值越小优先级越高
#ifndef PRIORITYQUEUE_CLASS
#define PRIORITYQUEUE_CLASS
#include
#include
// maximum size of the priority queue array
const int MaxPQSize = 50;
www.eeworm.com/read/233811/14134578
c graph.c
/*
* Copyright 1997, Regents of the University of Minnesota
*
* graph.c
*
* This file contains functions that deal with setting up the graphs
* for METIS.
*
* Started 7/25/97
* George
*
* $
www.eeworm.com/read/131166/14157598
txt readme.txt
========================================================================
CONSOLE APPLICATION : Queue
========================================================================
AppWizard ha