-
一个词法分析程序,可以实现输入C源程序,输出二元式
一个词法分析程序,可以实现输入C源程序,输出二元式-a lexical analysis procedures, can achieve the importation of C source files, binary output-
- 2023-04-25 04:20:03下载
- 积分:1
-
学生信息注册系统,数据库是ACCESS!
学生信息注册系统,数据库是ACCESS!-Student Registration information systems, databases are ACCESS!
- 2022-02-04 14:34:26下载
- 积分:1
-
c语言编译器源代码,small c for dos源代码,对学习c语言本质很有好处。...
c语言编译器源代码,small c for dos源代码,对学习c语言本质很有好处。-c language compiler source code, small c for dos source code, the nature of learning c language is very good.
- 2022-05-26 14:31:08下载
- 积分:1
-
一些开发软件和资料,对开发有帮助,可以
一些开发软件和资料,对开发有帮助,可以-some software development and information to help develop, we can
- 2022-01-25 19:16:39下载
- 积分:1
-
在CPLD内实现声调和时间的控制,在LATTICE的ISPLEVER6.1下编译通过。可以修改定时时间进行声调的修改...
在CPLD内实现声调和时间的控制,在LATTICE的ISPLEVER6.1下编译通过。可以修改定时时间进行声调的修改-In the CPLD to achieve control of tone and time, in LATTICE under the ISPLEVER6.1 compiled through. Can be modified from time to time time to tone changes
- 2022-11-22 15:05:04下载
- 积分:1
-
为了实现编译器的实用,可自由编写源代码…
为了实现的编译程序实用,源程序可采用自由书写格式,即一行内可以书写多个语句,一个语句也可以占领多行书写;标识符的前20个字符有效;整数用2个字节表示;长整数用4个字节表示。这样词法分析程序的主要工作为:
(1)从源程序文件中读入字符。
(2)统计行数和列数用于错误单词的定位。
(3)删除空格类字符,包括回车、制表符空格。
(4)按拼写单词,并用(种别,单词)二元式表示。
(5)根据需要是否填写标识符表供以后各阶段使用。
这里采用的编译程序的实现方法是一遍扫描,即从左到右只扫描一次源程序,也就是词法分析作为语法分析的一个子程序。故在编写词法分析程序时,用重复调用词法分析子程序取一单词的方法得到整个源程序的二元式流。
-in order to achieve the compiler practical, available free to write source code format, that his writing can be more than words, a statement can occupy multiple lines written; identifier of 20 characters effective; Integer with two byte; long integer with four byte. This lexical analysis for major work : (1) from source document read into the characters. (2) Statistics and a few mistakes out a few words for positioning. (3) delete the blank type characters, including the carriage return, tab spaces. (4) the spelling words and use (other species, words) dual ceremony. (5) whether the need for completing the table identifier subsequent stages. Here the compilers of th
- 2022-01-23 11:14:40下载
- 积分:1
-
用C写的十分精巧的XML实现程序库,包括简单的示例程序
用C写的十分精巧的XML实现程序库,包括简单的示例程序-Using C to write very sophisticated realize XML library, including examples of simple procedures
- 2022-07-22 11:40:39下载
- 积分:1
-
C语言编译器源代码 自己珍藏好久的了 给大家分享啊
C语言编译器源代码 自己珍藏好久的了 给大家分享啊-C language compiler the source code of their own collections to the U.S. for a long time to share ah
- 2023-04-25 05:35:03下载
- 积分:1
-
- 2023-07-05 09:45:03下载
- 积分:1
-
我的词法分析程序,是编译原理要做的一个,放上来大家
我的词法分析程序,是编译原理要做的一个,放上来大家-my lexical analysis procedure to be done is to compile a principle, we see Fangshanglai
- 2023-04-08 04:55:03下载
- 积分:1