-
简单的LL1分析器,可以作为学习,作业用.
简单的LL1分析器,可以作为学习,作业用.-simple LL1 analyzer can be used as study, work with.
- 2023-03-02 14:25:04下载
- 积分:1
-
这是非常实用的程序。
这是非常实用的程序。- This is the extremely practical procedure.
- 2022-06-02 16:39:16下载
- 积分:1
-
简单的词法扫描器,可以分析各种简单的C原文件
简单的词法扫描器,可以分析各种简单的C原文件-simple lexical scanner, a simple analysis of the original documents C
- 2022-01-28 07:06:25下载
- 积分:1
-
正则式到有穷自动机 最近刚学了编译原理 搞出来得这个东西
正则式到有穷自动机 最近刚学了编译原理 搞出来得这个东西-to DFA has recently compiled a study of the principles of producing more things
- 2022-06-15 14:07:55下载
- 积分:1
-
布尔表达式的翻译
布尔表达式的翻译- Boolean expression translation
- 2022-05-07 00:53:13下载
- 积分:1
-
Compiler
编译器源代码相关的东西
- 2022-02-25 23:25:52下载
- 积分:1
-
编译原理课程设计报告+词法分析器(C++)源代码
逐个读入源程序字符并按照构词规则切分成一系列单词。单词是语言中具有独立意义的最小单位包括保留字、标识符、运...
编译原理课程设计报告+词法分析器(C++)源代码
逐个读入源程序字符并按照构词规则切分成一系列单词。单词是语言中具有独立意义的最小单位包括保留字、标识符、运算符、标点符号和常量等。-Principles of curriculum design compiler report lexical analyzer (C++) By reading the source code into the source of characters and word formation rules in accordance with the cut into a series of words. Word is the language with the smallest unit of independent significance, including reserved words, identifiers, operators, and constants, such as punctuation.
- 2022-07-14 05:54:40下载
- 积分:1
-
The realization of a compiler is the compiler of the principle of the course at...
一个编译器的实现,是编译原理这门课的期末一个大作业-The realization of a compiler is the compiler of the principle of the course at the end of a big operation
- 2022-08-26 09:41:17下载
- 积分:1
-
LL (1) parser
LL(1)语法分析器,在任何时候,总控程序都是按照栈顶符号X和当前输入符号a行事的。对于任何(X,a),总控程序每次都执行下述三种可能的动作之一:
若X=a=’#’,则宣布分析成功,停止分析过程;
若X=a≠’#’,则把X从栈顶逐出,让a指向下一输入符号;
若X是一个非终结符,则查看分析表M。若M中存放着一条关于X的产生式,那么,首先把X逐出栈顶,然后,把产生式的右部符号按反序一一推进栈,同时做这个产生式相应的语义动作(目前不管)。若M[X,a]中存放着一条出错标志,则调用出错诊查程序Error。-LL (1) parser
- 2022-04-20 05:21:39下载
- 积分: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