说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 词法分析程序
1)  lexical analyzer
词法分析程序
1.
This processing system follows the compilation-interpretation approach, and it includes lexical analyzer, syntactic analyzer, code transformer, quantum assembler and quantum interpreter.
该处理系统遵循编译-解释的途径,由词法分析程序、语法分析与代码转换程序以及量子汇编与解释程序3部分组成。
2)  the procedure analysis method
程序分析法
1.
According to the conditions of the highly pure solanesol's project developments and the technique reforms,the procedure analysis method is applied to improve the Solanesol's refined craft.
根据高纯度茄尼醇生产项目的建设与技改情况,应用程序分析法优化茄尼醇精制工艺。
3)  process analysis method
流程程序分析法
1.
Taking the advantage of the process analysis method,the router production process has been analyzed in order to eliminate the unreasonable operation contents,methods and the production line layout.
以一种路由器产品的生产流程为例,运用流程程序分析法对生产流程的整个生产过程进行分析、研究,以消除和改变整个生产过程中不合理的作业内容、作业方法以及作业现场的空间配置。
4)  lexical routine
词法程序
5)  Analytic Hierarchy Process(A.H.P.)
阶层分析程序法
6)  program analysing-method
程序分析方法
1.
The program analysing-method of sinusoidal steady-state circuit;
正弦稳态电路的程序分析方法
补充资料:词法分析


词法分析
lexical analysis

C一fQ fenx-词法分析(橄ical analysis)逐个读人源程序字符并按照构词规则切分成一列单词,再转换成词标流的过程。单词是语言中具有独立意义的最小单位,包括保留字、标识符、运算符、标点符号和常量等。词标是单词的机内表示,其格式由实现系统规定。 词法分析是编译过程中的一个阶段,在语法分析前进行。可以作为单独的一遍,将源程序转换成词标流供下一遍使用。也可以和语法分析结合在一起作为一遍,由语法分析程序调用词法分析程序来获得当前词标供语法分析程序使用。 在词法分析程序的设计和实现中,首先需要描述和刻画语言中的原子单位—单词,其次需要识别单词和执行某些相关的动作。描述程序设计语言的词法的机制是3型文法和正则表达式,识别机制是有穷状态自动机。 在词法分析过程中,与语法分析无关的单词应预先处理。如为增加易读性而在保留字中引进的任选字,与语法语义分析无关,处理时可掠过,无需产生相应的词标。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条