CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - yufafenxi

搜索资源列表

  1. yufafenxi(LL1)

    0下载:
  2. 编写语法分析程序,实现对算数表达式的语法分析。要求所分析算数表达式由如下的文法产生。 E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num 实验要求:在对输入表达式进行分析的过程中,输出所采用的产生式。 -Write parser, to achieve the syntax of arithmetic expressions. Requirements of arithmetic expressions generated
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2502
    • 提供者:lzydwd
  1. yufafenxi

    0下载:
  2. 编译原理实验代码 语法分析的设计和实现 实验3 -Compiled code parsing principle experiment design and implementation of experiments 3
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:1474
    • 提供者:Harry
  1. yufafenxi

    0下载:
  2. 编译原理的一个语法分析的程序,主要是对联BASIC 语言进行的分析 已调试能过,可以执行.-Compilation Principle of a parsing process, mainly couplet BASIC language for the analysis has been able to debug, you can perform.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:1028
    • 提供者:tiger
  1. yufafenxi

    0下载:
  2. 该代码描述的是某些文法的语法分析程序,用于文法的语法分析。-The code describes some of the grammar of the parser for the grammar, syntax analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:645
    • 提供者:prunue
  1. yufafenxi

    0下载:
  2. 在vc下写了一个关与编译原理的语法四元式分析程序分为词法和语法部分-Wrote under the vc off with a compiler theory of syntax analysis procedure is divided into four yuan-type part of the lexical and syntax
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:6518
    • 提供者:zhangyx
  1. yufafenxi

    0下载:
  2. 采用C++实现语法分析过程,以加强对语法分析过程的理解-Using C++ implementation parsing process to enhance understanding of the process of parsing
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2588
    • 提供者:wrs
  1. yufafenxi

    0下载:
  2.  语法分析是编译过程的一个逻辑阶段。语法分析的任务是在词法分析的基础上将单词序列组合成各类语法短语,如“程序”,“语句”,“表达式”等等.语法分析程序判断源程序在结构上是否正确.源程序的结构由上下文无关文法描述.语法分析程序可以用YACC等工具自动生成。-Grammar analysis is a logical compile process stage. The task of grammatical analysis is in a separate lexical analysis on
  3. 所属分类:文件格式

    • 发布日期:2017-04-16
    • 文件大小:249229
    • 提供者:懒人
  1. yufafenxi

    0下载:
  2. 这是一个描述编译原理的,是关于编译原理的词法分析的-This is a descr iption of compiler theory, is compiled on the principle of lexical analysis
  3. 所属分类:其他小程序

    • 发布日期:2017-04-10
    • 文件大小:1473
    • 提供者:宇磊
  1. yufafenxi

    0下载:
  2. 语法分析程序,用C语言实现,是词法分析的延伸,生成编译器的关键所在。-Parser, implemented in C language, an extension of lexical analysis, the key to generate compiler.
  3. 所属分类:C#编程

    • 发布日期:2017-04-13
    • 文件大小:2259
    • 提供者:郑磊
  1. yufafenxi

    0下载:
  2. 理解语法分析的功能和实现机制。掌握递归向下的语法分析方法。-Understand the syntax analysis functions and mechanisms. Master recursion down syntax analysis method.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1204
    • 提供者:叶素芬
  1. yufafenxi

    0下载:
  2. 通过设计、编制、调试一个典型的语法分析程序,实现对词法分析程序所提供的单词序列进行语法检查和结构分析,进一步掌握常用的语法分析方法。-A typical parser through the design, development, debugging, syntax checking and structural analysis of word sequences provided by the lexical analyzer, and further understand the syn
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:841999
    • 提供者:瞿蛋蛋
  1. yufafenxi

    0下载:
  2. PL0语言的编译器,实现对输入的.txt文件的高级语言到低级语言的转化。-The compiler of PL0 language
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:3944
    • 提供者:caoyuan
  1. yufafenxi

    0下载:
  2. 语法分析器,可识别符号。对于一个英文文本,识别每个单词什么。 -Grammar Parser
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:9806
    • 提供者:yingzai
  1. yufafenxi

    0下载:
  2. c语言的语法分析器,只提供了部分简单的功能,所以仅供大家参考!-c language parser, only simple functions, so only for your reference!
  3. 所属分类:Compiler program

    • 发布日期:2017-11-27
    • 文件大小:4577
    • 提供者:张罗了
  1. yufafenxi(LL1)

    0下载:
  2. 该程序为LL(1)自顶向下词法+语法分析器,输入特定语句,输出LL(1)自动机栈的情况-failed to translate
  3. 所属分类:Compiler program

    • 发布日期:2017-11-29
    • 文件大小:268819
    • 提供者:feng
  1. yufafenxi(LR0)

    0下载:
  2. 该程序未LR(0)自底向上语法分析器,模拟LR(0)自动机栈的情况。语法文件里面有-failed to translate
  3. 所属分类:Compiler program

    • 发布日期:2017-11-30
    • 文件大小:266288
    • 提供者:feng
  1. yufafenxi

    0下载:
  2. 编译原理_语法分析,并能输出判断是否正确。-Compiler theory _ syntax analysis, and to determine whether the correct output.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3068
    • 提供者:jay
  1. yufafenxi

    0下载:
  2. 用C++编写的简单的语法分析,参照编译原理相关书籍,简单易懂。-Using C++ to write a simple syntax analysis, reference books compiler theory, simple and understandable.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:986
    • 提供者:党阳
  1. yufafenxi

    0下载:
  2. 用java实现的语法分析器,可以实现语法分析的基本功能。-Realization of java parser, you can achieve the basic functions of grammatical analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:35326
    • 提供者:xiebiwei
  1. yufafenxi

    0下载:
  2. 编译原理 语法分析 用于分析汇编语言的语法方面的程序源代码-Assembly language syntax analysis is used to analyze the assembly language of the grammar of the program source code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:1050
    • 提供者:王盛铧
« 1 2 3 45 »
搜珍网 www.dssz.com