累计查询 0.00 亿次

lexical analysis

/ˈleksɪkl əˈnæləsɪs/
  • 词法分析:将字符流转换为有意义的标记流的过程,通常用于简化解析。

双语例句

  1. Scanning, or lexical analysis.
    扫描,也称词法分析。
  2. The procedure is one of the lexical analysis procedure.
    这个程序是一个关于词法的分析程序。
  3. The first step in performing this match is called scanning, or lexical analysis.
    执行此匹配的第一步叫做扫描 或词法分析。

网络短语

  • lexical analysis tool LEX
    词法分析工具LEX
  • lexical analysis part
    词法分析部分
  • lexical analysis phase
    词法分析阶段
  • Chinese lexical analysis
    汉语词法分析
  • lexical analysis procedure i
    词法分析程序

英英释义

  • In computer science, lexical analysis is the process of converting a sequence of characters into a sequence of tokens. A program or function that performs lexical analysis is called a lexical analyzer, lexer, or scanner.