资源列表
lexical_analyzer(by_flex).rar
- 运用flex自动生成词法分析器。包含源代码和使用文档,Automatically generated using flex lexical analyzer. Contains the source code and use of documents
Salvo_RTOS_PIC_3.2.3_PRO.zip
- Real Time Operating System for Hi-Tech C compiler.,Real Time Operating System for Hi-Tech C compiler.
LL(1)文法if-else条件语句翻译
- if-else条件语句翻译,使用LL(1)文法,中间产生式为四元式,规定文法比较简单,if-else conditional statements translation, the use of LL (1) grammar, the middle of production for the four-style, provides a relatively simple grammar
formalLanguageAndAutomata.rar
- 形式语言与自动机,重要的计算机理论基础教程. ,Formal Languages and Automata, the theoretical foundation of computer tutorials.
XDE.rar
- XDE是一款经得起实践考验的优秀的反汇编引擎,源代码用纯C铸成,有很高的参考学习价值.,XDE is a stand the test of good practice disassemble the engine, the source code using pure C cast, has a high value of the reference study.
upload.rar
- 求平方值小于1000且大于10的所有整数。采用while循环语句编程,最后将他们全部输出。,Square value for less than 1000 and all the integers greater than 10. Loops using while programming, the final output will be all of them.
MPLAB_C32_v1.05.rar
- Microchip C32 compiler for PIC32,Microchip C32 compiler for PIC32
CySuiteUSB_3_4_1_B20.zip
- Cpress 68013A is the best one ,Cypress 68013a appliaction example
Compiler
- 编译原理实习的一个简单的编译器,能够实现中间代码四元式的生成-a simple compiler
Lex
- 学习编译原理时候的小作业,模拟实验了词法分析程序,比较简单-Simulation of the lexical analysis procedure is relatively simple
jd-gui-0.3.3.windows
- 反编译工具,可以和dex2jar-0.0.7.8-SNAPSHOT.zip一起使用,反编译android程序,具体方法步骤百度一下-Decompilation tools and dex2jar-0.0.7.8-SNAPSHOT.zip used, decompile android procedures, specific methods and steps at Baidu
word
- 编译原理词法分析器,算法的基本任务是从字符串表示的源程序中识别出具有独立意义的单词符号,其基本思想示根据扫描到单词符号的第一字符的种类,拼出相应的单词符号。-Lexical analyzer compiler theory, algorithms, the basic task is to identify the string representation of the source word with independent significance of symbols, the basi