CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 语法分析程序

搜索资源列表

  1. st_1

    0下载:
  2. 本章实验为实验一,任务是编写一个程序对使用C  语言书写的源代码进行词法分析和语法分析(C  语言的文法参见附录A),并打印分析结果。实验要求使用词法分析工具GNU Flex和语法分析工具GNU Bison,并使用C语言来完成。-This chapter first experiment experiments, the task is to write a program to use C  source c
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:866176
    • 提供者:沈通
  1. data-compression_grammar-transform

    0下载:
  2. 基于贪婪连续语法变换的高效通用无损信源压缩算法。本算法主要基于杨恩辉教授的论文。程序分两部分,C#部分进行语法分析,matlab部分进行数字编码。-lossless source compression algorithm based on greed sequantial grammar transform . This algorithm is based on Professor Yang Enhui papers. Program consists of two parts, C# pa
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-06-27
    • 文件大小:104448
    • 提供者:cliff yuan
  1. Recursive-descent-analysis

    0下载:
  2. 构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法-Construct LR (1) parser, and use it for parsing strings determine whether a given recognition for grammar sentences, understanding LR (K) analysis method is strict scan lef
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:15885
    • 提供者:邓三
  1. 4-bianyichengxu-ppt

    0下载:
  2. 编译原理资料:第四章,语法分析-自上而下。语法分析综述,自上而下分析,递归下降分析程序的构造,预测分析程序 -Compiler theory Information: Chapter IV, parsing- top to bottom. Summary of parsing, top-down analysis, structural analysis program recursive descent, predictive analysis program
  3. 所属分类:Compiler program

    • 发布日期:2017-05-20
    • 文件大小:5211450
    • 提供者:zhouxinlin
  1. LR0

    0下载:
  2. 对任意给定的文法G,完成识别文法活前缀的DFA、DFA的状态转化矩阵及LR(0)项目集规范族的构造;判断该文法是否为LR(0)文法,实现LR(0)分析表的构造,并输出到指定文件中;实现LR(0)分析器总控程序,对输入的表达式进行语法分析。-LR (0) Analysis Table and analyzer of structure
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:180586
    • 提供者:言诺
  1. yufafenxi

    0下载:
  2. 熟悉判断LL(1)文法的方法及对某一输入串的分析过程。,学会构造LL(1)语法分析表,完成语法分析器程序,并分析一段程序,输出分析过程 -Familiar judgment LL (1) grammar of a method and the input string analysis process. Structure LL (1) parsing table, complete parser program and a program to analyze the output ana
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4291
    • 提供者:赵雪
  1. lab1

    0下载:
  2. 任务是编写一个程序对使用C 语言书写的源代码进行词法分析和语法分析(C  语言的文法参见附录A),并打印分析结果。实验要求使用词法分析工具GNU Flex和语法分析工具GNU Bison,并使用C语言来完成。在两个强大工具的帮助下,编写一个能进行词法分析和语法分析的程序是一件相当轻松愉快的事情。 需要注意的是,由于在后面的实验中还会用到本次实验已经写好的代码,因此保持一个良好的代码风格、系统地设计代码结构和各模块之间的接口对于整个实验来讲相当重要。 -The ta
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:18597
    • 提供者:沈大川
  1. yyfx

    0下载:
  2. 编译原理课程中,制作简易编译器,这是编译器中简单的使用C++编程的自下而上的语法分析及语义分析程序-Bottom-up syntax analysis and semantic analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:24810
    • 提供者:唐利维
  1. LR0

    0下载:
  2. LR0语法分析,要求:(1)直接输入根据己知文法构造的LR(0)分析表。 (2)输入已知文法的项目集规范族和转换函数,由程序自动生成LR(0)分析表; (3)输入已知文法,由程序自动生成LR(0)分析表。-LR0 parsing requirements: (1) direct input grammar based on the known structure of LR (0) Analysis Table. (2) Enter the known grammar of item
  3. 所属分类:Compiler program

    • 发布日期:2017-05-13
    • 文件大小:2992163
    • 提供者:小飞
  1. Lexer

    0下载:
  2. 通过对PL/0词法分析程序(GETSYM)的分析,并在此基础上按照附录A中给出的PL/0语言的语法描述,编写一个PL/0语言的词法分析程序。此程序应具有如下功能: 输入为字符串(待进行词法分析的源程序),输出为单词串,即由(单词、类别)所组成的二元组序列。 有一定检查错误的能力,例如发现2A这类不能作为单词的字符串。 -By PL/0 lexical analysis program (GETSYM) analysis, PL and on this basis given in a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1653
    • 提供者:Walker
  1. 1345135133

    0下载:
  2. 利用c语言编制递归下降分析程序,并对简单语言进行语法分析-C language using recursive descent parser, and a simple language syntax analysis
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:9640
    • 提供者:ji395173
  1. if-else-program

    0下载:
  2. C/C++开发的编译原理相关程序:IF-ELSE条件语句的翻译程序设计;利用LL(1)文法,对以文件形式输入的if条件语句进行词法、语法及语义分析,并最终得到以四元式形式表示的中间代码,要求将词法及语法分析结果以文件形式输出。-Compiler principles related procedures: translation program designed IF-ELSE conditional statement use LL (1) grammar, for if condition
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:1000241
    • 提供者:许大卫
  1. syntax-analysis

    0下载:
  2. 使用C语言写的语法分析小程序,要借助flex和bison工具,输入符合LCC语言语法的程序段,程序会输出语法树。-Using C language to write the syntax analysis of small programs, with the aid of bison and flex tools, input in accordance with the LCC syntax of the program segment, the program will output th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3768
    • 提供者:majin
  1. yufa100

    0下载:
  2. 利用C语言编制递归下降分析程序,并对简单语言进行语法分析,实现对词法分析程序所提供的单词序列的语法检查和结构分析。-The use of C language drop analysis of recursive procedures, and simple language syntax analysis, the realization of the lexical analysis procedure provided by the grammar checker word sequenc
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:4633
    • 提供者:ssd1d15pamui
  1. CGCompiler-master

    0下载:
  2. 一个编译器(仅词法分析、语法分析、部分语义分析,所以说是前端),拿来分享一下。 整个代码库具有如下功能: 提供编译器所需基础数据结构、计算流程框架类,可供继承使用; 提供基础数据结构的可视化控件; 提供类似YACC的词法分析器、语法分析器自动生成功能; 提供Win form程序,集成和扩展上述功能,方便研究和应用。-A compiler (only lexical analysis, syntax analysis, semantic analysis secti
  3. 所属分类:Compiler program

    • 发布日期:2017-05-06
    • 文件大小:846752
    • 提供者:arjian
  1. bison-and-flex

    0下载:
  2. 利用bison和flex实现简单的词法分析以及语法分析,带有测试程序以及编译说明-Simple lexical analysis and parsing with bison and flex, with test programs and compile instructions
  3. 所属分类:Compiler program

    • 发布日期:2017-05-05
    • 文件大小:41484
    • 提供者:l
  1. YFFX

    0下载:
  2. 语法分析 适用于汉语语法分析的程序 实现自动获取用户文本的汉语语法结构-Grammatical analysis for Chinese grammar analysis program to automatically obtain the user text of the Chinese grammar structure
  3. 所属分类:ELanguage

    • 发布日期:2017-05-04
    • 文件大小:23308
    • 提供者:cbz
  1. syndtctzc-analysis

    0下载:
  2. VC实现的PL0编译器,该程序实现词法分析,语法分析及语义分析-VC realize PL0 compiler, the program realization of lexical analysis, syntactic analysis and semantic analysis
  3. 所属分类:ComboBox

    • 发布日期:2017-12-16
    • 文件大小:67584
    • 提供者:XE_91730
  1. 182839

    0下载:
  2. Lex与Yacc相关的程序,有对sql的词法分析和语法分析的程序-Lex and Yacc related procedures, there are lexical analysis and syntax analysis of SQL procedures
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:17408
    • 提供者:Hablev
  1. 74984910

    0下载:
  2. 本程序实现pascal语言的语法分析,采用递归向下的分析方法,值得新手一看,-This procedure realize PASCAL language syntax analysis, USES the pass to the analysis method of novice is worth a look,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-19
    • 文件大小:14336
    • 提供者:Evayfv
« 1 2 ... 33 34 35 36 37 3839 40 41 42 43 »
搜珍网 www.dssz.com