-
词法分析器实现 c语言
词法分析器实现 c语言 - The morphology analyzer realizes the c language
- 2022-03-09 13:24:04下载
- 积分:1
-
这是一个小时候玩的游戏 走迷宫
这是一个小时候玩的游戏 走迷宫- This the game which a childhood played walks the labyrinth
- 2022-01-25 18:23:24下载
- 积分:1
-
一个多线程,多流程的脚本编译解释平台,能够同时运行多份脚本代码,流程可以直接加载任意接口的动态库,执行数据库库访问,存储过程和sql语句,加载支持双接口的com...
一个多线程,多流程的脚本编译解释平台,能够同时运行多份脚本代码,流程可以直接加载任意接口的动态库,执行数据库库访问,存储过程和sql语句,加载支持双接口的com,支持多机通讯,曾用于cti开发,-A multi-threaded, multi-process platform to explain the script compiler that can run multiple copies of the script code, the process can directly interface to load arbitrary dynamic library, the implementation of the database library access, stored procedures and sql statements, support for dual-interface load com in support of multi-machine communications, CTI has been used for development,
- 2022-09-07 17:35:03下载
- 积分:1
-
算术表达式词法和语法分析程序,递归下降法,四元式
算术表达式词法和语法分析程序,递归下降法,四元式-Arithmetic expression lexical and syntax analysis, recursive descent method, type Quaternion
- 2023-08-07 09:20:03下载
- 积分:1
-
编译原理独立词法分析程序
编译原理独立词法分析程序- Translation principle independent lexical analyaer
- 2022-03-16 06:38:21下载
- 积分:1
-
1. 构造一小型C语言SimpleC的编译器软件,达到综合理解和运用编译原理课程所讲解的关键过程(词法分析、语法分析、静态语义分析、代码生成)及相关算法的目的。...
1. 构造一小型C语言SimpleC的编译器软件,达到综合理解和运用编译原理课程所讲解的关键过程(词法分析、语法分析、静态语义分析、代码生成)及相关算法的目的。
2. 通过本实验理解和掌握一般编译程序的程序组织方法和测试方法。
-1. Tectonic a small SimpleC the C language compiler software. achieve comprehensive understanding and use of compiler theory courses on the key processes (lexical analysis, grammar analysis, static semantic analysis, Code Generation) and the related purpose of the algorithm. 2. The passage of the experiment to understand and master the general compiler of the methods and procedures for organizations testing methods.
- 2023-03-02 11:40:04下载
- 积分:1
-
good to evaluate program equations data and embedd the code directly into data b...
good to evaluate program equations data and embedd the code directly into data base
- 2022-06-13 12:19:44下载
- 积分:1
-
一个有用的演示程序,供学习单片机的朋友很有用的。
一个很有用的demo程序,对于学习单片机的朋友很有用的。-A useful demo program for learning Singlechip Friend very useful.
- 2023-03-28 13:30:03下载
- 积分:1
-
PL0语法分析器
PL0语法分析器-PL0 parser
- 2023-03-01 15:20:03下载
- 积分: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