资源列表
Reflector-Tool
- 反编译工具Reflector,这个工具可以将.NET程序集中的中间语言反编译成C#或者Visual Basic代码-Decompiler Reflector, the tool can be. NET assembly intermediate language decompile into C# or Visual Basic code
missile
- This C file for finding largest increasing subsequence from a sequence-This is C file for finding largest increasing subsequence from a sequence
bch127
- C语言实现BCH127编码,采用长除法实现,语言简洁简单,可以以此理解BCH编码原理并转化为其他语言-BCH127 CODE.
ld-celp
- g.728 speech codec-ld-celp
SAMSUNG-IAR
- 三星 C编译器 IAR。 文档里面介绍有:创建一个新的工程文件,工程文件创建后,有一个组名“Debug”窗口,此时的工程项目是没有任何内容的,需要创建里面的代码文本,头文件的建立。-Samsung C compiler IAR. Which introduced the document are: to create a new project file, project file is created, there is a group name " Debug" windo
VB.Decompiler.Pro
- VB Decompiler编译工具,它能够反编译部分VB编译的exe文件。-VB Decompiler is decompiler for programs (EXE, DLL or OCX) written in Visual Basic 5.0/6.0. As you know, programs in Visual Basic can be compiled into interpreted p-code or into native code.
LL1
- java实现的一个LL1语法分析程序,eclipse下可以执行,以供参考-java implementation of a LL1 parser, eclipse can be performed under the order for reference
MidCompile
- 编译原理设计实验之中间代码生成(四元式)-Intermediate code generation compiler theory
decaf_PA1
- 使用lex和yacc写的Decaf语言的编译器前段代码,包括词法分析与语法分析。 Decaf是一门类Java的教学语言-Written using lex and yacc compiler front-end code, including lexical analysis and syntax analysis
comlier1
- 设计SAMPLE语言的词法分析器 检查要求: a) 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音); b) 请求输入测试程序名,键入程序名后自动开始词法分析并输出结果; c) 输出结果为单词的二元式序列(样式见样板输出1和2); d) 要求能发现下列词法错误和指出错误性质和位置: 非法字符,即不是SAMPLE字符集的符号; 字符常数缺右边的单引号(字符常数要求左、右边用单引号界定,不能跨行); 注释部分缺右边的界符*/(注释要求左右边分别用/
Complier
- PL/0语言编译器的中间代码生成。要求用递归子程序法/或预测分析法实现对表达式、各种说明语句、控制语句进行语法分析。若语法正确,则用语法制导翻译法进行语义翻译:对说明语句,要求将说明的各符号记录到相应符号表中;对可执行语句,应产生出四元式中间代码并填写到三地址码表中; 若语法错误,要求指出出错性质和出错位置(行号)。出错处理应设计成一个出错处理子程序。 -The PL/0 language compiler intermediate code generation. Require the
Lexical-analyzer-code
- 词法分析器代码,用的JAVA语言,比较简单,可以作为课件演示-Lexical analyzer code, with JAVA language, is simpler, can be used as a courseware demonstration