语法分析

yǔ fǎ fēn xī
  • parse;grammatical analysis
语法分析语法分析
  1. 语法分析和访问计划的拟定称为准备语句。

    Parsing and access plan preparation are called preparing the statement .

  2. 分析部分主要包括词法分析、语法分析和语义分析;

    Analysis part mainly consists of accidence analysis , parsing , syntax analysis ;

  3. 对于每个非终结符号U,语法分析程序都有一个递归过程。

    The syntax analyzer has one recursive procedure for each nonterminal U.

  4. 基于Petri网建模的语法分析的研究

    The Research of Grammar Scanner Based on Petri Net Model

  5. 服务器对客户端SOAP信封进行语法分析的能力。

    The ability for the server to parse the client 's SOAP envelope .

  6. 软PLC的编译程序包括词法分析、语法分析、语义分析和目标代码生成四个阶段。

    The compiled system includes the phrase analysis , syntax analysis , language analysis and generate target code .

  7. JAXP为语法分析和转换XML文档提供了一个标准化的接口。

    JAXP provides a standardized interface for parsing and transforming XML documents .

  8. 通用标准SQL语法分析模型

    Custom Standard SQL Grammer Analysis Model

  9. 客户机对服务器响应所发送的SOAP信封进行语法分析的能力。

    The ability for the client to parse the SOAP envelope sent by the server in response .

  10. 您可能需要展望标准XML支持的未来的原因是,在进行语法分析的同时需要进行验证。

    One reason you might want to look beyond the standard XML support is if you need to perform validation along with your parsing .

  11. UNIX下的汇编语言ATT语法分析

    Assembly Language of UNIX AT T Syntax

  12. TurboProlog工具箱中语法分析程序生成器的初析

    Elementary Analysis on The Parser Generator in Turbo Prolog Toolbox

  13. 通过改变VHDL表达式的产生式来解决在语法分析时遇到的二义性问题。

    By changing grammar rules the checker eliminates the ambiguities of VHDL expressions .

  14. 看似无关的parse()方法触发对XML文档的语法分析,这导致了调用事件处理器。

    The innocent-looking parse () method triggers parsing of the XML document which , in turn , calls the event handler .

  15. 采用子表方法简化LR语法分析表的构造

    Simplifying the LR Parsing Table Construction Technique with the Sub-parsing Table Method

  16. YACC在ATLAS语言语法分析中的冲突消解研究

    A Study on YACC Conflict Resolving during ATLAS Syntax Analysis

  17. 我假设您已熟悉XSLT,并有一些SAX语法分析的概念。

    I assume you are familiar with XSLT and have some notion of SAX parsing .

  18. LR(1)语法分析的自动构造

    Automatic generation of LR ( 1 ) grammatical analyzer

  19. 数控代码诊断模块从词法分析、语法分析和错误处理三个方面实现了对NC代码程序的诊断纠错。串口通讯模块实现了手持终端与上下位机的通信功能。

    Then , the NC code is processed by the lexical analysis , syntax analysis and error is displayed on screen in the NC code diagnostic module .

  20. 对其中的几种方法,如机械匹配法(即MM法)、特征词库法、约束矩阵法、语法分析法和理解切分法等做了详细的比较和分析,并归纳出各自特点。

    Some divided syncopation such as mechanical matching method , feature phrase library method , restriction matrix method , syntax analysis method and comprehended syncopation method are emphasized .

  21. 通过单一调用进行实际的语法分析和文档构造,如果成功完成了这一操作,那么应用程序就可以检索并使用已构造的Document。

    The actual parsing and document construction takes place with a single call , and if this completes successfully , the constructed Document can then be retrieved and used by the application .

  22. 有些工具包不能对其它工具包发送过来的Unicode字节顺序标志进行语法分析。

    Some toolkits were unable to parse the Unicode byte order mark sent by other toolkits .

  23. 改进lex和yacc以开发基于事件驱动的语法分析类软件

    Upgrading & Using lex and yacc to Develop Message-Driven GUI Syntax Analyzing Software

  24. 又因为所有Web页面主要部分的格式编排不合理,所以使问题变得更为复杂,其结果是现在的Web浏览器在进行HTML语法分析时非常不严谨。

    The problem is further compounded by the fact that a major portion of all Web pages are not well-formed , a result of the leniency in HTML parsing by modern Web browsers .

  25. 接收SOAP响应时,客户机库对XML进行语法分析以获得方法调用的结果,并将结果传递给使用库的程序。

    Upon receiving the SOAP response , the client library parses the XML to get the result of the method invocation and passes this result to the program using the library .

  26. GCC前端目的是根据源代码生成AST语法分析树,再根据AST树,生成RTL中间表示。

    The AST parsing tree will be built through source code , and then the RTL will be generated .

  27. CTAP的功能是通过语法分析,实现用户按照协同事务处理语言语法描述的协同事务Agent,实现Agent间的事务协作。

    The functions of CTAP are to interpreter the agent description given by users with a cooperative transaction description language and to realize transaction processing and cooperation of agents .

  28. 其中,语法分析是笔者研究的核心部分。语法分析的难点是如何解决YACC语法规则部分的冲突问题。

    One of difficulties encountered in syntax analysis is how to solve rule conflicts in YACC .

  29. 在编译程序总体设计中,以文法作为程序设计的依据,参照硬PLC的工作原理并以语法分析程序为中心来组织整个编译过程。

    At the whole compiled system design , takes grammar as the base of program design , referring to hard PLC working theoty , syntax analysis program as center to organize the whole compiled process .

  30. 这种方法在保持了LR(1)分析方法功能强大的特性同时,有效地减小了分析表的大小,提高了语法分析的效率。

    This method has the strongpoint of LR ( 1 ) analyzer , at the same time reduces the syntax analysis table .