资源列表

« 1 2 ... .71 .72 .73 .74 .75 876.77 .78 .79 .80 .81 ... 1383 »

[编译器/词法分析bianyiyuanlicifafenxi

说明:词法分析 1、通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 2、编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本关键字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示) 有实验报告-Lexical Analysis 1, through the design of t
<盼盼> 在 2025-06-20 上传 | 大小:524kb | 下载:0

[编译器/词法分析bianyiyuanliyufafenxi

说明:语法分析的功能: 语法分析是编译过程的核心部分,它的主要任务是按照和程序语言的语法规则,从由词法分析输出的源程序符号串中识别出各类语法分析成分,同时进行语法检查,为语义分析和代码生成作准备。 有报告-Parsing functions: syntax analysis is the core of the compiler process, its main tasks and procedures in accordance with the grammatical rules of
<盼盼> 在 2025-06-20 上传 | 大小:1.1mb | 下载:0

[编译器/词法分析yuyifenxiyuanmahebaogao

说明:语义分析的功能: 第一,审查每个语法结构的静态语义,即验证语法结构合法的程序是否真正有意义。有时把这个工作称为静态语义分析或静态审查。第二,如果静态语义正确,语义处理则要执行真正的翻译,即,或者将源程序翻译成程序的一种中间表示形式(中间代码),或者将源程序翻译成目标代码。 有报告-Semantic analysis of the functions: First, review each of the grammatical structure of the static semanti
<盼盼> 在 2025-06-20 上传 | 大小:1.08mb | 下载:0

[编译器/词法分析FundamentalsofCompilingcourseonline

说明:编译原理ppt学习编译原理的好帮手有上机作业和习题-Compiler Construction Principles ppt principles of learning to compile a good helper have on operations and exercise machine
<王平> 在 2025-06-20 上传 | 大小:6.21mb | 下载:0

[编译器/词法分析cifafenxiqi

说明:C语言的词法分析器,功能比较简单,可识别部分关键字,变量,常量,标识符。-C language lexical analyzer function is relatively simple to identify some keywords, variables, constants, identifiers.
<秦始皇> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[编译器/词法分析NCFFX

说明:本人用VC自己做的词法分析器,-I use VC to do their own lexical analyzer
<黄亚川> 在 2025-06-20 上传 | 大小:1.88mb | 下载:0

[编译器/词法分析cifafenxi

说明:一个用C语言写的词法分析程序,输入所给文法的源程序字符串,输出二元组构成的序列。附有实验报告-Using C language to write a lexical analysis program, enter the source string to the grammar, the output sequence of binary units. With the experimental report
<雨涵> 在 2025-06-20 上传 | 大小:30kb | 下载:0

[编译器/词法分析byyl

说明:编译原理-Compiler Construction Principles
<wanghui> 在 2025-06-20 上传 | 大小:7.26mb | 下载:0

[编译器/词法分析cifafenxi

说明:词法分析程序:一. 为PL/0语言建立一个词法分程序GETSYM(函数) 把关键字、算符、界符称为语言固有的单词,标识符、常量称为用户自定义的单词。为此设置三个全程量:SYM,ID,NUM 。 SYM:存放每个单词的类别,为内部编码的表示形式。 ID:存放用户所定义的标识符的值,即标识符字符串的机内表示。 NUM:存放用户定义的数。 GETSYM要完成的任务: 1. 滤掉单词间的空格。 2. 识别关键字,用查关键字表的
<xxx> 在 2025-06-20 上传 | 大小:7kb | 下载:0

[编译器/词法分析cifafenxi

说明:上课时老师给的一个词法分析器,很好用。注意:使用时要在工程中建立exa.txt.-Class teachers to a lexical analyzer, a very good use. Note: when used in the project to establish exa.txt.
<侯琳> 在 2025-06-20 上传 | 大小:7kb | 下载:0

[编译器/词法分析0503056316

说明:实现对文本文档里的程序进行词法分析,在另一文件里输出分析结果-The realization of a text document in the lexical analysis process, in another document the results of the analysis output
<maochong> 在 2025-06-20 上传 | 大小:178kb | 下载:0

[编译器/词法分析ANSI+C+grammar

说明:C语言编译器的Lex及Yacc词法及语法分析规则源码-C language compiler Lex and Yacc analysis of lexical and grammatical rules of source
<wu> 在 2025-06-20 上传 | 大小:21kb | 下载:0
« 1 2 ... .71 .72 .73 .74 .75 876.77 .78 .79 .80 .81 ... 1383 »

源码中国 www.ymcn.org