您要查找的是不是:
- lexical analysis part 词法分析部分
- The first part is lexical analysis, and the main work is to analyze ASN. 1翻译器的设计与实现,主要分四个阶段:第一阶段为词法分析阶段,主要内容为分析ASN.
- The analysis part of this evening is now over. 今晚的分析结束了。
- The purpose of lexical analysis is to identify the words in the sentence and mark them with the syntactic tagging such as part of speech, and semantic tagging. 词法分析的目的是找出句子中的各个词,进而给这些词添加上句法范畴标记乃至语义范畴标记。
- Lexical analysis program can be a source for analysis of the word. 词法分析程序,可以对源程序进行分析出一个个的单词。
- The second part is a lexical analysis of IT term study.By first determining the connotation and denotation of IT terms, the scope of study and objects to be studied is specified. 第二部分是对信息技术术语的词汇学研究,首先确定信息技术术语的内涵和外延,明确研究范围以及研究对象,指出其在语言中的地位和特点;
- With C++ Prepared lexical analysis, I hope on this platform more exchanges. 用C++编写的词法分析,希望在此平台上多多交流。
- It uses recursive manner of a top-down version of the lexical analysis. 这个程序是一个递归向下的词法分析程序。它采用了递归的方式由上而下的对一个文本的词法进行分析。-This is a recursive procedure downward lexical analysis procedure.
- Lexical analysis is the basis of compilers, as well as the most simple. 词法分析是编译程序的基础,也是最简单的。好,现在让我们看程序吧。
- A simple compiler, has the lexical analysis, the speech analysis code production. Is useful to the graduate. 一个简单的编译器,有词法分析,语言分析代码生成。对毕业生有用。
- This procedure is a good lexical analysis Very simple, hoped everybody likes, C-C. 详细说明:本程序是一个不错的词法分析。很简单,希望大家喜欢。
- However, the code analysis part of check-in policy is unavailable on Visual Studio Professional Edition. 但是,签入策略的代码分析部分在Visual Studio专业版中不可用。
- In this paper, LEX is used for lexical analysis;it is encapsulated in a dynamic library. 本文中词法分析使用LEX工具,进行封装生成动态库。
- Include lexical analysis (formal style), parsing (BNF). (2) of the modified PL / 0 compiler / interpreter note. 包括词法分析(正式文体) ,剖析( BNF ) 。
- The SWOT analysis method is used in the cases analysis part toillustrate the prominent importance of ?Kilo-factory Strategy? toDongguan Post. 在案例分析部分运用SWOT分析方法阐述了“千厂战略”对东莞邮政发展的重要意义。
- In the preceding sections we ve discussed the basic elements of Lex programming, which should help you in writing simple lexical analysis programs. 上一节我们讨论了Lex编程的基本元素,它将帮助你编写简单的词法分析程序。
- Lexic analysis constructs query semantic tree according to thesemantic unit which lexic analyzer provides. 语法分析根据词法分析器提供的语法单元构造查询的语法树。
- The case analysis part: Based on SWOT analysis tool, analyzes the resort抯 environment, in the end of the paper, the author propose some thinking of solving problems. 在案例分析的最后作者提出了一些建议,旨在希望度假区能获得持续增长,实现其目标。
- In the designed experiments, the simple arithmetic expressions were analyzed through lexical analysis, syntax analysis, semantic analysis, table process and error process. 设计的实验是以简单的算术表达式为处理对象,进行词法分析、语法分析和语义分析,兼有表格处理和出错处理。
- Through investgating Lexical analysis and syntax analysis, The author uses Parser Generator's AYACC and Alex to achieve the palyback of the actions for GUI. 第五,通过研究词法分析和语法分析,利用Parser Generator中的AYACC 和Alex两个工具实现了用户对GUI操作的重放。