-
这是我们学习编译原理时做的一个程序. 是一个简单的词法分析程序.将一个文本文件时的推导规则进行....
这是我们学习编译原理时做的一个程序. 是一个简单的词法分析程序.将一个文本文件时的推导规则进行.-This our compiler theory when learning to do a procedure. It is a simple lexical analysis procedure. A text file of the derivation rules.
- 2022-03-09 09:57:24下载
- 积分:1
-
Tiny C
Tiny C&C++,看看吧,也许用的着-Tiny C
- 2022-01-26 05:20:37下载
- 积分:1
-
写在C++中的堆栈代码
stack code that wrote in C-stack code that wrote in C++
- 2023-07-03 04:25:02下载
- 积分:1
-
eC++编译器源码
eC++编译器源码-eC++ compiler source
- 2022-01-24 12:44:28下载
- 积分:1
-
uservice和快速
uService&RAPI-1.01.022-chs(lib-update)uService,源代码,开发工具,设备管理器-uService
- 2022-11-16 07:45:03下载
- 积分:1
-
原理同简单的编译器分析,但对输入要求较严格,附有说明
原理同简单的编译器分析,但对输入要求较严格,附有说明-principles with a simple compiler analysis, but the more stringent entry requirements, annotated
- 2022-03-24 10:39:21下载
- 积分:1
-
摩托罗拉l7播放时mp3乱码歌名修改器.
摩托罗拉l7播放时mp3乱码歌名修改器.-mp3 player when title changes for gibberish.
- 2022-08-06 03:37:52下载
- 积分: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
-
LuaInterface。是lua的c#版本。支持.Net2.0。对于做各种脚本应用支持非常好用。简单,功能强大!...
LuaInterface。是lua的c#版本。支持.Net2.0。对于做各种脚本应用支持非常好用。简单,功能强大!-LuaInterface. Lua is the c# Version. Support. Net2.0. For a variety of scripts to do application support is very easy to use. Simple and powerful!
- 2023-02-16 07:00:04下载
- 积分:1
-
一个简化的编译器,出自美国编译领域的大师劳顿之手,在UNIX/LINUX环境下实现,适合初学者进行分析...
一个简化的编译器,出自美国编译领域的大师劳顿之手,在UNIX/LINUX环境下实现,适合初学者进行分析-a simplified compiler, the United States compiled from the master Lawton hand, UNIX/LINUX environment realized, the analysis for beginners
- 2022-11-04 02:10:03下载
- 积分:1