资源列表
cifa
- 词法分析器C语言版 功能很强大 具备很强的功能,注释以及符号都能识别出来-Lexical analyzer C language version
VTune_811603533
- VTune Profiling工具,性能分析器,如何使用-VTune Profiling tools, performance analyzers, how to use the
kode-siklik
- about kode siklik encoder and decoder a signal
G-722-2
- es el codificador g.722.2
jidairuanjbianmaqi
- 用VC++开放的基带软件编码器的设计,里面是课程设计的全部材料,包括原代码。-With VC++ open baseband software encoder design, which is the curriculum design of all materials, including source code.
bianyiyuanli
- 简单的递归子程序 四元式 中间代码生成 东北大学 编译原理 实验-Simple recursive subroutine four yuan-type intermediate compiler code generation principle experiment, Northeastern University
Compiler
- 实验一:设计SAMPLE语言的词法分析器 检查要求: 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音); 请求输入测试程序名,键入程序名后自动开始词法分析并输出结果; 输出结果为单词的二元式序列(样式见样板输出1和2); 要求能发现下列词法错误和指出错误性质和位置: 非法字符,即不是SAMPLE字符集的符号; 字符常数缺右边的单引号(字符常数要求左、右边用单引号界定,不能跨行); 注释部分缺右边的界符*/(注释要求左右边分别用/*和*/界定,
Input--and--Output
- 实现文法的输入输出 文法在计算机中的存储-To achieve input and output grammar grammar stored in the computer
LEXICAL
- 词法分析程序的设计与实现 Lexical analysis program of design and implementation -Lexical analysis program of design and implementation
decaf_PA1
- 使用lex和yacc写的Decaf语言的编译器前段代码,包括词法分析与语法分析。 Decaf是一门类Java的教学语言-Written using lex and yacc compiler front-end code, including lexical analysis and syntax analysis
gammar
- 词法分析器和语法分析器,递归下降和预测表分析的方法-Lexical analyzer and parser, recursive descent methods of analysis and prediction table
newproject
- 基于JDK的Java IDE的设计与实现。该系统集Java源代码的编辑、编译、运行、 动态显示行号、图形界面中显示程序出错信息、多页编辑源代码等功能于一体, 利用OOA&OOD的方法,通过Java语言来实现。核心设计思想:系统的编辑器用 JTextArea类实例为主体来充当,编译器和解释器则是通过调用JDK开发包中提供的 javac程序和java程序来实现,并通过File类实例建立起编辑器、编译器和解释器的联系。-JDK-based design and