登录
首页 » Compiler program » 词法分析器 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值...

词法分析器 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值...

于 2022-02-26 发布 文件大小:36.51 kB
0 43
下载积分: 2 下载次数: 1

代码说明:

词法分析器 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值在一定区间进行区分(使用if语句来判断),分开来后,对其所在ASCII值区间的不同,给予以不同的属性(比如:系统保留字…),词法分析器完成后要能识别+,-,=等字符。-lexical analyzer on the importation procedures for analysis, keyword, the word reservation system with separate identifier, and a description of their attributes. The establishment of an array, you read the word, the right word ASCII judgment, in ASCII value in a certain area and distinguish between (use to determine if statements), separately, its value lies ASCII range of different, to give a different properties (such as : system retain the word ...), after the completion of a lexical analyzer to identify,-, =, etc. characters.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 强大的反
    强大的Java反编译程序。能编译多个,甚至整个jar文件,具体的就不多说了。用就知道了-Powerful anti-Java compiler. Be able to build multiple, or even the entire jar file is not more specific on that. Used to know ..
    2023-08-02 16:00:04下载
    积分:1
  • 编译原理的一个小实例 YACC(Yet Another Compiler
    编译原理的一个小实例 YACC(Yet Another Compiler-Compiler)是LALR(1)分析器的自动生成工具,它的第一版于70年代初发表,是美国贝尔实验室的软件产品(作者为S.C.Johnson) YACC将一前后文无关文法转换为一LALR(1)分析表,并提供使用该分析表进行语法分析的总控程序yyparse().-compiler principles of a small example of YACC (Yet Another Compiler- Compiler) is LALR (1) the automatic generation analyzer tool, its first edition in the early 1970s, was published in the United States Bell Labs software products (the author S. C. Johnson) will be a before and after YACC grammar unrelated to the text converted to a LALR (1) Analysis Table, and provide analysis of the use of the table for syntax analysis of the total control procedures yyparse ().
    2022-05-19 22:49:02下载
    积分:1
  • 有限自动机的运行,利用状态表和有限自动机的运行原理,识别一个输入串是否为一个有效的无符号定点实数。...
    有限自动机的运行,利用状态表和有限自动机的运行原理,识别一个输入串是否为一个有效的无符号定点实数。-of the operation, the use of tables and limited state of the automatic machine operation principle, to identify whether an input string as a symbol of effective non-sentinel real.
    2022-08-18 23:32:12下载
    积分:1
  • err
    unEbookWorkshop是专门用来反编译 ebook Workshop( e书工场 )制作的EXE电子书源文件的工具软件(E书反编译工具),可以迅速地反编译EXE电子书里面的全部源文件,并且完美地恢复源文件的全部目录结构及文件名,以便帮助用户得到源文件进行资料恢复或二次编辑。unEbookWorkshop支持批量操作,您只需指定一个包括EXE电子书的目录,unEbookWorkshop会自动把指定目录下符合条件的文件一次性反编译。 从V3.50开始支持反编译电子书制作时用到的原始的工程文件,包括自定义的图标、用户自定义的按钮图片、LOGO图片、闪屏图片以及全部的界面皮肤文件(要使用这一功能,需要在选项里选中“总是恢复全部工程文件”)。 -err
    2022-07-02 13:25:43下载
    积分:1
  • 编译原理实验中的工具FLEX,可以再windows或者DOS下使用
    编译原理实验中的工具FLEX,可以再windows或者DOS下使用-Compilation Principle Experiment tools FLEX, can be used under windows or DOS
    2022-02-13 06:58:56下载
    积分:1
  • 还是一个词法分析程序,也是PASCAL的 可能对高手来说是个很没有什么用的程序,但是绝对不重复...
    还是一个词法分析程序,也是PASCAL的 可能对高手来说是个很没有什么用的程序,但是绝对不重复-or a lexical analysis procedures, as well as the possibility of PASCAL master is very little use of procedures, but does not repeat
    2023-03-17 17:15:07下载
    积分:1
  • YBasic编程语言的移植和开发 YBasic编程语言的移植和开发 YBasic编程语言的移植和开发...
    YBasic编程语言的移植和开发 YBasic编程语言的移植和开发 YBasic编程语言的移植和开发-YBasic programming language and development of transplant YBasic programming language and development of transplant YBasic programming language and development of transplant
    2022-02-21 14:44:51下载
    积分:1
  • 语法分析器 java版 编译课程综合训练
    语法分析器 java版 编译课程综合训练-Java version of the compiler parser comprehensive training courses
    2023-07-25 23:50:04下载
    积分:1
  • delphi实现的sql解析器,可以对各种sql语句进行解析,产生语法树。
    delphi实现的sql解析器,可以对各种sql语句进行解析,产生语法树。-realize the sql parser delphi can parse the various sql statements, resulting in tree grammar.
    2022-02-12 23:03:52下载
    积分:1
  • 全功能c#编译器,很小但功能不弱于vs2003
    全功能c#编译器,很小但功能不弱于vs2003-fully functional c# compiler, a small but functional is not weaker than vs2003
    2023-06-12 07:30:04下载
    积分:1
  • 696518资源总数
  • 104225会员总数
  • 32今日下载