英语人>词典>英汉 : deque的中文,翻译,解释,例句,拼写相似词汇
deque的中文,翻译,解释,例句,拼写相似词汇

deque

deque的基本解释
-

[计]双端队列(double-ended queue)

更多网络例句与deque相关的网络例句 [注:此内容来源于网络,仅供参考]

The objective of this experiment is to observe the differences in container growth between the vector and the deque.

这项实验的目的是观察货柜上的分歧载体和deque的增长。

As you can see, vector is now very close to deque in performance, when adding elements to the container.

正如你可以看到,向量是现在非常接近deque的性能,当添加元素的容器。

Returns the number of elements in the deque.

返回的人数在deque的元素。

This shows that an element of a two dimensional deque is, indeed, a deque.

这表明了一个二维deque的元素,确实是一个双向队列。

The deque is a data structure that allows you to add and remove elements at both ends of a queue.

deque的是一个数据结构,使您可以添加和删除队列的两端元素。

加载更多网络例句 (25)
更多网络解释与deque相关的网络解释 [注:此内容来源于网络,仅供参考]

deque:双端队列

一个命名空间将不同的标识符集合在一个命名作用域(named scope)内向量(vector)、双端队列(deque)、列表(list)、集合(set)、多重集合(multiset)、映射(map)和多重映射(multimap)列表主要用于存放双向链表,可以从任意一端开始遍历.

deque:双队列

- 向量(vector) 连续存储的元素 - 列表(list) 由节点组成的双向链表,每个结点包含着一个元素 - 双队列(deque) 连续存储的指向不同元素的指针所组成的数组 - 集合(set) 由节点组成的红黑树,

deque:队列

每个结点包含着一个元素 双队列(deque) 连续存储的指向不同元素的指针所组成的数组 集合(set) 由节点组成的红黑树,每个节点都包含着一个元素,节点之间以某种作用于元素对的谓词排列,

deque:双头队列

depth sorting 深度分类 | deque 双头队列 | derivation 推导

deque STL:双端队列容器

bitset STL位集容器 | deque STL双端队列容器 | functional STL定义运算函数(代替运算符)

加载更多网络解释 (7)