搜索资源列表
yufafenxiyuanma
- 用C++语言编程实现语法分析器的功能,代码完整,运行正常
crt0
- 用C语言编写ARM程序时,执行的第一条指令,并不在main函数中。当我们生成一个C程序的可执行文件时,编译器总是在我们的代码前加一段固定的代码——crt0.o,它是编译器自带的一个文件。此段代码设置C程序的堆栈等,然后调用main函数。很可惜,在我们的裸板上,这段代码无法执行,所以我们得自己写一个。这段代码很简单,只有3条指令。-Using C language ARM program, the implementation of the first instruction is not in
TPaxCompilerV2_4_03
- paxCompiler是一个帕斯卡编程语言工具,编译工具生成机器代码为Intel处理器。编译工具的模式包括:基本的编译器和C编译器,交叉语言编程,固定装配工。 -paxCompiler is an embeddable compiler of the Object Pascal programming language. The key features of the paxCompiler are: The compiler generates machine code for
51
- 根据mcs-51单片机用c语言产生随机数代码。-MCU with 51 random numbers generated code.
scaner
- 生成类汇编代码的编译器,输入c语言,输出类汇编代码,中间有语法分析树生成-scaner
ansi_c_grammar
- C语言上下文无关文法的词法及语法描述文件,通过使用yacc、lex工具可以生成相关C语言的词法、语法分析的C语言代码-C language context-free grammar to describe the morphology and syntax files, through the use of yacc, lex tool generates C language related to the morphology, syntax analysis, C language code
SourceDocuments
- 编译原理课程的实习是为一个小型的类C语言(C--)设计并实现一个编译器。 实习总共分为词法分析、语法分析、语义分析和代码生成四个阶段。每个阶段的输出是下一个阶段的输入。前一个阶段为下一个阶段提供输入接口。 建议C++实现。-Flexical analysis for C--.
LL(1)
- 编译原理实验源程序-ll(1)文法C语言版,大三实验课作品,原创代码-Compile the source principle experiment-ll (1) C language version of the grammar, junior class experiment works, the original code
LuaJIT
- 采用C语言写的Lua的解释器的代码,经过汇编优化,比Lua原始版执行效率更高! -Using C language interpreter written in Lua code, after compilation of optimized than the original version of the implementation of more efficient Lua!
C-language-WordAnalyse
- C语言词法分析器,本C++代码实现了对C语言的分析。是C语言的解释器。-C language lexical analyzer, the C++ code analysis for C language. Is a C language interpreter.
wxy
- C语言小子集编译程序,实现了词法分析,语法分析,语义分析,目标代码生成-C language small subset compiler lexical analysis, parsing, semantic analysis, target code generation
simple-C-language-compiler
- 编译原理课程设计:简易C语言编译器.实现了词法分析、语法分析、语义分析与中间代码产生、目标代码生成等功能.-Compiler theory curriculum design: simple C language compiler
PA
- 词法分析器,用于PASCAL词法分析的C语言代码-Lexical analyzer
electrinic_clock
- 本资源是基于80c51单片机开发的功能强大的电子时钟系统。包括c语言代码、PCB制版的原理图及封装图。-This resource is based on 80c51 microcontroller development of powerful electronic clock system. Including the c language code, PCB schematics and plate package drawing.
word
- 使用C++编辑的词法分析器,可实现对简单C语言代码的词法分析-Use C++ edit lexical analyzer can be realized on a simple C language code lexical analysis
pl0编译器c++实现
- 通过c++实现pl0语言的编译器,使之生成中间代码和解析(Through c++ to achieve the pl0 language compiler, so that it generates intermediate code and parse)
tiger
- 虎书《现代编译原理-c语言描述》随书的Tiger编译器的代码,按章节分类(modern compiling principles Tiger Compiler Code,divided in paragragh)
DynamicCompiler
- C#语言编写的C#编译器,可运行C#代码(C# language C# compiler, you can run C# code)
PL0源代码(C语言版)
- PL0编译器源码,根据编译原理课本上代码整理,亲测可用(PL0 compiler source code)
bianyiqi
- 基本实现词法分析、语法分析、语义分析、四元式以及目标代码。(Basically, lexical analysis, syntax analysis, semantic analysis, four element and target code are basically realized.)