-
c language program, some of the commonly used algorithms, and from the network t...
c语言程序,一些常用的算法,来源于网络收集,希望大家指教。-c language program, some of the commonly used algorithms, and from the network to collect, we hope the exhibitions.
- 2022-04-01 21:32:37下载
- 积分:1
-
这是一份实验报告,目的是掌握YACC的使用方法,了解YACC处理二义性的方法。
用YACC等工具生成如下文法表示的表达式对应的计算器
exp...
这是一份实验报告,目的是掌握YACC的使用方法,了解YACC处理二义性的方法。
用YACC等工具生成如下文法表示的表达式对应的计算器
exp->exp + exp | exp - exp| exp * exp |exp / exp |exp ^ exp | - exp |(exp) |NUM
对于输入的表达式,能输出结果。比如:
3 +(4 *5)结果应为23
当出现错误时可以进行错误处理。
-This is a test report, the purpose is to master the use YACC to learn YACC handling of the ambiguity approach. Using tools such as YACC grammar that generates the following expression for the corresponding calculator exp-> exp+ exp | exp- exp | exp* exp | exp/exp | exp ^ exp |- exp | (exp) | NUM expression for the input type, can be output. For example: 3+ (4* 5) the result should be 23 when the error can be error-handling.
- 2022-05-23 10:34:44下载
- 积分:1
-
对于中文分词词典,并对词典数据进行标注…
用于中文分词的切分词典,还有词性标注,以这个词典数据库为基础建立文本分类,文本检索或文本过滤可以节省很多时间.很全,强烈推荐!-for the Chinese word segmentation Dictionary, and tagging to the dictionary database based text classification, text retrieval or text filtering can save a lot of time. All very strongly recommended!
- 2022-08-10 07:33:12下载
- 积分:1
-
PL/0教学语言的编译程序原代码。
PL/0教学语言的编译程序原代码。-PL/0 teaching language compiler original code.
- 2022-03-10 12:25:48下载
- 积分:1
-
词法分析器一个很不错的程序,源代码。 看看吧
词法分析器一个很不错的程序,源代码。 看看吧- A morphology analyzer very good procedure, source code. Has a
look
- 2022-07-19 14:51:33下载
- 积分:1
-
win32 exe程序反汇编
win32 exe程序反汇编-win32 the exe procedure instead assembles
- 2022-05-06 00:56:41下载
- 积分:1
-
在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序...
在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。
PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。
该软件为PL/0语言编译程序,所实现的扩充功能如下:
1.增加单词:保留字 ELSE,FOR,TO, DOWNTO
2.增加运算 +=,-=,++,--
3.不等号# 改为
4.增加条件语句的ELSE子句
5.扩充语句:
①FOR := TO DO
②FOR := DOWNTO DO
其中,语句①的循环变量的步长为1,
语句②的循环变量的步长为-1。
概述
源文件: *.plo
目标文件: *.COD
实现平台:C++ Builder6.0
-the compiler, the source language of PL/0 language, target language of the imaginary stack of computer assembly language. PL/0 language Pascal language is a subset of, PL/0 compilers including the right PL/0 language source analysis, category PCODE compiler code generation and the virtual machine running on to explain the formation PCODE category code functions. PL/0 language compiler
- 2022-07-12 21:52:18下载
- 积分:1
-
对一个文件可以分词的系统,挺有用的哦
对一个文件可以分词的系统,挺有用的哦-right can be a Word document system, quite the oh
- 2022-06-26 22:57:00下载
- 积分:1
-
用VC写的一个词法分析器,学习编译原理时特别有用。
用VC写的一个词法分析器,学习编译原理时特别有用。-VC write a lexical analyzer, compiler theory when learning particularly useful.
- 2022-04-30 03:29:40下载
- 积分:1
-
Based on VIRTOOLS packaging tools can be packaged into exe files virtools
基于VIRTOOLS的封装工具,可以把virtools文件打包成为exe-Based on VIRTOOLS packaging tools can be packaged into exe files virtools
- 2022-07-15 23:05:40下载
- 积分:1