资源列表
T423-3-7++_zhengguishiDFA
- 正规式转换成DFA,可以运行,里面附有设计报告
lexical
- 编译语法,词法分析程序-Translation grammar, lexical analyser
R6C_wg26
- 15693 hf reader 伟根26接口
Pascal
- 1、pascal词法分析器实验报告 2、包括产生式规则,源代码,完整的实验报告和简单的例子 3、能够区分出各各单词并能判断它属于保留字、标识符、常数、运算符、分隔符五大类中的哪一类-1, pascal experiment reports two lexical analyzer, including production rules, source code, complete the report and a simple example experiment 3, to disti
DFA
- 正则式转化有穷自动机
SoftICE_564
- 这是一个用来调试驱动开发的一个调试器,可以编译和调试基于NDIS机制的驱动开发。-This is a debugger to drive the development of a debugger, Compiling and Debugging can be based on the NDIS driver development mechanism.
Stepper.rar
- A program in mikropascal that controls a stepper motor with PIC16F690,A program in mikropascal that controls a stepper motor with PIC16F690
regex
- 正则表达式解释器实现原理,每一个学习计算机的人都必须知道的,谁看谁知道哦-Regular expression interpreter implementation principle, each person must learn the computer know who to see who knows oh
complierDesign
- 一个C语言编译器,包括词法分析,语法分析,中间代码生成。-a C language compiler, including lexical analysis, parsing, intermediate code generation.
Qtftpclient.rar
- 使用Qt编写的FTP客户端源代码,这个在一些Linux或unix的项目中会使用到,而且其也可以作为学习Qt编写网络程序的例子,Written using the Qt source code for FTP client, the Linux or unix in a number of projects will be used to, and its Qt can also be used as learning examples of the preparation of network
040410204
- 算符优先文法 1. 可以使用任何语言来完成,例如:Java、C、C++。 2. 文法采用常用的方式进行描述,例如:S→aA。 3. 以文件方式读取文法。 4. 分别求出每一个非终结符的FIRSTVT和LASTVT集。 5. 画出算符优先关系表。 6. 判定读入的文法是否是算符优先文法。 7.给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来。