资源列表
bophp-0[1].10.tar
- BoPHP是一个用于bossogg的Web接口,它使用PHP和它内建的XML语法分析器 -BoPHP for bossogg is a Web interface, which uses PHP and its built-in XML parser
SLR1
- 在VC下打开LRTrans1.dsp,阅读工程LRTrans1,LRTrans1为一个加、乘(适当扩充可为四则)运算表达式的SLR语法分析器,规定其文法如下: 文法3: (0) S ->E (1) E->E+E (2) E->E*E (3) E->(E) (4) E->i 经分析其SLR(1)分析表如下(分析表按“操作符运算优先级和运算符的结合率”方法解决冲突——*优先集高于+,*和+的结合率均为左结合) -In
[C-Language]Lexical-Analysis
- 编译原理 词法分析 程序 源代码 可直接运行 自己编写-Compilation principle, [C Language]Lexical Analysis.zip,Source Code
snlying6
- 1、 学会针对DFA转换图实现相应的高级语言源程序。 2、 深刻领会状态转换图的含义,逐步理解有限自动机。 3、 掌握手工生成词法分析器的方法,了解词法分析器的内部工作原理 -1, the Institute against DFA conversion map corresponding high-level language source. 2, deeply understand the state transition map meaning, and graduall
supermktsoft-42335
- supermktsoft management sample
lajihuishou
- C#垃圾回收演示,通过这个程序能看清楚垃圾内存在C#中的回收-C# rubbish recycling demonstration through this procedure can take a good look at garbage in C# memory of recovery
Analysis
- 编译语言之词法分析,用于分解编程语言之中的每一个有意义的单词,并提示错误地方-Compiled language lexical analysis, programming language being used to break down every meaningful word, and prompts the wrong place
jiandanyouxian
- 我前一段时间,做的一个编译原理实验的作业 请大家为我多提意见-some time ago I was doing a translation principle experiment Operating I invite you to do so
cli
- 命令行解释器,寸C语言实现,没有调用任何类库,适合小型系统移植-Command-line interpreter, inch C language, do not call any library, for small system migration
bianyi0
- 一个用C++编写的词法分析器程序,可以添加关键字。-a C + + prepared by the lexical analyzer procedures, can add the keyword.
正则式到有穷自动机
- 正则式到有穷自动机 最近刚学了编译原理 搞出来得这个东西-to DFA has recently compiled a study of the principles of producing more things
LALR(1)forwins
- 一个LALR(1)语法分析器,可以输入文法进行分析,也可以分析句子,非常方便-an LALR (1) parser, can be imported to analyze grammar, sentence can be analyzed, very convenient