资源列表
luatinker_plus
- lua tinker 增强版本,自己修改过。 1.实现LuaTinker的跨平台(Linux与Windows)2.增强LuaTinker对C/C++函数的导出功能,包括可以将函数导出到嵌套的表中 可以导出函数参数中带const关键字的函数 可以导出const类成员函数
cifafenxiqi
- 编译原理课程设计 用c++编写的词法分析器-Principles of curriculum design compiler with c++ to prepare the lexical analyzer
编译LLR(1)
- 用户输入一个文法,然后再输入,要被分析的字符串,自动进行语法分析,把每一不的分析过程都一一打印出来。直到分析成功或失败。-a user input grammar, and then imported to the string were analyzed automatically syntax analysis, the analysis of each process does not have to print out on January 1. Until the analysis o
20080817
- 清华大学编译原理的PL0源代码,C语言版的,希望对大家有所帮助
LL1
- LL分析器 2、 在VC下打开LL1.dsp,阅读工程LL1,LL1为一个加、乘法(适当扩充可为四则)运算表达式的LL1预测语法分析器,规定其文法如下: E->TE’ (1) E’->+TE’ (2) E’->ε (3) T->FT’ (4) T’->*FT’ (5) T’->ε (6) F->(E) (7) F->i (8) 程序设计思路见课本P76,
32.jiaotongdeng
- 按照硬件图连接之后,烧入程序后,上电运行。使用过,决定成功-In accordance with the hardware chart connection, burned into the program, run on electricity. Used to determine success
Rezurektor_AVR
- erase flash and eeprom
Question-bank1
- questions that are frequently asked on the compiler
compiler-test
- 编译原理实验词法分析部分指导书,其中定义了一个简单词法分析实验的过程,输入、输出、过程解释以及样例程序。-Complier test guide book.
c
- Is a code for timer.
color-gcc-1.0.1rc6.tar
- gcc messages colorizer
ljbds_dg
- 一个本人修改的实现逻辑表达式的分析的编译程序,采用递归下降分析法,生成三地址代码,是学习编译原理的好帮手.-a revised Logical Expressions of the compiler, using recursive drop analysis, Generation 3 addresses code, compiler theory is the study of good helper.