註冊
登入
English
英狐狸 - 線上英漢字典
翻譯
dequeue
-英文-繁體中文詞典
dequeue
美
//dɪˈkjuː//
英
//dɪˈkiːuː//
#不常見
定義
v. 動詞
從隊列中刪除項目(計算機背景)
The
programmer
learned
to
dequeue
items
from
the
queue
efficiently
.
程式設計師學會了如何從隊列中高效地刪除項目。
從前端刪除項目
The
algorithm
will
dequeue
the
front
element
of
the
list
.
演算法將會刪除列表前端的元素。
n. 名詞
一種元素從兩端添加/刪除的數據結構
A
dequeue
is
a
useful
data
structure
in
computer
science
applications
.
雙端隊列是在計算機科學應用中的一種有用的數據結構。