资源列表
Analyser
- 这是一份由C#编写的C——语言的解释器,其功能比较齐全-This is a C# written by the C- language interpreter, the function of relatively complete
xunhuanyuju
- 通过设计、编制、调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。-By design, compilation, debugging a syntax and semantic analysis program, syntax and semantic analysis to deepen understanding of the principles.
c-compiler-design-source
- 一个超级牛B的人设计的c编译器,包含全部源码!-A super cow who designed B c compiler, contains all the source code!
PIC16F688_I2C_24LC512_EEPROM_HTC
- this code is for 24LC256 for 16f8-this code is for 24LC256 for 16f877
SNLcompiler
- 一种SNL语言的编译器,包括词法分析,语法分析等-SNL compiler of a language, including lexical analysis, syntax analysis
fix_channel
- fix_channel ka频段,卫星信道建模仿真。-fix_channel,satellite channel fix.
HtmlParser_v3
- 自己写的一个html文件解析器,希望能给大家作为参考-Html file to write a parser that will give you as a reference
pascal-bianyiqi
- 一个简单的类Pascal语法的语法分析器 能检查出重复定义的变量和未定义的变量 还有能检查出两边数据类型不一致-A simple class of Pascal syntax parser can check out the duplicate definition of variable and undefined variables also can check out both sides of the inconsistent data types
snl
- 编译原理 snl 上下文无关文法 一共104条-snl 上下文无关文法 一共014条
The-decimal-turn-hex
- 十进制数值转换成是十六进制,如果要八进制转十六进制一样简单,把那个 d写成 o,输入八进制数就可以了。-Octal value is converted to hexadecimal, hexadecimal if you want to switch to decimal as simple to write that d o, enter the decimal number on it.
Tiny
- 此是Tiny编译器的一个模版,很经典的编程,从最近的扫描,语法分析,到语义分析,再到代码的生成,每一步都比较完美!-This is a template compiler Tiny, classic programming from the recent scan, syntax analysis, to the semantic analysis, code generation and then, every step of the more perfect!
NFA-CONVERT-TO-DFA
- 编写程序读取nfa.txt,构造出NFA的数据结构,并编写算法实现NFA到DFA的转化。-Write a program to read nfa.txt, the data structure constructed NFA and NFA to DFA write algorithm transformation