-
用C开发的C语言编译器,实现了词义、语义、语法检查和分析
用C开发的C语言编译器,实现了词义、语义、语法检查和分析-C development of the C language compiler and realized the meaning, semantics, syntax check and analysis
- 2022-05-27 22:12:06下载
- 积分:1
-
用C#做的《编译原理》的PROJECT
用C#做的《编译原理》的PROJECT--语法分析器(算符优先法)
文法,句子均支持从TXT文件输入或者手工键入,分析结果可保存为RTF文件-With C# To do the
- 2022-09-12 13:50:03下载
- 积分: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
-
一个程序,用于判定给定的文法是否为算符优先文法。 实现了:1.文法的机内表示;2. FIRSTVT集和LASTVT集的计算; 3. 算符优先关系矩阵的构造。...
一个程序,用于判定给定的文法是否为算符优先文法。 实现了:1.文法的机内表示;2. FIRSTVT集和LASTVT集的计算; 3. 算符优先关系矩阵的构造。-a procedure for the determination of grammar to whether the operator priority to grammar. Realized : 1. Grammar said the machines; 2. LASTVT FIRSTVT sets and set computing; 3. Operator precedence relations of the matrix structure.
- 2022-02-18 16:37:46下载
- 积分:1
-
一种小型的语言编译器
一个小型C语言编译器- A small C language compiler
- 2022-01-26 04:28:25下载
- 积分: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
-
汇编语言的操作要求下的2语法表…
汇编语言的作业要求根据G 2文法的预测分析表来判断一个语句是否符合G 2文法,并且显示出处理过程及调用预测分析表的情况.-assembly language under the operational requirements of the G 2 grammar Table Forecast and Analysis to determine whether a statement G 2 grammar, and shows the process and called prediction analysis of the table.
- 2022-02-14 03:45:03下载
- 积分:1
-
脚本处理控件源码,支持的脚本格式有:Pascal,C++,JScript,Basic
脚本处理控件源码,支持的脚本格式有:Pascal,C++,JScript,Basic- Script processing controls the source code, supports the script
form includes: Pascal, C, JScript, Basic
- 2022-07-08 18:59:14下载
- 积分:1
-
词法分析程序,可对以下的C源程序进行分析
词法分析程序,可对以下的C源程序进行分析:main() {int a[12] ,sum for(i=1 i=1 j--){ if(i==j&&i+j==13)sum+=a[i][j] } } printf("%c",sum) }-lexical analysis procedures, right below the C source code analysis : main () (int a [12] [12], the sum for (i = 1 ilt; I = 12) (for (j = 1 JLT; J = 12) Scanf ( "% d", a [i] [j])) for (i = 12 IGT; a = i--) (for (j = 12 IGT; = 1 j--) (if (i == ji j == 13) sum = a [i] [j])) printf ( "% c", sum
- 2022-07-19 15:44:58下载
- 积分:1
-
和YACC一样,但是提供对继承属性的语义计算
和YACC一样,但是提供对继承属性的语义计算-Same as YACC, but it provide the semantic calculation for inherited property
- 2023-02-27 02:25:03下载
- 积分:1