资源列表
by1
- 一个词法分析器的程序,供大家参考
Haffmancode2
- 利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。-Algorithm using Huffman coding and decoding system, repeated display and process the following items until the opt-out so far.
cifa
- 编译原理词法分析器读磁盘文件进行词法分析,
CHARGEMENT
- chargement loading source c
CiFaFenXiFrame
- 一个词法分析程序,用JAVA实现的,是图形界面的
ansi_lex
- 标准C的词法分析的Lex文件,可以用lex来 编译生成标准C的词法分析部分-standard C lexical analysis Lex documents can be used to lex standard C compiler generation of lexical analysis
ccdetect.tar
- Little program to detect the compiler used to compile it by evaluating predefined defines. Use as reference when you need to detect a specific compiler.
GLPS
- 帮助计算功率谱熵,可以提取故障特征向量。等内容-Help calculate the power spectrum entropy can be extracted fault feature vectors. , Etc.
rttable.cc
- This a routing table protocol-This is a routing table protocol
Lcsgrammer
- 用c语言实现简单的编译原理中的一条语句的词法分析。
234567
- 选取无符号数的算术四则运算中的各类单词为识别对象,要求将其中的各个单词识别出来。 输入:由无符号数和+,-,*,/, ( , ) 构成的算术表达式,如1.5E+2-100。 输出:对识别出的每一单词均单行输出其类别码(无符号数的值暂不要求计算)。