资源列表

« 1 2 ... .74 .75 .76 .77 .78 779.80 .81 .82 .83 .84 ... 1383 »

[编译器/词法分析token

说明:词法分析程序的功能 输入:源程序 输出:二元组(词法记号,属性值/其在符号表中的位置)构成的序列。 例如:对源程序 x:=5 if (x>0) then x:=2*x+1/3 else x:=2/x # 经词法分析后输出如下序列: (10,’x’)(18, :=) (11,5) (26, ) (2, if ) (27,( )-Function of lexical analysis program input: source output: pair (lex
<> 在 2025-06-22 上传 | 大小:3kb | 下载:0

[编译器/词法分析jufafenxi

说明:c—语言的句法分析器。读入一个C--语言程序,判断该程序是不是一个合法的C--语言程序。如果程序有语法和语义错误,则给出错误信息。-c-language parser. Read into a C- language program, to determine whether the program is not a valid C- language program. If the program has syntax and semantic errors, then gives an er
<蓝旺隆> 在 2025-06-22 上传 | 大小:39kb | 下载:0

[编译器/词法分析cifafenxi

说明:c—语言的词法分析器。将一个C--语言程序分割成token串的序列。处理C--语言的所有token类型。内附实验报告。-c-language lexical analyzer. A C- language program is divided into token strings of sequence. Treatment C- language of all token types. Containing the test report.
<蓝旺隆> 在 2025-06-22 上传 | 大小:49kb | 下载:0

[编译器/词法分析tigerCompiler

说明:tiger language compiler
<nausicaa> 在 2025-06-22 上传 | 大小:630kb | 下载:0

[编译器/词法分析bianyi

说明:一个编码器,用它可以对程序进行译码、编码等功能,并最终呈现给用户。-An encoder can use it to process decoding, encoding and other functions, and eventually presented to the user.
<江南> 在 2025-06-22 上传 | 大小:12kb | 下载:0

[编译器/词法分析suanfuyouxianwenfafenxiqi

说明:编译原理专题实验实现 算符优先文法分析器-Compiler theory experimental realization operator precedence grammar topic Analyzer
<隐士> 在 2025-06-22 上传 | 大小:2kb | 下载:0

[编译器/词法分析wumpus

说明:wumbus a programe to examine bus system
<dina demartis> 在 2025-06-22 上传 | 大小:85kb | 下载:0

[编译器/词法分析yufa

说明:语法分析器,编译原理实验,用递归下降分析法,可分析表达式-Parser, compiler theory test, using recursive descent analysis, the expression can be analyzed
<曲鹏> 在 2025-06-22 上传 | 大小:347kb | 下载:0

[编译器/词法分析LR(0)

说明:本文件由visualc++6.0编译,完整实现了pl0词法语法程序设计和实现.-This document compiled by the visualc++6.0, complete realization of the pl0 lexical grammar program design and implementation.
<史阿訇> 在 2025-06-22 上传 | 大小:599kb | 下载:0

[编译器/词法分析cifafenxiqi

说明:词法分析器 用c++语言描述,希望对大家有用-cifafenxiqi
<nicolapple> 在 2025-06-22 上传 | 大小:2kb | 下载:0

[编译器/词法分析yufafenxiqi

说明: 语法分析器,用C++语言描述-Parser with C++ language to describe
<nicolapple> 在 2025-06-22 上传 | 大小:4kb | 下载:0

[编译器/词法分析in

说明:编译原理中的词法分析器的生成,比较适合初学者-Build on the principle of lexical analyzer generation, more suitable for beginners
<> 在 2025-06-22 上传 | 大小:134kb | 下载:0
« 1 2 ... .74 .75 .76 .77 .78 779.80 .81 .82 .83 .84 ... 1383 »

源码中国 www.ymcn.org