资源列表
LuaJIT-1.1.3
- lua的即时编译器。支持lua 5.1.2版本-instant lua compiler. Support for lua 5.1.2 version
Linked_xxxx
- linked list that wrote in visual C-linked list that wrote in visual C++
xe164-Hello_World
- infineon xe164 example get starting source code very useful ltcinfo@163.com
zero-forcing
- zero forcing in mimo
stack
- stack code that wrote in C-stack code that wrote in C++
complier_code_and_report
- 自己写的 编译器 ,实现了语法分析和词法分析,不难,容易看懂,还有实验报告。-My own compiler, realize the grammar analysis and morphology analysis, is not easy, easy to understand, and the experiment report.
dimm
- Pic kontroll?Dijital DIMMER Devresi
LL(1)08281085
- LL(1)预测分析法程序,打开事先存好的文件,按行分析程序,并给出分析栈、余留符号串等内容-LL (1) forecast analysis program, open the file in advance a good memory, by line analysis program, and gives analysis of the stack, the remaining symbol string, etc.
tinycc.tar
- c语言编译器arm-gen.c asmtest.S bcheck.c boundtest.c c67-gen.c Changelog coff.h configure COPYING elf.h [examples] float.h gcctestsuite.sh i386-asm.c i386-asm.h i386-gen.c il-gen.c il-opcodes.h libtcc.h libtcc1.c libtcc_test.c Makefile README sta
random
- C语言版的随机数的生成,直接在VC++编译器上运行-C language version of the random number generation, directly in VC++ compiler running on
formula2
- C++公式解释器,大家可以看看,研究一下-Formula interpreter, we can see, look
Parsing
- 语法分析程序的设计与实现 方法2:编写LL(1)语法分析程序,要求如下: (1)编程实现算法4.2,为给定文法自动构造预测分析表; (2)编程实现算法4.1,构造LL(1)预测分析程序。 2. 方法3:编写语法分析程序实现自底向上的分析,要求如下: 构造识别所有活前缀的DFA。 构造LR分析表。 编程实现算法4.3,构造LR分析程序。 -Parser design and implementation of Method 2: preparat