资源列表
123
- 主要实现多字节字符串和双字节字符串互转的极其各自的相关处理、5.0下编译通过、-Mutual Convert a string of multi-byte and double-byte string handling extremely respective 5.0, compiled by
yucefenxi
- 是一款很简单的预测分析表的构造,横容易看懂,如果不懂建议再去看看C++,里面有几处故意缺少点东西,是希望你们去钻研的
suanshudeshuxingfanyi(VC)
- 编译原理中的语义实现中的算术表达式的属性翻译
LL(1)compiler.rar
- 一个LL1语法分析程序。学习编译原理时可供参考。,A LL1 parser. Learning for reference when compiling principle.
phrase_analysisi
- 简单的词法扫描器,可以分析各种简单的C原文件-simple lexical scanner, a simple analysis of the original documents C
GFq_LDPC_NTT
- 用C语言编的多进制LDPC码编译码仿真程序-Encoding and decoding of LDPC codes
viterbi
- 此程序用于对(4,1,6)维特比译码的实现-viterbi
woodana
- 词法分析器 实现计算机对字符的分析过程-lexical analyzer computer right in the process of analyzing the characters
camshift_wrapper
- blob analisys for pedestrian identification
ll1fenxi
- LL1文法分析器的例子,用vc++6.0制作,调试成功-LL1 grammar analyzer example, produced using vc 6.0, debug success
pl0
- 北京航空航天大学 编译原理 课程设计 PL0编译器 基本功能-Northern the PL0 compiler basic function
编译原理 词法分析
- 编译原理 词法分析 [实验项目] 完成以下正则文法所描述的C和Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <单字符分界符> →+ ︱- ︱* ︱; ︱(︱) <双字符分界符>→<大于>=︱<小于>=︱<小于>>︱<冒号>=︱