资源列表
Destructor.cpp
- Destructor Example with cla-Destructor Example with class
Lexical-analyzer-code
- 词法分析器代码,用的JAVA语言,比较简单,可以作为课件演示-Lexical analyzer code, with JAVA language, is simpler, can be used as a courseware demonstration
ag
- 词法分析程序,可对以下的C源程序进行分析:main() {int a[12] ,sum for(i=1 i<=12 i++) {for(j=1 j<=12 j++)scanf(\"%d\",&a[i][j]) } for(i=12 i>=1 i--){ for(j=12 j>=1 j--){ if(i==j&&i+j==13)sum+=a[i][j] } } printf(\"%c\",sum) }-lexical analysis procedures, right b
WordAnalysOperator
- 词法分析器,实现了编译原理的词法分析 ,-Lexical analyzer, compiler implementation of the principle of lexical analysis,
cifafenxiqi
- 这是c语言的语法分析器,用递归向下的方法实现。
简单的词法分析器 java 实现
- 简单的词法分析器 java 实现
CHANGE
- 用于一个小型表达式输入的简易编译器,c语言版的
wordtype
- C编写的词法分析器,可以实现词法分析,不过是单个字母-C prepared lexical analyzer, lexical analysis can be achieved, but a single letter
SLR
- this is a code for SLR parser generator written in C
pci
- code for simple pci to turn on or off LED
crc_code_3
- this code is for checking the crc connection
symtbl
- Symbol table program for a compiler construction