-
(1) 给定一段符合Pascal子集语法的语言,能成功转换成C语言;
(2) 一个简单的说明文档;
(3) 2007.7.14之前上传到ftp:// C...
(1) 给定一段符合Pascal子集语法的语言,能成功转换成C语言;
(2) 一个简单的说明文档;
(3) 2007.7.14之前上传到ftp:// C07:C07@10.11.3.71/upload,用学号建立自己的目录;
(4) (可额外加分5分)若有出错处理功能,请在说明文档中写明可以处理哪几项错误。
注意事项:
(1) 两人一组
(2) 可以使用词法、语法自动生成工具,windows下有Flex,Bison,Linux下有Lex,Yacc,Java的有Jlex,JavaCC,ANTLR等
(3) 不用考虑Pascal和C的关键词不同问题,即Pascal子集语言中假设不出现int,for等作为变量标志符
(4) read()和write()可用由scanf(),printf()等组成的语句转换。
(5) 如果有疑问可以发信给我 xpqiu@fudan.edu.cn.
- 2022-03-23 02:20:36下载
- 积分:1
-
一个c++de的词法分析此程序可以通过读一个文本文件来进行词法分析...
一个c++de的词法分析此程序可以通过读一个文本文件来进行词法分析-a lexical analysis of this procedure can read a text file for lexical analysis
- 2022-08-12 23:18:30下载
- 积分:1
-
完美反编译各种版本的CHM文件
把所有内容以完整结构(目录路径)反编译出来,100 还原,详细计算各种文件的数量:图片、网页、多媒体等;
支持所有版...
完美反编译各种版本的CHM文件
把所有内容以完整结构(目录路径)反编译出来,100 还原,详细计算各种文件的数量:图片、网页、多媒体等;
支持所有版本的CHM,支持所有编码;
允许有选择性地导出不同类型的文件,包括仅导出所有图片、仅导出所有网页文件、仅导出所有多媒体文件、仅导出列表等;
特有树形结构预览;
支持快速批量反编译,如果导出目标文件夹存在,则会自动生成新的序列文件夹;
智能操作,无所不在的快捷方式与体贴的操作与提示;
自动识别文件类型,判断有潜在威胁的文件类型自动提示! -Perfect Anti-compiled versions of CHM files
Put all the contents of a complete structure (directory path) anti-compiled, 100 reduction, detailed calculation of the number of various documents: images, web pages, multimedia, etc.
Supports all versions of the CHM, to support all coding
Allow selective export of different types of documents, including the only export all the pictures, only to export all pages of documents, only to export all the multimedia files, only to export the list and so on
Special preview of tree structure
Support for fast batch decompile, if the export destination folder exists, it will automatically generate a new sequence of folders
Intelligence operation, the ubiquitous shortcu
- 2023-01-31 18:45:03下载
- 积分:1
-
词法分析器,是课设的题目。比较简单,下来就可以用了。
词法分析器,是课设的题目。比较简单,下来就可以用了。-Lexical analyzer is the subject of class-based. Relatively simple, it can be used.
- 2022-04-12 17:12:52下载
- 积分:1
-
语法分析器,对已给pascal语言文法,构造LL(1)分析表,编制语法分析程序,要求将错误信息输出到语法错误文件中,并输出分析句子的过程...
语法分析器,对已给pascal语言文法,构造LL(1)分析表,编制语法分析程序,要求将错误信息输出到语法错误文件中,并输出分析句子的过程-Parser that have been to the pascal language grammar, structure LL (1) analysis table, the preparation of parsing procedure that requires the output to the error message syntax error file, and output analysis of the process of sentence
- 2022-01-27 15:57:33下载
- 积分:1
-
摩托罗拉l7播放时mp3乱码歌名修改器.
摩托罗拉l7播放时mp3乱码歌名修改器.-mp3 player when title changes for gibberish.
- 2022-08-06 03:37:52下载
- 积分:1
-
实现词法分析,并用LR0实现语法分析.这是编译原理的实验时候做的。...
实现词法分析,并用LR0实现语法分析.这是编译原理的实验时候做的。-It realized the lexical analysis and grammatical analysis function, it was written by C++ language.
- 2022-05-12 13:38:11下载
- 积分:1
-
实现一个C程序下的词法分析,简单实用,不需要添加任何代码,就可执行,可在DOS或WIN下的各个版本的C程序编辑器下执行...
实现一个C程序下的词法分析,简单实用,不需要添加任何代码,就可执行,可在DOS或WIN下的各个版本的C程序编辑器下执行-achieve a C program under the lexical analysis, simple and practical, do not need to add any code can be implemented, in DOS or WIN under the various versions of the C program under Executive Editor
- 2022-04-14 16:58:46下载
- 积分:1
-
这是关于小Python的实现
this is about tiny python implementation
- 2022-06-02 23:04:16下载
- 积分:1
-
K-nearest neighbor classifier (k-NN) is a nonparametric approach for classification. It does not require the priori knowledge such as priori probabilities and the conditional probabilities. It operates directly towards the samples and is categorized as an instance-based classification method.
- 2022-07-21 10:25:47下载
- 积分:1