资源列表
Analysis
- 编译语言之词法分析,用于分解编程语言之中的每一个有意义的单词,并提示错误地方-Compiled language lexical analysis, programming language being used to break down every meaningful word, and prompts the wrong place
cifafenxiqi
- 词法分析器 算法的基本任务是从字符串表示的源程序中识别出具体独立意义的单词符号,所以,程序的总体设计思想是:逐字符扫描输入的字符串源程序,每扫描一字符对其进行词法分析,如果可以同前一字符(串)拼接则拼接形成新的字符串,并最终形成具有独立意义的单词符号,如果不行则直接拿出作为独立的单词符号。如此循环直至字符串源程序结束。-It is used to analyse the word which is right or wrong.
Group16_Phase1.tar
- Compiler source language :modula-2, intermediate language: python, Target language: MIPS.
works
- 基于antlr的解释器构造,包括java 和。net架构的,十分有帮助哦-Antlr interpreter based on structure, including java and. net framework, very helpful oh
robotframework-2.5.7
- 机器人框架是一个通用的测试验收测试和验收测试驱动开发(ATDD)自动化框架。它具有易于使用的表格的测试数据的语法和使用关键字驱动的测试方法。其测试能力,可扩展与Python或Java实现的测试库,用户可以从现有的新关键字,使用相同的语法,是用于创建测试用例。 -Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development
code
- 汉明码以及各种编码 有用滴!好不容易找到的 你懂的-Hamming codes and a variety of useful to drop! Finally found you understand
lexical-analyzer
- 对给定的程序通过词法分析器能够识别一个个单词符号,并以二元式(单词种别码,单词符号的属性值)显示。而本程序则是通过对给定路径的文件的分析后以单词符号和文字提示显示。-The procedure given by the lexical analyzer to recognize one word symbols, and binary type (other types of code word, the word symbols of attribute values) shows. And
PLO
- pl0编译原理,带有case跟for的拓展-pl0 compiler theory, with a case for expansion with
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