资源列表
[编译器/词法分析] crc_code_3
说明:this code is for checking the crc connection<beek> 在 2025-06-24 上传 | 大小:1kb | 下载:0
[编译器/词法分析] VCimplementationCthetypeofreflexmechanisms
说明:VC实现C++的类的反射机制 此代码在VC6和2005上测试通过-VCimplementationC++thetypeofreflexmechanisms<秦龙> 在 2025-06-24 上传 | 大小:2kb | 下载:0
[编译器/词法分析] bianyiqi
说明:八、 设计SAMPLE语言的语法、语义分析器,输出四元式的中间结果。 检查要求: a] 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音)。 b] 请求输入测试程序名,键入程序名后自动开始编译。 c] 输出四元式中间代码(样式见样板输出3和4)。 d] 能发现程序的语法错误并输出出错信息。 -Eight, design SAMPLE language grammar, semantic analyzer, the output quaternion type<lilianjie> 在 2025-06-24 上传 | 大小:11kb | 下载:0
[编译器/词法分析] bianyiqi1
说明:设计SAMPLE语言的词法分析器 检查要求: a] 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音); b] 请求输入测试程序名,键入程序名后自动开始词法分析并输出结果; c] 输出结果为单词的二元式序列(样式见样板输出1和2);-Design SAMPLE language lexical analyzer inspection requirements: a] start the process, the first output of the author<lilianjie> 在 2025-06-24 上传 | 大小:6kb | 下载:1
[编译器/词法分析] beta3
说明:利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本,实现哈夫曼的编码译码-The use of Huffman coding to communicate can greatly improve channel utilization, shorten the transmission time information and reduce transmission costs, implementation Huffman encoding decoding<yan > 在 2025-06-24 上传 | 大小:3kb | 下载:0
[编译器/词法分析] Lex
说明:基于C++的编译器词法分析模块生成器[Lex],可使用Visual C++ 2003编译,分析词法定义文件,产生确定自动机[DFA]和对应词法的分析代码,使用此代码可解析C++源码并生成TOKEN序列-Based on C++ compiler lexical analysis module generator [Lex], can use the Visual C++ 2003 to compile, analyze lexical definition file, generated to<secret> 在 2025-06-24 上传 | 大小:262kb | 下载:0
[编译器/词法分析] c-viterbi
说明:这是(2,1,7)viterbi编码和译码的c语言代码 译码中是用基二算法实现的,运行时首先要在c盘中建立一个输入文件和一个输出文件。-This is the [2,1,7] viterbi encoding and decoding of the c language code decoding is to use the base implementation of the second algorithm, run-time we must first set up in c aft<张晓勃> 在 2025-06-24 上传 | 大小:2kb | 下载:0
[编译器/词法分析] lexandyacc
说明:一本好书《lex和yacc》 对学习lex和yacc有很大帮助-lex and yacc<cs> 在 2025-06-24 上传 | 大小:5.27mb | 下载:0
[编译器/词法分析] tiny_analysis
说明:编译原理的课程设计作业,实现tiny+的语法分析-Compiler Construction Principles of curriculum design work, implementation of the tiny+ grammar analysis<taolrlin> 在 2025-06-24 上传 | 大小:51kb | 下载:0
[编译器/词法分析] linear_analys
说明:一个C语言的词法分析器,可扩展性很好。上编译后写的。-A C language lexical analyzer, a very good scalability. Writing of the compiled.<Xing> 在 2025-06-24 上传 | 大小:185kb | 下载:0
[编译器/词法分析] word
说明:Java语言词法分析器的设计与实现 其中具体要求: 1.使用DFA实现词法分析器的设计; 2.实现对Java源程序中注释的过滤; 3.利用两对半缓冲区从文件中逐一读取单词; 4.词法分析结果属性字流存放在独立文件[文件名:scanner_output]中; 5.统计源程序每行单词的个数和整个源文件单词个数; 6.具有报告词法错误和出错位置(源程序行号和该行字符)的功能; -Lexical analyzer Java language design and impl<wangyonghui> 在 2025-06-24 上传 | 大小:2.12mb | 下载:1