搜索资源列表
1
- 编译原理的语法分析实验,里面含有一个TXT文档,将其内容复制到VC中便可运行-Compiler parsing principle experiment, which contains a TXT document, its contents can be copied to the VC in the running
c
- 详细介绍了几种语法分析的方法及可行性分析,是研究该方向的专业博士论文。-Detailed analysis of several grammatical method and feasibility analysis is to examine the direction of the professional doctoral dissertation.
MPEG2_TS_analyse
- 目前,我国数字电视的信道传输的三种主要传输方式都有了统一明确的国家标准。其主要差别是信道编码、调制方法,但视频和音频信源处理和系统层复用都是以MPEG-2为基础的编码方案。MPEG-2标准自制定以来,已经成为数字电视领域中系统层的普遍标准。能够熟悉MPEG-2传输流码流语法结构,并运用分析工具对系统进行常规的检测分析,为快速确认系统故障,从而排除故障保证系统正常运行,对于广大工程技术人员十分必要。本文介绍MPEG-2传输流的语法结构及复用,及ETR290标准规定的传输码流3级错误检测参数,同时结
yufafenxi
- 语法分析是编译过程的一个逻辑阶段。语法分析的任务是在词法分析的基础上将单词序列组合成各类语法短语,如“程序”,“语句”,“表达式”等等.语法分析程序判断源程序在结构上是否正确.源程序的结构由上下文无关文法描述.语法分析程序可以用YACC等工具自动生成。-Grammar analysis is a logical compile process stage. The task of grammatical analysis is in a separate lexical analysis on
compiler
- 编译原理实验,包含词法分析,语法分析,语义分析等功能文档-Compiling principle experiment, including morphology analysis, grammatical analysis, the function such as semantic analysis document
Parsing
- 编制一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析。-The preparation of a recursive descent parser, syntax checking and word structure to achieve lexical analysis program provided by sequence analysis.
sy2
- 使用C++语言编写的对编译原理中语法分析这个步骤的实现-Grammatical analysis