-
卷积编码器的实现
卷积码编码器的实现,是误码性能分析的一部分-Implementation of convolutional encoder
- 2022-07-12 04:41:25下载
- 积分:1
-
编译原理课程设计
算符优先算法的实现
输出FIRSTVT和LASTVT,算符优先表。...
编译原理课程设计
算符优先算法的实现
输出FIRSTVT和LASTVT,算符优先表。-Principles of curriculum design compiler algorithm operator priority output FIRSTVT and LASTVT, operator priority table.
- 2022-07-09 02:40:09下载
- 积分:1
-
一个用C++编写的C语言词法分析程序,本人在做WEBSPHERE MQ的收发信息时需要对远端发过来的数据进行解析,然后才能确定要发送到哪一个终端,因此写了对词法...
一个用C++编写的C语言词法分析程序,本人在做WEBSPHERE MQ的收发信息时需要对远端发过来的数据进行解析,然后才能确定要发送到哪一个终端,因此写了对词法分析做了一定的研究,也就写了这么一个程序.-prepared by the C language lexical analysis procedures, I do WebSphere MQ the need to send and receive information sent to the remote data analysis, in order to determine where to send a terminal, wrote a pair of lexical analysis done some research, it was such a procedure.
- 2023-07-26 16:15:04下载
- 积分:1
-
Osprey源代码,绝对值得一看,Osprey权威资源代码
Osprey源代码,绝对值得一看,Osprey权威资源代码-Osprey source code is absolutely worth a visit, Osprey authoritative source code
- 2022-02-11 16:54:13下载
- 积分:1
-
这可是我的倾情制作,离卖弄的语法分析器,是自己写的实现程序,不使用他人的结果,直接从原始语法里进行推理计算的,而且这个使用c语言实现的,很多底层函数都是自己来写...
这可是我的倾情制作,离卖弄的语法分析器,是自己写的实现程序,不使用他人的结果,直接从原始语法里进行推理计算的,而且这个使用c语言实现的,很多底层函数都是自己来写,像hash表里的hash函数,还有像动态自增长分配等。当然这个还很不完善,但是已经作了很多工作,差就差在没有找到理想的脚本支持语言,最后没有办法只能用函数指针的数组来进行语义调用了。-this but my DEDECATES production, from the play of parser, written in their own procedures, not to use the results of others directly from the original grammar conducted calculated reasoning, but the use of the c language, many are bottom of their function to write, like hash exterior of the hash function , as from the dynamic growth of distribution. Of course, this is far from perfect, but has made a lot of work, they just lacked the poor fail to find an ideal script language support, no way to the final only with an array of function pointers for the Semantic call.
- 2022-10-31 07:10:03下载
- 积分:1
-
本文件是编译原理的此法分析程序,实用于多种此法分析方法。...
本文件是编译原理的此法分析程序,实用于多种此法分析方法。-This document is to compile the principle of this method analytical procedures this method useful in a variety of analytical methods.
- 2022-07-13 23:18:27下载
- 积分: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
-
language A. A definition of the character set of data type definition
附录A S语言说明 A.1 字符集的定义 3数据类型定义-language A. A definition of the character set of data type definition
- 2022-07-15 06:41:38下载
- 积分:1
-
small c source code for Z80
small c for z80 源代码-small c source code for Z80
- 2022-01-21 19:42:47下载
- 积分:1
-
1、 输入串应是词法分析的输出二元式序列,即某算术表达式“实验项目一”的输出结果。输出为输入串是否为该文法定义的算术表达式的判断结果。
2、 递归下降分析程...
1、 输入串应是词法分析的输出二元式序列,即某算术表达式“实验项目一”的输出结果。输出为输入串是否为该文法定义的算术表达式的判断结果。
2、 递归下降分析程序应能发现输入串出错。
3、 设计两个测试用例(尽可能完备,正确和出错),并给出测试结果
-1, input strings should be the output of lexical analysis of binary sequence, that is, the arithmetic expression of a
- 2022-01-24 15:25:13下载
- 积分:1