代码搜索:queue

找到约 10,000 项符合「queue」的源代码

代码结果 10,000
www.eeworm.com/read/401481/11557149

cpp banshuma.cpp

#include"stdio.h" #include"conio.h" #include"stdlib.h" struct node{ int nodesun[3][3]; int high; int pre; int flag; int value;
www.eeworm.com/read/158402/11620682

java synchlist.java

package nachos.threads; import java.util.LinkedList; import nachos.machine.*; import nachos.threads.*; /** * A synchronized queue. */ public class SynchList { /** * Allocate a new synchro
www.eeworm.com/read/158402/11620731

java roundrobinscheduler.java

package nachos.threads; import nachos.machine.*; import java.util.LinkedList; import java.util.Iterator; /** * A round-robin scheduler tracks waiting threads in FIFO queues, implemented * with li
www.eeworm.com/read/261501/11641274

txt 图的遍历的演示.txt

/* 标准文档模板 */ #include "Stdio.h" #include "Conio.h" #define M 20 #include #include /*定义图*/ typedef struct{ int V[M]; int R[M][M]; int vexnum; }Graph;
www.eeworm.com/read/261501/11641287

txt 广度遍历.txt

/*广度遍历*/ void BESTraverse(Graph *g) { int i; Queue *q=(Queue *)malloc(sizeof(Queue)); for(i=1;ivexnum;i++) { visited[i]=0; } initqueue(q); for(i=1;ivexnu
www.eeworm.com/read/158082/11644827

txt banwu.txt

//舞伴问题 假设在周末舞会上,男士们和女士们进入舞厅时,各自排成一队。跳舞开始时,依次从男队和女队的队头上各出一人配成舞伴。若两队初始人数不相同,则较长的那一队中未配对者等待下一轮舞曲。现要求写一算法模拟上述舞伴配对问题。 #include #include using namespace std; void main() { int
www.eeworm.com/read/261253/11657111

txt 新建 文本文档 (10).txt

图的遍历的演示(c 语言 数据结构课程设计题) #define M 20 #include #include #include /*定义图*/ typedef struct{ int V[M]; int R[M][M]; int vexnum; }Graph; /*创建图*/ void cr
www.eeworm.com/read/347253/11680186

c mlme_ex.c

/* *************************************************************************** * Ralink Tech Inc. * 5F, No. 36 Taiyuan St. * Jhubei City * Hsinchu County 302, Taiwan, R.O.C. * * (c) Copyright 2
www.eeworm.com/read/157403/11709806

c quf.c

/*************************************************************************/ /* */ /* Copyright Mentor Graphics Cor
www.eeworm.com/read/157403/11709996

c quse.c

/*************************************************************************/ /* */ /* Copyright Mentor Graphics Cor