登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:词法分析
  3. 发布时间:今天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. SNLC

  本程序是使用C语言实现SLN语言的编译器功能,包括词法分析,语法分析,语义分析以及优化生成功能。(SLN language compiler features implemented in C)

10
下载
249
浏览
2021-03-24发布

2. lex

  词法分析器又称扫描器。词法分析是指将我们编写的文本代码流解析为一个一个的记号,分析得到的记号以供后续语法分析使用。词法分析器的工作是低级别的分析:将字符或者字符序列转化成记号。(Lexical analyzer, also known as scanners. Lexical analysis refers to the text of the code we write flow analysis for a token one, analyze the resulting syntax notation for subsequent analysis. Lexical analyzer' s job is low-level analysis: the character or sequence of characters converted into tokens.)

4
下载
169
浏览
2015-03-22发布

3. WordAnalyse

  词法分析程序:通过有穷自动机实现给定程序的词法分析。(failed to translate)

1
下载
147
浏览
2013-05-02发布

4. PL0

  PL0词法分析,有源代码和word说明。源代码较为详细,注释较多!(PL0 lexical analysis, source code and the word description. More detailed source code, comments, more!)

11
下载
150
浏览
2011-05-26发布