代码搜索:queue

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

代码结果 10,000
www.eeworm.com/read/153733/12010375

hh clock.hh

#ifndef clock_hh_included #define clock_hh_included #include "assert.hh" #include "checkpoint.hh" #include "inttypes.hh" // A clock value is an UInt64 so that on 32 bit systems it is unlikely that
www.eeworm.com/read/153733/12010468

cc clock.cc

#include "assert.hh" #include "clock.hh" #include "sulima.hh" #include "checkpoint.hh" #include "error.hh" // The serialization information. SerialType Event::type("Event"); SerialType
www.eeworm.com/read/341700/12069888

txt 新建 文本文档.txt

#define M 20 #include #include #include /*定义图*/ typedef struct{ int V ; int R ; int vexnum; }Graph; /*定义队列*/ typedef struct{ int V ; i
www.eeworm.com/read/255541/12075667

h msg.h

#ifndef _LINUX_MSG_H #define _LINUX_MSG_H #include /* msgrcv options */ #define MSG_NOERROR 010000 /* no error if message is too big */ #define MSG_EXCEPT 020000 /* rec
www.eeworm.com/read/340868/12129938

htm ringqputblk.htm

ringqPutBlk -- basic
www.eeworm.com/read/340762/12135436

js imagequeue.js

function _eventBanding(o, event, cb){ if(o.addEventListener){ o.addEventListener(event, cb, false); } else{ o.attachEvent("on" + event, cb); } } function RayeImageQueue(timeOut){ thi
www.eeworm.com/read/151608/12188590

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/339239/12247313

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/338245/12316230

nc zbcache.nc

/****** * FIFO cache interface */ interface ZbCache { /***** * get a empty element from free queue, return NULL if free queue is empty. * after call fetchFree(), the first element in free que
www.eeworm.com/read/337066/12396856

html deque.html