资源列表
Hi3515-DataBrief
- hisilicon hi3515 encoding decoding processor data sheet - english
splitWord
- 实现了汉语分词的功能,给一篇txt的汉语文章,该段代码就能把其中的每个词分开来-Realize the function in Chinese word segmentation, giving a txt of the Chinese article, this section of the code will be able to distinguish between each of these words
antlr-2_7_0.zip
- Java写的词法/语法分析器。可生成JAVA语言或者是C++的词法和语法分析器。并可产生语法分析树和对该树进行遍历
LexSynSem
- DFA的词法分析,递归子程序的语法分析,生成三地址代码。-DFA for lexical analysis, syntax analysis of recursive subroutine to generate three-address code.
shiyanbaogaoyangli
- 这个报告记录了编译原理的大作业的过程和各个阶段的设计,包括词法分 析、语法分析、语义分析和汇编代码生成四个阶段,在语法分析时我采用了两种 语法分析,即一种自上而下的语法分析方法——LL(1)分析法,另一种是自底向 上的语法分析方法——SLR(1)分析法,这样可以了解到这两种不同的基本分析方 法,这样在语义分析阶段也要分这两种方法处理语义动作,并且要个产生式分别 编写语义动作。-The report recorded a big operation principle comp
2005062515324127278
- 编译课程设计,主要有词法分析和逆波兰式,词法属性-failed to translate
lua
- Lua由标准C编写而成,几乎在所有操作系统和平台上都可以编译,运行。Lua并没有提供强大的库,这是由它的定位决定的。所以Lua不适合作为开发独立应用程序的语言-Written in Lua by the standard C, almost all operating systems and platforms can be compiled and run. Lua does not provide a strong library, which is determined by its po
编译原理课程设计
- 这是我找到的,如果侵犯了你的权利,请多多包涵。-This is what I find, if a violation of your rights, please bear with me.
c_complier04
- C 编译原理与实践,是一本比较实用的书籍.如果需要查阅此类书籍,建议看这个.
MIP-C
- mips-c指令系统,用Verilog实现-mips-c command systems, using Verilog realization of
mycompiler
- 一个小编译程序,对一种自定义的小语言开发的编译程序-a small compiling program,that can compile a small custom program language