资源列表
X86IEE32
- 这个东西可以帮你解析执行32位的X86指令。不包括FPU,也不包括MMX之类的东西。代码符合C99标准,理论上应该没限制的,不过根据不同的编译器实现,需要修改下cpu_BasicType.h类型定义。测试时在VS2005(禁止语言扩展特性、/W4)和GCC 3.4(-std=c99 -O1或者-ansi -O1)中编译通过-This thing can help you resolve the implementation of the X86 32-bit instructions. Not
Parser.using.open.design
- 语法分析器使用开发源代码设计Parser using the open source design -Parser using the open source design
wenfafenxi
- 使用如下文法: E ? E+T | T T ? T*F | F F ? (E) | id 2. 对于任意给定的输入串(词法记号流)进行语法分析,采用LR分析器来完成。手工构造LR分析表,利用移进-归约分析算法-Use the following grammar: E ? E+ T | TT ? T* F | FF ? (E) | id 2. For any given input string (lexical token stream) parsing, the us
LexicalParsers
- 对给定的程序通过词法分析器能够识别一个个单词符号,并以二元式(单词种别码,单词符号的属性值)显示。而本程序则是通过对给定路径的文件的分析后以单词符号和文字提示显示。-The procedures given by the lexical analyzer to recognize one word symbols, and binary-type (word types of ID, the word symbol property value) are displayed. While the
yufa
- 语法分析器,编译原理,法分析是编译过程的一个逻辑阶段。语法分析的任务是在词法分析的基础上将单词序列组合成各类语法短语,如“程序”,“语句”,“表达式”-Parser, compiler theory, method analysis is a logical stage of the compilation process. The task of parsing the basis of analysis in the lexical word sequence will be combine
vbcompiler
- 真正32位编译器源代码,使用Visual Basic编写-True 32-bit compiler source code
Parsing_documents
- 语法分析设计经典开发文档,语法分析很经典的开发文档Parsing the classic design development documents -Parsing the classic design development documents
Compiler
- 此份文档是关于编译原理,他以龙书的章节为主线,介绍了编译原理的基本内容-These documents are compiled on the principle of his main line of the dragon book chapters, introduces the basic content of compiler theory
GrammerParsers
- 利用C++语言编制一个LL(1)语法分析器,利用LL(1)控制程序根据显示栈栈顶内容、向前看符号以及LL(1)分析表,对输入符号串自上而下的分析过程。可通过消除左递归、提取左因子把非LL(1)文法改造成LL(1)文法。-Compiled using a C++ language LL (1) parser using LL (1) control program according to display the contents of the stack the stack, forward-l
cifafenxi
- 分析出一串字符串中的单词,以及找出违法单词,终止程序。-词法分析器-Analysis of the sequence of words in the string, and to identify illegal words, terminate the program.- Lexical analyzer
cifa
- 简单词法分析器,词法分析,词法分析阶段是编译过程的第一个阶段,是编译的基础-Simple lexer, lexical analysis, lexical analysis phase is the first stage of the compilation process is the basis for compiling
AlgorithmAssignment
- romannumbers convertor