资源列表
A386V405.ZIP
- A86 and A386 Macro Assemblers and D86 and D386 debuggers with a source code library (version 4.05)
Picc18
- picc 18为mplab ide的才语言编译器,大家可以下载。-picc 18 is the tool for mplab
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字符集的符号; 字符常数缺右边的单引号(字符常数要求左、右边用单引号界定,不能跨行); 注释部分缺右边的界符*/(注释要求左右边分别用/