-
编写一个C语言的子集的词法分析程序,对C语言源代码程序进行扫描,识别简单语言的基本字、标识符、无符号整数、运算符和界符等单词符号,产生的单词转换成特别码表示,形...
编写一个C语言的子集的词法分析程序,对C语言源代码程序进行扫描,识别简单语言的基本字、标识符、无符号整数、运算符和界符等单词符号,产生的单词转换成特别码表示,形成word文件(单词序列)保存。-CCwordSequence) preservation.
- 2022-01-26 05:44:59下载
- 积分:1
-
词法分析的程序设计
词法分析的程序设计- Lexical analysis programming
- 2023-01-01 21:20:03下载
- 积分:1
-
编译原理的课程设计,if
编译原理的课程设计,if-else条件语句的翻译,包括语法分析和词法分析。-compiler theory of curriculum design, if-else statements for the translation, grammatical analysis and lexical analysis.
- 2022-01-26 15:25:08下载
- 积分:1
-
将文本文挡的标识分开
将文本文挡的标识分开-to block texts from the logo
- 2022-08-14 17:44:09下载
- 积分:1
-
又一个Pascal 到C的转换器
又一个Pascal 到C的转换器 -Another Converter from Pascal to C
- 2022-01-24 15:09:03下载
- 积分:1
-
录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法分析过程...
录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法分析过程-Input valid LR (0) grammar, the output of LR (0) analysis table, and can parse the input sentence is the output corresponding grammatical analysis
- 2022-07-07 02:47:16下载
- 积分:1
-
用C写的简易C编译器
用C写的简易C编译器-C write simple C compiler
- 2022-05-18 06:04:10下载
- 积分:1
-
K-nearest neighbor classifier (k-NN) is a nonparametric approach for classification. It does not require the priori knowledge such as priori probabilities and the conditional probabilities. It operates directly towards the samples and is categorized as an instance-based classification method.
- 2022-07-21 10:25:47下载
- 积分:1
-
本程序实现了简单的编译器功能,是用PL0语言编写的,思路明确...
本程序实现了简单的编译器功能,是用PL0语言编写的,思路明确-This procedure achieved a simple compiler function is PL0 languages, ideas clearly
- 2022-06-02 01:55:43下载
- 积分:1
-
commonly used programming language syntax and grammar forms to the public. Among...
现将本人搜集常用的程序设计语言的词法和形式文法提供给大家。其中,词法是按LEX格式编辑,形式文法是按YACC格式书写,大家可直接用LEX和YACC工具编译生成各类程序设计语言的分析器。-commonly used programming language syntax and grammar forms to the public. Among them, morphology is based on LEX format editing, grammar form is written by YACC format, we can use the LEX and YACC tools various compiler generation programming language analyzer.
- 2022-02-01 15:12:35下载
- 积分:1