单词 | parse tree |
释义 | 例句释义: 语法分析树,解析树,剖析树,棵剖析树 1. The DFA construction algorithm converts this parse tree into a set of states, as the previous column explains. 如前一篇专栏文章中所解释的,DFA构造算法将该解析树转换成一组状态。 www-128.ibm.com 2. Like the JDT, the CDT DOM uses a visitor pattern to interact with its parse tree. 类似于JDT,CDTDOM使用一个访问者模板,以和它的剖析树状图交流。 www.ibm.com 3. The stap process begins with a translation of the script into a parse tree (pass 1). stap流程从将脚本转换成解析树开始(pass1)。 www.ibm.com 4. Strictly speaking, what I refer to as a parse tree in the following, language theoreticians would more precisely call an AST. 严格地讲,对于我在下面提到的解析树,语言理论家更精确地把它称作AST。 www.ibm.com 5. InfoQ: Could you tell us the advantage of using JRuby over parse tree or any other solutions, to exploit Ruby code? InfoQ:你能告诉我们使用JRuby而不是parsetree或者其他解决方案来解析Ruby代码的优势吗? www.infoq.com 6. Target parsing can be reasonably fast and does not generate a memory-consuming parse tree, but all events fire for all elements in the data. 目标解析可以实现合理的速度并且不会生成消耗内存的解析树,但是在数据中为所有元素触发事件。 www.ibm.com 7. The parser is the software that takes those meaningful words and builds a parse tree out of them by recognizing their type and purpose. 解析器是一种软件,它从文本获得那些有意义的单词,并通过识别这些单词的类型与用途,从中构建解析树。 www-128.ibm.com 8. The Doclet API defines many classes for storing the parse tree (note that this is the Java parse tree, not the XML one). DocletAPI定义许多类用于存储解析树(注意,这是Java解析树,而不是XML树)。 www.ibm.com 9. From the discussion in the last column, you may recall that the algorithm to construct a DFA expects a parse tree as input. 从上一篇专栏文章所讨论的内容中,您可以回忆起,构造DFA的算法需要一棵解析树作为输入。 www.ibm.com 10. Working with a parse tree representation also makes debugging easy and speeds development time. 使用解析树表示还会使调试变得更容易,并缩短开发时间。 www.ibm.com 1. The algorithm essentially computes all the possible stack configurations that could lead to a given node in the parse tree. 该算法必须计算所有可能的、可通向解析树中给定节点的堆栈配置。 www-128.ibm.com 2. I'll note before we go any further that the terms parse tree and abstract syntax tree (or AST) describe very similar grammatical structures. 在我们继续之前,我要特别提一下,术语解析树和抽象语法树(或AST)描述了非常相似的语法结构。 www.ibm.com 3. In other words, this governs the shape and content of the parse tree that's constructed by the parser. 换句话说,该构造管理由解析器构造的解析树的形状和内容。 www.ibm.com 4. As data and not as a part of your parse tree. 作为数据,而不是用它作为解析树的一部分。 www-128.ibm.com 5. Usually, using SimpleParse means generating a parse tree in one function call, then traversing this tree in separate code. 一般来说,使用SimpleParse就意味着在一个函数调用中生成一个解析树,然后在分开的代码中遍历这个树。 www.ibm.com 6. Your application could do more interesting things with the parse tree. 您的应用程序可以用解析树做更多有趣的事情。 www-128.ibm.com 7. I'll explore that in more detail once you've looked at JJTree and its parse tree representations. 当您研究过JJTree及其解析树表示后,我将对此做更详细的研究。 www.ibm.com 8. We also propose a BaseNP-based analyzing technique to extract syntactic information from a parse tree. 在语法信息利用上,我们提出了基于基本名词短语的分析方法。 www.fabiao.net 9. It extracts command-line arguments and processes the parse tree. 它抽取命令行参数,然后处理解析树。 www.ibm.com 10. InfoQ: With the ParseTree gem, one can access the parse tree of a class or method. InfoQ:我们可以使用ParseTreegem包访问一个类或一个方法的解析树。 www.infoq.com 1. To perform queries on the AST parse tree, the Java IDE uses a visitor pattern. 要在AST剖析树上执行查询,JavaIDE使用了一个访问者模式。 www.ibm.com 2. Given the parse tree, you apply the algorithm in Listing 3 to compute the transition function. 给定解析树,可以应用清单3中的算法来计算转换函数。 www.ibm.com 3. The alternative (not explored here) is for productions to contribute only SimpleNode nodes to the parse tree and not subclasses thereof. 备用方法(不在这里研究)是结果只将SimpleNode节点提供给解析树,而不是它的子类。 www.ibm.com 4. In fact, the example parse tree you looked at previously is almost a valid Scheme program. 实际上,前面所研究的解析树示例几乎就是一个合法的Scheme程序。 www-128.ibm.com 5. The parse tree built by the BeautifulSoup class offends my senses! 类构建的剖析树让我感到头痛。 blog.sina.com.cn 6. The main classes are RootDocs that contain the parse tree. 主要的类是包含解析树的RootDoc。 www.ibm.com 7. Applies parse tree to data buffers. 中申请分析树。 epub.itpub.net 8. InfoQ: How did you make your technical choice like using parse tree for parsing and building AST Ruby? InfoQ:你如何做技术上的选择,比如解析使用parsetree,以及构建ASTRuby? www.infoq.com 9. The DFAFactory class compiles a DFA from the parse tree. DFAFactory类从该解析树编译DFA。 www.ibm.com 10. Figure 3 shows the parse tree generated by this grammar that correctly enables you to evaluate "1 2 * 3" as "1 ( 2 * 3 )" . 图3显示了由此语法生成的解析树,它可以让您正确地将“1 2*3”当作“1 (2*3)”进行求值。 www.ibm.com 1. I'll come back to this in more detail when I talk about the JJTree tool and parse tree representations in Part 2. 在第2部分谈论有关JJTree工具和解析树表示时,我将回过头来更详细地讨论这一内容。 www.ibm.com 2. The parse tree for this might look something like this 与此对应的解析树如下所示 www-128.ibm.com 3. Picture of parse tree for a single integer expression 单个整数表达式的解析树的图片 www.ibm.com 4. Picture of parse tree for an addition operation 加法操作的解析树的图片 www.ibm.com 5. Write client-side code to walk and evaluate the parse tree that's produced at runtime 编写客户机端代码以遍历在运行时生成的解析树并对其求值 www.ibm.com 6. A special node to mark the end of the parse tree 标志解析树结束的特殊节点 www.ibm.com 7. Figure 1: Parse tree for a single integer expression 图1:单个整数表达式的解析树 www.ibm.com 8. Figure 2: Parse tree for an addition operation 图2:加法操作的解析树 www.ibm.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。