您要查找的是不是:
- direct lexical analysis 直接词法分析
- Lexical analysis program can be a source for analysis of the word. 词法分析程序,可以对源程序进行分析出一个个的单词。
- The first part is lexical analysis, and the main work is to analyze ASN. 1翻译器的设计与实现,主要分四个阶段:第一阶段为词法分析阶段,主要内容为分析ASN.
- 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. 详细说明:本程序是一个不错的词法分析。很简单,希望大家喜欢。
- 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 ) 。
- In the preceding sections we ve discussed the basic elements of Lex programming, which should help you in writing simple lexical analysis programs. 上一节我们讨论了Lex编程的基本元素,它将帮助你编写简单的词法分析程序。
- 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. 词法分析的目的是找出句子中的各个词,进而给这些词添加上句法范畴标记乃至语义范畴标记。
- Lexic analysis constructs query semantic tree according to thesemantic unit which lexic analyzer provides. 语法分析根据词法分析器提供的语法单元构造查询的语法树。
- 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操作的重放。
- The third section contains the rules of lexical analysis, each of which consists of three parts: an optional state list, a regular expression, and an action. 第三部分包含了词法分析器的规则。每条规则包含了三个部分,一个可选的状态列表,一个正则表达式,一个动作。
- Running lexical analysis procedure, the results of the proceedings output to a file called outfile.txt document, this document is generated automatically. 运行词法分析程序,程序结果输出到文件名为outfile.;txt的文件中;此文件为自动生成。-lexical analysis Procedure current directory to establish his own version of a document;named infile
- 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. 第二部分是对信息技术术语的词汇学研究,首先确定信息技术术语的内涵和外延,明确研究范围以及研究对象,指出其在语言中的地位和特点;
- The interpreter used XML as the expression of models.Using lexical analysis,syntactical analysis,semantic analysis,it achieved an interpreter of stand growth and yield model. 模型解析器利用XML作为林分生长与收获模型的表达形式,运用编译原理中的词法分析、语法分析和语义分析等理论,实现了生长模型的解析。
- Script Interpreter uses Lex/Flex as tools of lexical analysis and lexical analyzer generator, and uses Yacc/Bison as tools of syntax analysis and syntax tree generator generating. 脚本解释器采用Lex/Flex作为词法分析和词法分析器生成工具,Yacc/Bison作为语法分析和语法树生成器的生成工具。