资源列表
shell_v3
- linux环境下,实现的shell解释器,实现功能主要有: 1. 基本界面由输入提示符开头 2. 执行可执行文件包括参数 3. 错误提示 4. 内置简单shell 命令 cd exit 5. 单次I/O 重定向 > < 6. 单次管道 | 7. 后台运行 & 8. 顺序执行多个命令 ;-linux environment, to achieve the shell interpreter to realize functions are: 1
Yufa
- 这是用java开发的,编译原理中的语法解析器,希望能对同学有所帮助-This is the java language, the syntax parser in compiler theory, hoping to help students
G711_G721_G723
- g711和g722转码,用VC++6编译,-g711 and g722 transcoding
ScannerGT
- 自己参照网上做的一个编译原理的扫描器,比较满意,参加验收-A reference to do their online scanner compiler theory, more satisfied, participate in acceptance
MySet
- 集合类,给出了集合的基本操作,直接在VC++编译器中运行-Collections, a collection of basic operations is given directly in VC++ compiler to run
random
- C语言版的随机数的生成,直接在VC++编译器上运行-C language version of the random number generation, directly in VC++ compiler running on
Getsym
- 用java实现简单词法分析器,编译原理实验-Simple lexical analyzer using java, compiler theory test
GETSYSM
- 编译原理实验,用java实现词法分析器,识别关键字、标示符等-Compile principle experiment, the lexical analyzer with java implementation, identify keywords, identifiers, etc.
cf
- 词法编译器,主要针对大学生编译原理课程设计,设计一个词法编译器,对词法进行分析-Lexical compiler, compile the main principles of curriculum design for students to design a lexical compiler, lexical analysis of
yf
- 语法编译器,主要针对编译原理课的课程设计,实现对语法的编译功能-Grammar compiler, compile the main principles of the Course for the design, implementation, compilation of grammatical function
newproject
- 基于JDK的Java IDE的设计与实现。该系统集Java源代码的编辑、编译、运行、 动态显示行号、图形界面中显示程序出错信息、多页编辑源代码等功能于一体, 利用OOA&OOD的方法,通过Java语言来实现。核心设计思想:系统的编辑器用 JTextArea类实例为主体来充当,编译器和解释器则是通过调用JDK开发包中提供的 javac程序和java程序来实现,并通过File类实例建立起编辑器、编译器和解释器的联系。-JDK-based design and
gammar
- 词法分析器和语法分析器,递归下降和预测表分析的方法-Lexical analyzer and parser, recursive descent methods of analysis and prediction table