搜索资源列表
bakema
- 该程序实现了巴克码(1110010)作群同步码的识别器。-the realization of Buck code (1110010) for the group synchronous code identifier.
vc++experience
- 识别器,编译原理的,实验一加实验二,句柄-Identifier, the compiler principles, laboratory experiments one plus II Handle
TYJ(1)
- 一个简单的DFA,能实现任何自动机的识别器,且可以有多个终态-A simple DFA, to achieve any recognition automata, and can have more than one final state
antlr2.7.5
- ANTLR是什么ANTLR, 语言识别的另一个工具(ANother Tool for Language Recognition),( 前身是 PCCTS)是一种语言工具,它提供了一个框架,可以通过包含Java,C++,或C#动作的语法描述来构造语言识别器,编译器和解释器。 算机语言的解释已经变成了一种非常普遍的工作。传统的计算机语言的编译器和工具(如C或Java)仍旧需要被构造,它们的数量与需要开发的那些成千上万的小语言的识别工具和解释工具相比是相形见拙。程序员为了解析数据格式,图形文
antlr
- ANTLR, 语言识别的另一个工具,它提供了一个框架,可以通过包含Java,C++,或C#动作(action)的语法描述来构造语言识别器,编译器和解析器。 该压缩包包含相关资料(antlr_2_7_5_ChineseVer.pdf/The.Definitive.ANTLR.Reference.pdf)和一个解析HTML文件的例子(html.g)-ANTLR, speech recognition is another tool that provides a framework, you c
exp
- 这个是我们编译原理的一个中间代码生成器实验,我用的是LR()分析法的属性翻译文法,当然我的句柄识别器是根据老师的实验要求弄的,扩展性不是很好,因为是用数字来代替"字符"的,呵呵```如有需要,那联系我(q284244897)-This is the principle of an intermediate compiler code generator experiments, I use the LR () method of the attribute translation grammar
syscanPGM
- 二维码生成、二维码编辑编码器及二维码识别软件源码编辑器-Two-dimensional code generation, two-dimensional code editor encoder and two-dimensional code recognition software source code editor
antlr-3.0.1.tar
- Antlr(ANother Tool for Language Recognition)是一个工具,它为我们构造自己的识别器(recognizers)、编译器(compiler)和转换器(translators)提供了一个基础。通过定义自己的语言规则,Antlr可以为我们生成相应的语言解析器,这样便可以省却了自己全手工打造的劳苦。-ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool t
