traversals信息详情

traversals发音

意思翻译

n.[计]遍历;横越;横断物

相似词语短语

contravened stereotype definition───违背了刻板印象的定义

traveler anemo build───旅行者阿内莫大厦

travesty meaning───讽刺意义

contravention definition───违反定义

travel alone───单独一人旅游;独自旅行

contravention meaning───违反含义

travel agent───旅行社;旅行代理人,旅行代办人;n.旅行代办人,旅行代理人

travel agents───n.旅行代办人,旅行代理人( travel agent的名词复数 );旅行社;旅行社代理人

corporate travel belfast───贝尔法斯特商务旅行社

travel guide───导游;旅游手册

双语使用场景

When evaluating the modification function at a node, all of the parent-node traversals are on the stack.───在对一个节点的修改函数求值时,所有父节点的遍历都将进入堆栈。

Adjacency matrix of the storage structure of the graph for the DFS and BFS traversals.───对以邻接矩阵为存储结构的图进行DFS和BFS遍历。

Such crashes are almost always caused by modifying the scene graph during the cull or draw traversals.───在拣选和绘制遍历中修改场景,经常会导致这样的崩溃。

The algorithm is able to represent a structure using only few traversals of the tree and is inherently fast.───该算法能够仅使用很少的树的遍历来展示一个结构,并且天生是快速的。

Based on this model, a new algorithm called Global Graph Traversals -based Weighted Frequent Patterns Miner (GGTWFPMiner) was presented.───基于该模型,提出了基于全局图遍历加权频繁模式挖掘算法。

Which works quite similarly to forward traversals.───其工作方式与向前遍历十分类似。

Both types of traversals can be chained, so that one could get the titles of all resources dated "2001-03-04"───这两种遍历都可以链接,这样就可以获取日期为“2001-03-04”的所有资源的标题

英语使用场景

For example in social networks it's easier to use a graph data structure to represents friend relations and do traversals and queries like "get me all the friends of my friends friends".