中英互译
lexical analysis
美 /ˈleksɪkl əˈnæləsɪs/
基本释义
- 词法分析:将字符流转换为有意义的标记流的过程,通常用于简化解析。
双语例句
- Scanning, or lexical analysis.扫描,也称词法分析。
- The procedure is one of the lexical analysis procedure.这个程序是一个关于词法的分析程序。
- 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.