-
C语言编写的简单的将汇编语言文件转化为单词二元式流文件的小软件。...
C语言编写的简单的将汇编语言文件转化为单词二元式流文件的小软件。-,,
- 2022-07-03 07:26:42下载
- 积分:1
-
词法分析程序 程序当前目录里自己建立一个文本文档,取名为infile.txt,所有需要分析的程序都写在此文本文档里,程序的结尾以"@"标志符结束。运行词法分析程...
词法分析程序 程序当前目录里自己建立一个文本文档,取名为infile.txt,所有需要分析的程序都写在此文本文档里,程序的结尾以"@"标志符结束。运行词法分析程序,程序结果输出到文件名为outfile.txt的文件中,此文件为自动生成。-lexical analysis Procedure current directory to establish his own version of a document, named infile.txt, all need to analyze the procedures are written in the article of this document, at the end of procedures to "@" signs Fu end. Running lexical analysis procedure, the results of the proceedings output to a file called outfile.txt document, this document is generated automatically.
- 2022-08-03 02:59:50下载
- 积分:1
-
词法分析器 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值...
词法分析器 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的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.
- 2022-02-26 09:14:02下载
- 积分:1
-
USB VHDL source code, supports Verilog HDL procedures
USB接口的VHDL源码,支持Verilog HDL程序-USB VHDL source code, supports Verilog HDL procedures
- 2022-02-01 18:09:49下载
- 积分:1
-
这是一个用C++编写的编译原理的词法分析程序,希望对各位学习编译的同学有一定帮助...
这是一个用C++编写的编译原理的词法分析程序,希望对各位学习编译的同学有一定帮助-This is a C compiler prepared by the tenets of lexical analysis procedure, and I hope to learn from you and the compiler will definitely help students
- 2022-08-20 11:31:33下载
- 积分:1
-
这是一个用flex生成的计算器程序
这是一个用flex生成的计算器程序-This is a generation with flex the calculator program
- 2022-08-13 01:15:52下载
- 积分:1
-
一款VB 工具,能够反编译VB5/VB6的部分源码(只供学习,请勿用于商业用途!!!)...
一款VB 工具,能够反编译VB5/VB6的部分源码(只供学习,请勿用于商业用途!!!) -VB a tool that can decompile VB5/VB6 part of source code (for learning, not for commercial purposes!!!)
- 2022-03-07 05:58:14下载
- 积分:1
-
用C开发的C语言编译器,实现了词义、语义、语法检查和分析
用C开发的C语言编译器,实现了词义、语义、语法检查和分析-C development of the C language compiler and realized the meaning, semantics, syntax check and analysis
- 2022-05-27 22:12:06下载
- 积分:1
-
一个词法分析程序,可以实现输入C源程序,输出二元式
一个词法分析程序,可以实现输入C源程序,输出二元式-a lexical analysis procedures, can achieve the importation of C source files, binary output-
- 2023-04-25 04:20:03下载
- 积分:1
-
词法分析器编译器源代码!
编译词法分析器的源代码!-lexical analyzer compiler source code!
- 2022-02-06 08:58:45下载
- 积分:1