英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

traversal    
遍历

遍历

traversal
n 1: taking a zigzag path on skis [synonym: {traversal}, {traverse}]
2: travel across [synonym: {traversal}, {traverse}]

Processing {nodes} in a {graph} one at a time, usually
in some specified order. Traversal of a tree is {recursive}ly
defined to mean visiting the {root node} and traversing its
children. Visiting a node usually involves transforming it in
some way or collecting data from it.

In "pre-order traversal", a node is visited __before__ its
children. In "post-order" traversal, a node is visited
__after__ its children. The more rarely used "in-order"
traversal is generally applicable only to binary trees, and is
where you visit first a node's left child, then the node
itself, and then its right child.

For the binary tree:

T
/ \
I S
/ \
D E

A pre-order traversal visits the nodes in the order T I D E S.
A post-order traversal visits them in the order D E I S T. An
in-order traversal visits them in the order D I E T S.

(2001-10-01)


请选择你想看的字典辞典:
单词字典翻译
traversal查看 traversal 在百度字典中的解释百度英翻中〔查看〕
traversal查看 traversal 在Google字典中的解释Google英翻中〔查看〕
traversal查看 traversal 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • What is `^M` and how do I get rid of it? - Unix Linux Stack Exchange
    The ^M is a carriage-return character If you see this, you're probably looking at a file that originated in the DOS Windows world, where an end-of-line is marked by a carriage return newline pair, whereas in the Unix world, end-of-line is marked by a single newline Read this article for more detail, and also the Wikipedia entry for newline This article discusses how to set up vim to
  • 2025-2026 MD Medical School-Specific Discussions
    Allopathic medical school-specific discussions of secondary prompts, interview invites, and experiences, and general discussions of the admissions process at a particular institution
  • 苹果电脑M1 M2 M3 M4芯片全面解读,Mac mini、iMac、MacBook选购指南。
    今天花点时间,和大家一起全方位聊聊Apple Silicon M系列芯片这三年的发展,以M1、M2、M3、M4为主线,看看这几年苹果都做了啥,以及M系列芯片的高度究竟如何。
  • 知乎 - 有问题,就会有答案
    知乎,中文互联网高质量的问答社区和创作者聚集的原创内容平台,于 2011 年 1 月正式上线,以「让人们更好的分享知识、经验和见解,找到自己的解答」为品牌使命。知乎凭借认真、专业、友善的社区氛围、独特的产品机制以及结构化和易获得的优质内容,聚集了中文互联网科技、商业、影视、时
  • 数字1M代表多少数量,1K代表多少数量? - 知乎
    你说数学里 K是“kilo”(千克也指代数量)的缩写 1k=1000 M是“Million"(百万)的缩写 1M=1000k=1000000 你如果是说数据流量的话 1k=1024b,
  • 技嘉B650M主板详细介绍(M-ATX)|B650M电竞雕、小雕、冰雕、魔鹰、白魔鹰怎么选?
    PCIE插槽:它的第一个PCle x16插槽位于1槽位(也就是平时插显卡的PCIE插槽),这对使用M-ATX这种较小机箱,不会因为显卡过厚,或者者机箱下部空间过小影响到显卡的散热
  • What is the purpose of -m, --match in an Iptables rule?
    The -m or --match option is used to enable one or more extended packet matching modules with the given name (s) Take for example the module connbytes This can be used to create rules that match how many bytes a connection has transferred The man page for iptables gives a good description of this: iptables can use extended packet matching modules These are loaded in two ways: implicitly
  • ITX、M-ATX、ATX、E-ATX 机箱有什么区别?装机有必要买很贵的机箱吗? - 知乎
    装机成本比起普通的M-ATX机箱或者ATX机箱要高,同性能配置下,itx方案总价至少要高出10%甚至更多。 另外itx机箱对机主的装机技术有一定要求,一般不推荐小白轻易尝试。
  • NVME固态硬盘推荐(M. 2 PCIe4. 0 5. 0篇),2025年618购买指南
    PCI-E 5 0 硬盘时代,2025 年6 月PCIe5 0 固态硬盘推荐 M 2 固态时代,2025 年6 月2T 大容量 SSD 固态硬盘推荐 DIY 电脑内存选购指南,2025 年5 月推荐(D4,D5) 2025 年2K 高刷游戏显示器选购指南(618 更新) 编辑于 2025-06-10 · 著作权归作者所有
  • 有没有大神可以把力矩的物理意义讲清楚? - 知乎
    一长度为 l 、质量为 m_1 的梯子倚靠在光滑墙面上,与地面夹角为 \theta 。 某工人站在梯子的三分之二高处,其与手上器具的总质量为 m_2 。 若墙面与梯子的摩擦忽略不计,为了防止梯子下滑,梯子与地面的静摩擦系数至少要是多少?





中文字典-英文字典  2005-2009