代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/369090/9662701
c edit14.c
bfs(){
int *front,*rear,i,queue[MAXVEN]; struct node *p;
for(i=0;i
www.eeworm.com/read/368572/9686054
c sched.c
/* sched.c
* Links internal scheduler
* (c) 2002 Mikulas Patocka
* This file is a part of the Links program, released under GPL.
*/
#include "links.h"
tcount connection_count = 0;
int active_co
www.eeworm.com/read/368137/9710387
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/367591/9741461
txt (四)虚拟存储管理器的页面调度.txt
(四)虚拟存储管理器的页面调度
页面调度算法主要有:FIFO,最近最少使用调度算法(LRU),最近最不常用调度算法(LFU),最佳算法(OPT)
1. 输入:
页面流文件,其中存储的是一系列页面号(页面号用整数表示,用空格作为分隔符),用来模拟待换入的页面。
下面是一个示意:
1 2 3 4 1 2 5 1 2 3 4 5
2. 处理要求:
程序运行时,首先提示 ...
www.eeworm.com/read/270000/11052223
c 图的遍历.c
#define M 20
#include
#include
#include
/*定义图*/
typedef struct{
int V[M];
int R[M][M];
int vexnum;
}Graph;
/*创建图*/
void creatgraph(Graph *g,int n)
{
www.eeworm.com/read/412508/11195092
cc mac.cc
#include "h/mac.h"
#include
Define_Module_Like(SimpleMac,Mac);
cBuffer::cBuffer(double size)
{
capacity = size;
used = 0;
queue = new cQueue();
}
cBuffer::~cBuffer(){}
bool cBuffer:
www.eeworm.com/read/266537/11220279
c team.c
/* University of Ulm Local Contest 1998
* Problem D : Team Queue
* Author : Mark Dettinger
* Algorithm : Implement a queue of queues
*/
#include
#include
#define MAXTEAMS
www.eeworm.com/read/411339/11248429
txt readme.txt
========================================================================
CONSOLE APPLICATION : queue Project Overview
========================================================================
www.eeworm.com/read/411034/11259086
c encryptedioqueue.c
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.6 the full text of which is contained
in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/411034/11259109
c drivefilter.c
/*
Copyright (c) 2008 TrueCrypt Foundation. All rights reserved.
Governed by the TrueCrypt License 2.6 the full text of which is contained
in the file License.txt included in TrueCrypt binary