-
c―语言的句法分析器。读入一个C
c―语言的句法分析器。读入一个C--语言程序,判断该程序是不是一个合法的C--语言程序-c-language parser. Reading into a C-- Language Program, the judgment that the procedure was not a legitimate C-- Language Program
- 2023-07-23 18:45:02下载
- 积分:1
-
目的:通过编写简单的YACC程序熟悉YACC词法分析工具的基本用法,及词法分析器的设计思路。编写包括赋值语句、if语句以及含有加合乘运算的表达式等语法结构的pa...
目的:通过编写简单的YACC程序熟悉YACC词法分析工具的基本用法,及词法分析器的设计思路。编写包括赋值语句、if语句以及含有加合乘运算的表达式等语法结构的pascal子集语言的语法分析器。 功能:程序由两个模块LEX和YACC构成,YACC使用LEX分析后的正规单词输出流-Objective : to prepare a simple procedure with YACC YACC lexical analysis of the basic tools to use, and the lexical analyzer designs. Preparation including assignment if statements containing Addition and multiplication of expressions such as grammatical structure of the pascal subset of the language syntax analyzer. Function : procedures by the two modules constitute LEX and YACC, YACC LEX analysis using the formal word output streams
- 2022-01-26 03:38:11下载
- 积分:1
-
一个计算器程序,利用了编译原理的知识,可以用来作为一个例子,学习编译原理...
一个计算器程序,利用了编译原理的知识,可以用来作为一个例子,学习编译原理-a calculator procedure, and use of compiler theory of knowledge, could be used as an example to study compiler theory
- 2022-08-26 13:29:23下载
- 积分:1
-
这是一个非常经典的二叉平衡树,希望大家能够喜欢
这是一个非常经典的二叉平衡树,希望大家能够喜欢-This is a very classic balance of the two forks tree and I hope we can like
- 2022-03-21 08:12:41下载
- 积分:1
-
trigonometri program that I write in C
trigonometri program that I write in C-trigonometri program that I write in C++
- 2023-01-22 00:25:03下载
- 积分:1
-
OllyMachine是在VC 6.0下开发的,请打开OllyMachine.dsp,然后按F7编译。它大约有10000行源代码,主要分成两个大类:Assemb...
OllyMachine是在VC 6.0下开发的,请打开OllyMachine.dsp,然后按F7编译。它大约有10000行源代码,主要分成两个大类:Assembler和VM。
- 2022-11-16 14:00:03下载
- 积分:1
-
是我刚完成的,大家请多指教
是我刚完成的,大家请多指教- Was I just completes, everybody please advised
- 2022-03-19 09:46:44下载
- 积分:1
-
词法分析器 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值...
词法分析器 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值在一定区间进行区分(使用if语句来判断),分开来后,对其所在ASCII值区间的不同,给予以不同的属性(比如:系统保留字…),词法分析器完成后要能识别+,-,=等字符。-lexical analyzer on the importation procedures for analysis, keyword, the word reservation system with separate identifier, and a description of their attributes. The establishment of an array, you read the word, the right word ASCII judgment, in ASCII value in a certain area and distinguish between (use to determine if statements), separately, its value lies ASCII range of different, to give a different properties (such as : system retain the word ...), after the completion of a lexical analyzer to identify,-, =, etc. characters.
- 2022-02-26 09:14:02下载
- 积分:1
-
小程序,编程的EEPROM编程
Pony Prog, programa para programar eeprom
- 2022-03-25 18:37:21下载
- 积分:1
-
token 词法分析 C++写成,就是一个词法分析的一个实验报告,比较方便需要的同事...
token 词法分析 C++写成,就是一个词法分析的一个实验报告,比较方便需要的同事-token Lexical Analysis C++ languages, is a lexical analysis of an experimental report, more convenient to the needs of colleagues
- 2022-09-10 11:35:03下载
- 积分:1