deque

  • 网络双端队列;双端队列容器;双队列

dequedeque

deque

双端队列

STL(顺序容器) zz - Foxson的日志 - 网易博客 ... list 支持快速插入删除. deque 双端队列. deque( 双端队列) 双端队列 ...

双端队列容器

string.h_百度百科 ... 复数类 <deque> 双端队列容器 异常处理类 ...

双队列

未分类 - - Nicolas’ Blog - Upholstery ... depth 深度 deque 双队列 dequeue 离队 ...

双向队列

C++标准库--STL - rangyang的日志 - 网易博客 ... 向量( Vector) 双向队列( Deque) 线性表( List) ...

双头队列

信息词汇英语翻译(A-D) ... depth sorting 深度分类 deque 双头队列 derivation 推导 ...

双端队列类

Ch10 标准模板库_百度文库 ... 列表类 列表类 list 10.3.3 双端队列类 双端队列类 deque 10.3. 1 ...

1
When a task forks a new thread, it pushes it onto the head of its own deque. 当一个任务划分一个新线程时,它将自己推到deque的头部。
2
In the event the thread's task queue is empty, it then tries to steal another task off the tail of another thread's deque. 当线程的任务队列为空,它将尝试从另一个线程的deque的尾部窃取另一个任务。
3
Nine collections are implemented in STL by using map, multimap, list, vector, deque, and set. 上生成,通过使用映射、多重映射、列表、向量、双端队列和集在STL中实现了九个集合。