资源列表
java
- 用JAVA实现的编译原理大作业,大家可以下下来参考一下!-JAVA
LexicalAnalyser.zip
- 词汇分析
compil
- un compilateur à l’aide des outils Lex et Yacc pour un sous ensemble du langage C, le spC et de générer un code à trois adresses proche du langage assembleur, le 3aC.
C2
- 这个是计算器的编程源码- This is the calculator programming source code
00002
- 并且在卷积码编码过程中,添零数为k1*(L-1)=2,(注:L=3),再对序列进行图示的映射,可通过以下程序实现:-in convolution coding process, the number of zero-Tim k1 * (L-1) = 2, (Note : L = 3), then right sequence shows the mapping process can be achieved through the following :
cffxq
- 简单的分析词法,显示分析后的运行情况及有关的单词符号-Simple lexical analysis shows that the operation analysis and the symbols of words
diguixiajiangfa
- 本程序是用c编写的词法分析器,采用的是递归下降法。
2
- 编译原理对LL1文法的判断和对first集和follow集地部分处理-LL1 grammar compiler theory of judgments and the first set to set and follow some process
jiexiangguang_multiusers
- 基于多用户下的JXG误码率,MATLAB-Based on multi-user bit error rate JXG under, MATLAB
asg1
- SSD-5 Assignment 1, 9 exercices
binaryoperatoroverloading
- binary operator overloading in c-binary operator overloading in c++
C++
- 词法分析是编译程序的第一个处理阶段,可以通过两种途径来构造词法分析程序。其一是根据对语言中各类单词的某种描述或定义(如BNF),用手工的方式构造词法分析程序。例如,可根据文法或状态转换图构造相应的状态矩阵,该状态矩阵同控制程序便组成了编译程序的词法分析程序;-Lexical analysis is a compiler of the first processing stage, can be two ways to construct the lexical analysis process.