-
卷积码的MATLAB仿真及其性能测试,包括卷积码的编码和VITERBI译码程序...
卷积码的MATLAB仿真及其性能测试,包括卷积码的编码和VITERBI译码程序-Convolutional codes of MATLAB simulation and performance testing, including convolutional codes encoding and decoding procedures VITERBI
- 2023-08-30 09:35:03下载
- 积分:1
-
Speech Signal a legal code, enter the random voice signals, can be A Law 13 Line...
语音信号a律编码,输入随机语音信号,可进行A律13折线编码,并译码-Speech Signal a legal code, enter the random voice signals, can be A Law 13 Line coding and decoding
- 2022-02-13 17:36:24下载
- 积分:1
-
这是一个使用标准 C 开发的简单的可以对 C 语言程序进行语法检查的程序,本程序检查你的程序中小括号、中括号、大括号、单引号、双引号、/* */ 注释等的配对情...
这是一个使用标准 C 开发的简单的可以对 C 语言程序进行语法检查的程序,本程序检查你的程序中小括号、中括号、大括号、单引号、双引号、/* */ 注释等的配对情况,可以及时发现程序中存在的语法错误情况。-This is a standard C development can be a simple C language syntax procedures for the inspection procedures, the procedures check your procedures small brackets, brackets, brackets, the single quotes, double quotes,/**/Notes for the match, found it timely procedures the errors of grammar.
- 2023-08-21 19:30:02下载
- 积分:1
-
从各种控件中获得数据 自动生成XML文档 并通过XSLT转换为其他形式的XML文档...
从各种控件中获得数据 自动生成XML文档 并通过XSLT转换为其他形式的XML文档-from a variety of data access controls which automatically generate XML and XSLT through conversion to other forms of XM L Documents
- 2022-02-04 09:58:24下载
- 积分:1
-
汉语原代码,具有词法分析,句法分析功能 很好的程序
汉语原代码,具有词法分析,句法分析功能 很好的程序-Chinese source with lexical analysis and parsing functions good procedures
- 2023-04-24 09:05:03下载
- 积分:1
-
pl0, written in C, small and there are examples! Detailed notes
pl0,用C写的,短小精悍,还有实例!详细注解-pl0, written in C, small and there are examples! Detailed notes
- 2022-02-05 16:40:04下载
- 积分:1
-
thread 多线程演示
thread 多线程演示-thread multithreading demonstrates
- 2022-03-03 16:10:02下载
- 积分:1
-
source for the program source code files directory exe executable file for the d...
source 为程序源代码文件目录
exe 为可执行文件目录
pics 为所有处理好的图片的目录
需要预先安装MinGW
MinGW为Mini Gnu for Windows
里面包含gcc for windows的编译器
将其拷贝值某目录,然后设置环境变量
path x:MinGWin
即可通过gcc(g++)命令进行编译-source for the program source code files directory exe executable file for the directory of pics for all deal with the need for a good picture of the catalog pre-installed MinGWMinGW for Mini Gnu for Windows which contains gcc for windows compiler to copy the value of a certain directory, and then set the environment variable path x: MinGW in you through the gcc (g++) command to compile
- 2022-07-22 12:54:55下载
- 积分:1
-
convert MATHML to SVG
convert MATHML to SVG
- 2022-08-11 08:39:56下载
- 积分: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