资源列表
CompileDesignTest
- 编译原理课程设计的语义分析程序,有文档,按照文档里面的语法规则可以得到四元式代码,vs2010编译通过,使用C语言编写-Compiler theory of curriculum design semantic analysis procedures, documentation, in accordance with the document inside the grammar rules can be four yuan-type code, compiled by vs2010, u
cifafenxi
- 编译原理上机作业软件学院大三软件工程专业词法分析器- Lexical analyzer
BSF
- Binary state converter coding
hdlc
- hdlc decoder and AX.25 packet dump
3
- 2dlda code c under vc-2dlda code c under vc++
BINS
- Files Bin to edit itens drop DarkEden
200602270826094130
- 编译器 源码 课程设计 间断但是管用 欢迎下载-c++
cifafenxi
- 汇编语言-词法分析程序 基于C++的词法分析程序实验报告-Assembly language- lexical analysis program
token
- 识别一段代码中的token,能够分辨出Identifier,Symbol,number和关键字-A code identifying the token
CompilerPConstruction
- 编译原理与实践的中文版,看不懂英文版的可以下载下参考-Compiler theory and practice of the Chinese version
vc616677824666
- 解释器中的词法和语法分析程序,用C++编写,带界面和测试程序-lexer & syntaxer
ZKTQSwitch
- Switch法读取字库 内含小字库创建方法、对应的字模提取方式和字库使用源代码。 原理:通过额外编制一个Switch结构的函数,给出区位码,函数返回字模在数组中位置。建立字库的时候,把区位码作为case值,把字模位置作为return值,写入函数。这其实是查找法的变形。 优点: 额外内存占用小。 字模位置和区位码相关,使用方便。 缺点: 速度慢,消耗CPU资源,每读取一个字模都必须调用函数。 可以支持汉字数量受case 条数限制,部分编译器支