-
I did not know is good ha
我也不知道好不好的- I did not know is good ha-ha
- 2022-03-01 19:59:52下载
- 积分:1
-
这是我们学校平时实习的四个内容:词法分析、递归下降子程序、ll1语法分析、lr0语法分析 是我用c++编写的。...
这是我们学校平时实习的四个内容:词法分析、递归下降子程序、ll1语法分析、lr0语法分析 是我用c++编写的。-This our peacetime training schools of the four elements : lexical analysis, recursive decline subroutine, ll1 syntax analysis, lr0 syntax analysis is used c prepared.
- 2023-07-15 19:55:03下载
- 积分:1
-
这是一个词法分析程序,能够区分标识符、数字、表达式。程序输入为一个文件,程序结果保存到一个链表中。...
这是一个词法分析程序,能够区分标识符、数字、表达式。程序输入为一个文件,程序结果保存到一个链表中。-This is a lexical analysis procedure and can distinguish identifier, figures and expression. Procedures for the importation of a document, the results of the proceedings to preserve a Linklist.
- 2022-09-26 21:45:02下载
- 积分:1
-
语法分析,编译原理,是Pascal子集C ..
编译原理中的语法分析,是对以PASCAL的一个子集编写的编译程序,功能还行,自己看着用吧-Compiler Construction Principles of grammar analysis, is to a subset of PASCAL compiler preparation procedures, functions also visit with your own watch
- 2023-02-15 04:00:04下载
- 积分:1
-
一个语法分析程序,C++写的,内含原码和exe文件. 开发工具:DEV
一个语法分析程序,C++写的,内含原码和exe文件. 开发工具:DEV-C-a program of parsing,write in c++,which include original code and exe file.develope tools:DEV-C
- 2022-06-20 09:28:38下载
- 积分:1
-
计算机器程序~ 附带词法分析~
计算机器程序~ 附带词法分析~- Computation machine program ~ supplementary lexical analysis
~
- 2022-01-24 17:09:53下载
- 积分:1
-
adaboost code in matlab
adaboost code in matlab
- 2022-01-26 06:23:19下载
- 积分:1
-
C++编写的词法分析器,分析器的操作结构。
C++编写的词法分析器,解释器构造作业。-C++ Prepared lexical analyzer, parser operating structure.
- 2022-02-01 22:11:27下载
- 积分: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
-
- 2022-04-22 10:51:22下载
- 积分:1