parses

英 [ˈpɑːzɪz] 美 [ˈpɑːrsɪz]

v.  (对句子)作语法分析; 作句法分析
parse的第三人称单数



柯林斯词典

  1. 对(句子)作语法分析
    In grammar, if you parse a sentence, you examine each word and clause in order to work out what grammatical type each one is.

    双语例句

    1. The content list parses the payload and uses the key values to compare with the stored search criteria.
      内容列表对负载进行解析,并使用键值与存储搜索标准进行比较。
    2. GWT parses the contents of the comment block and outputs the JavaScript verbatim.
      GWT将解析注释块的内容,并逐字地输出JavaScript。
    3. When the ActionServlet is first loaded, it parses this file and prepares to accept requests.
      当首次装入ActionServlet时,它将解析这个文件,并准备接受请求。
    4. The application parses the XML document, typically using the document object model ( DOM).
      应用程序解析XML文档,通常使用文档对象模型(DOM)。
    5. The JSF framework parses the HTTP request header.
      JSF框架分析HTTP请求报头。
    6. It then parses the attribute string and extracts all of the properties for the WCF attribute.
      然后就会分析属性值字符串,并为WCF属性提取出所有的属性值。
    7. Indeed, in the first case, the application writes the XML document, which the XSLT processor immediately parses ( often through a SAX parser).
      的确,在第一种情况中,应用程序编写了XSLT处理器可以立即分析的XML文档(通常通过SAX语法分析器)。
    8. The database server parses the updated XML document and replaces the old document.
      数据库服务器解析更新后的XML文档并替换旧文档。
    9. The XML function idsxmlparse() parses an XML document to determine whether it is well-formed.
      XML函数idsxmlparse()解析一个XML文档,以判断它是否为格式良好的文档。
    10. ParseElementText ( ns, name)& Parses the next element, which must have only character data content.
      parseElementText(ns,name)-解析下一个元素,它必须只包含字符数据内容。
    11. The client receives the file data as a stream, which it parses into a memory-resident object.
      客户机将文件数据作为流进行接收,然后将其解析为一个内存驻留对象。
    12. This method parses the returned JSON for the list of friends.
      该方法解析返回的好友列表JSON。
    13. The customized security data parser parses userId and userRole ( s) out of the input authData.
      定制的安全数据解析器从authData中解析出用户ID和用户角色。
    14. This subtle difference should be accounted for in the code that parses these different RSS formats.
      这一细微差异应该在编写解析这些不同的RSS格式的代码时考虑进去。
    15. The server parses the request, which is mapped to a file on a filesystem.
      服务器解析这个请求,把它映射到文件系统上的一个文件。
    16. It parses XML data and generates relational data.
      它解析XML数据并生成关系数据。
    17. This is the step where MTK parses the input script you provided in the previous step.
      在这一步中,MTK将解析上一步中提供的输入脚本。
    18. The DBMS parses each SQL request before execution to check for proper syntax and to optimize the request.
      DBMS在执行之前会分析每个SQL请求,以检查语法是否正确和优化该请求。
    19. Parses the JSON data loaded by itemLoadCallback, and adds each individual image to the carousel.
      解析itemLoadCallback装载的JSON数据并把每个图像添加到carousel中。
    20. The agent parses the arguments in the URL string and reacts based on the value in the method argument.
      代理解析URL字符串中的参数,并根据方法参数中的值作出反应。
    21. The AST is the object model that parses source code for Eclipse.
      AST是为Eclipse分析源代码的对象模型。
    22. It receives and parses all JMS messages that exist in the queue, and sends the parsed content to the appropriate JSP pages for display.
      它将接收和分析队列中存在的所有JMS消息,并将经过分析的内容发送到相应的JSP页,以便进行显示。
    23. Alpha_p parses a single character.
      alphap解析了单个的字符。
    24. The client parses the requested URL for the host name.
      客户端解析所请求的URL,以获得主机名。
    25. If you provide a stream to it, it parses the associated Web page.
      如果您向它提供一个流,它会解析相关的网页。
    26. Next, the code parses the Accept header using the Groovy string manipulation.
      接下来,该代码将使用Groovy字符串操作解析Accept标头。
    27. Next I'll show you the pertinent portions of an Android application that parses this data.
      接下来,将向您展示解析该数据的Android应用程序的相关部分。
    28. When a database receives a statement, the database engine first parses that statement and looks for syntax errors.
      当数据库接收到语句时,数据库引擎首先会分析该语句并查找句法错误。
    29. The fscanf() function parses the input from an open file according to the specified format.
      函数的感化是:从文件中按照指定的式子输入。
    30. The xml_parse() function parses an XML document.
      函数的作用是:解析一个xml文档。