资源列表

« 1 2 ... .13 .14 .15 .16 .17 418.19 .20 .21 .22 .23 ... 1384 »

[编译器/词法分析PL0

说明:PL/0的C语言版本,供大家参考,如有不对,请说明-PL/0 of the C language version
<韩伟> 在 2024-10-12 上传 | 大小:8192 | 下载:0

[编译器/词法分析calculator

说明:一个词法分析器的例子,采用递归子程序进行解析-Example of a lexical analyzer, recursive subroutine used for analytical
<tstao> 在 2024-10-12 上传 | 大小:8192 | 下载:0

[编译器/词法分析ArrayStatik

说明:About array in delphi
<Eko Indriyawan> 在 2024-10-12 上传 | 大小:8192 | 下载:0

[编译器/词法分析lexicalanalysis

说明:设计一个词法分析器。 【基本要求】 词法分析器基本功能是: (1) 输入源程序:输入PASCAL源程序; (2) 输出单词,输出形式为:(序号,单词,对应源程序行号,对应源程序列号); (3) 输出出错信息,输出形式为:(出错行号,出错列号,出错信息); (4) 输出符号表,输出形式为:(单词种别码,单词符号); 【测试数据】 (1)输入源程序: program example1 var
<陈小丽> 在 2024-10-12 上传 | 大小:8192 | 下载:0

[编译器/词法分析lr0

说明:LR分析法是一种自下而上进行规范归约的语法分析法,L指从左到右扫描输入符号串,R是指构造最右推导的逆过程。对大多数无二义性上下文无关文法描述的语言都可用它进行有效的分析。主要分析器有LR(0),SLR(1),LR(1),LALR(1): LR(0):在分析的每一步,只需根据当前栈顶状态而不必向前查看输入符号就能确定应采取的分析动作。所能分析的LR(0)文法要求文法的每一个LR(0)项目集中都不含冲突项目。 -LR anal
<大海> 在 2024-10-12 上传 | 大小:8192 | 下载:0

[编译器/词法分析type

说明:使用lex和yacc生成简单的编译器,生成语法分析树、完成类型检查等功能-The use of lex and yacc to generate a simple compiler, syntax analysis generated trees, the completion of type checking and other functions
<天寅> 在 2024-10-12 上传 | 大小:8192 | 下载:0

[编译器/词法分析PL0

说明:用递归下降的方法来设计PL/0编译器。以下我们给出该语言的FIRST和FOLLOW集合。-The decline in use of recursive methods to the design of PL/0 compiler. Below we give the language of the FIRST and FOLLOW set.
<李绿叶> 在 2024-10-12 上传 | 大小:8192 | 下载:0

[编译器/词法分析ViEditor

说明:Vi editor is used in UNIX language is a browser, used to create small programs, we can write even large programs by using different commands available.
<varma15> 在 2024-10-12 上传 | 大小:8192 | 下载:0

[编译器/词法分析fibonocci

说明:MPLAB IDE program for generating fibonocci series.
<gopi> 在 2024-10-12 上传 | 大小:8192 | 下载:0

[编译器/词法分析led-delay(halfsec)

说明:MPLAB IDE program for continous LED blinking-MPLAB IDE program for continous LED blinking
<gopi> 在 2024-10-12 上传 | 大小:8192 | 下载:0

[编译器/词法分析primenumbers

说明:MPLAB IDE program for identifying the prime number
<gopi> 在 2024-10-12 上传 | 大小:8192 | 下载:0

[编译器/词法分析sorting-n-numbers

说明:MPlab IDE program for sorting n numbers
<gopi> 在 2024-10-12 上传 | 大小:8192 | 下载:0
« 1 2 ... .13 .14 .15 .16 .17 418.19 .20 .21 .22 .23 ... 1384 »

源码中国 www.ymcn.org