查询
1 词典释义:
trie
时间: 2025-04-11 09:50:32
英 [t'ri:]
美 [t'ri]

n. 单词查找树

双语例句
  • Why does each node in this Trie contain a linked list?

    为什么每个节点在这种树包含一个链接列表?

  • A tdouble is a double represented internally using a Trie structure.

    一个tdouble就是在内部使用Trie结构表示的一个double。

  • Trie application offers more efficient means to measure flux of well and well with injection of polymer.

    该仪器的应用为油水井及注聚合物井的流量测试提供了更为有效的手段和方法。

  • Automatic addressing and read trie data on a singla sensor. multiple sensors can deiermine the group balance stress is uniform;

    自动对单只传感器寻址并读取数据,可判断多只传感器组秤时受力是否均匀;

  • We implement a program for lexicon management base on the improved Double-Array Trie and compare it with other index mechanisms.

    我们基于该优化算法实现了一个词典管理程序,并与利用其他索引机制的词典进行了实验对比。

  • Elevation, although strictly not needed for the kinds of calculations I'm doing, is stored as a tfloat, which is just a float stored in the Trie structure.

    严格而言,我进行的这些计算用不到海拔,但我将它储存为tfloat,它是存储在Trie结构中的float。

  • The researched results have been compared with those of the six famed celadons in Tang. Trie intrinsical points of Xinhui ware have been demonstrated.

    研究结果与唐代六大青瓷作了对比,指出了新会窑在唐代青瓷中的一些明显的特点。

  • In this paper, the dictionary mechanism is dynamic TRIE tree, and we have designed the Chinese word segmentation dictionary. The dictionary USES less memory.

    论文采用动态TRIE索引树的词典机制,设计并实现了汉语分词词典,有效地减少了词典空间。

  • For example, if the word "dog" were stored in a trie as a node, it would descend from the node containing "do," which would descend from the node containing "d."

    例如,如果单词“dog”被存储为trie中的一个节点,它将是包含“do”的节点的后代,而后者又是包含“d”的节点的后代。

  • The efficient method for collecting trie information to be measured is one of the main factors that ensure the measuring system with high precision and efficiency.

    在检测系统中,有效的被测信息提取方法是保证检测具有高精度和高效率的主要因素之一。

  • A trie (the name comes from the word retrieval) is made up of a series of nodes where the descendants of a given node have the same prefix of the string associated with that node.

    trie(此名源于单词retrieval)由一系列的节点组成,其中,一个给定节点的后代具有与该节点关联的相同的字符串前缀。