搜索资源列表
Lexer
- 设计、编制并调试一个词法分析程序。 算法的基本任务是从字符串表示的源程序中识别出具有独立意义的单词符号,其基本思想是根据扫描到的单词符号的第一个字符种类,拼出相应的单词符号,如果扫描到的单词符号是关键字,则到关键字种别码表中查出相应的种别码,并将其种别码和单词符号本身存入二元组-Design, preparation and commissioning of a lexical analyzer. Basic task of the algorithm is to identify th
cPP
- 要求对给定的C语言源程序识别单词,保留字,标识符,运算符,常量,界符,结果以二元组形式输出-Require a given C language source code to recognize words, reserved words, identifiers, operators, constants, community character, the result output in the form of binary group