CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - yuan

搜索资源列表

  1. Pascal

    0下载:
  2. 《编译原理实践教程》中的程序作了一些扩展,可以将程序转化成四元式。 本人认为书上的程序极为垃圾!- \"Translation Principle Practice Course\" the center procedure has made some expansions, may transform the procedure four Yuan types. Myself think in the book procedure extremely trash!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:34.73kb
    • 提供者:Mephisto
  1. zhou_compiler

    0下载:
  2. 我的编译原理课程设计。类PASCAL的语法,仿造PL0文法,采用递归子程序法生成中间代码-四元式。没有实现中间代码的优化。-I compiler theory of curriculum design. PASCAL syntax, copy PL0 grammar, using recursive method subroutine code generation middle-4 yuan style. Not achieved intermediate code optimization.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:62.16kb
    • 提供者:周伟斌
  1. 简单的语义分析basic

    0下载:
  2. 简单易用 易看的编译器 带词法分析和语法分析 输出是二元式和四元式 使用读取文件的方式进行编译 功能基本完整-easy to use easy to see the compiler with lexical analysis and parsing the output of which is dual-and four yuan-use read the document compiled basic functional integrity
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:32.39kb
    • 提供者:cly
  1. 四元转换器

    0下载:
  2. 四元式分析器。供初学者借鉴和使用。只要使用算符优先算法。-four yuan analyzer. For beginners learn from and use. As long as the operator priority to the use of algorithms.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:36.88kb
    • 提供者:巫丙亮
  1. 编译课设

    0下载:
  2. 算术表达式词法和语法分析程序,递归下降法,四元式-arithmetic expression morphology and syntax analysis procedures, recursive method, four yuan -
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3.12kb
    • 提供者:吧是否
  1. WHILE语句的翻译

    0下载:
  2. 用简单优先法设计并编写一个WHILE循环语句的语法及语义分析程序并输出用四元式表示的中间代码,同时实现词法分析程序对单词序列的词法检查和分析。-simple priority Design and prepare a WHILE loop is the syntax and semantic analysis procedures used and output 4 yuan, said the middle-code, while achieving lexical analysis proc
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-22
    • 文件大小:10.21kb
    • 提供者:fdf
  1. myCompiler000

    0下载:
  2. 一个很一般的编译程序 有词法分析,语法分析,语议分析,和最终生成四元式,但是出错处理较简单,大部分用的C语言,但加了一个四元式类,本人感觉这个程序很垃圾,但可以做个参考!-a very general compilers have lexical analysis, grammar, language proposed analysis, and generate the final-four yuan, But mistakes in handling more simple, with
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:25.16kb
    • 提供者:严铁成
  1. 1020310725

    0下载:
  2. 一个很一般的编译程序有词法分析,语法分析,语议分析,和最终生成四元式,但是出错处理较简单,大部分用的C语言,但加了一个四元式类,本人感觉这个程序很垃圾,但可以做个参考!.. -a very general compilers have lexical analysis, grammar, language proposed analysis, and generate the final-four yuan, But mistakes in handling more simple, with
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.89kb
    • 提供者:liujun
  1. tiaojianshuchu

    0下载:
  2. LL输出4元式,运用C语言编程,语言简洁明白!-LL-output four yuan, using the C programming language, concise language to understand!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3.42kb
    • 提供者:紫风
  1. byyli_java

    1下载:
  2. java语言 编写 的 语法分析器可以自动 生成中间代码 四元式-java language syntax analyzer can automatically generate code among four yuan -
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:22.78kb
    • 提供者:学贤
  1. daimashc

    0下载:
  2. 目标代码生成,从四元式到汇编语言的翻译-object code generation, from four yuan to the compilation-language translation.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7.16kb
    • 提供者:laidayuan
  1. fzyjfy

    1下载:
  2. 一个简单赋值语句翻译为四元式的动态教学程序,效果非常好,值得学习编译程序的朋友下载一看,看后一定会有不一样的感受.-a simple assignment for the translation of the four yuan-dynamic teaching procedures, the effect was very good, worth learning compiler downloaded a friend to read and of course there is not t
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6.2kb
    • 提供者:xym
  1. ljSimple

    0下载:
  2. 输入一个DO-WHILE的语句,进行词法分析,词法分析器利用超前搜索,状态转换等方法,将源程序转化成为一个一个的单词符号二元式,如果词法分析无误,则进入语法分析部分,使用简单优先法进行文法分析,为每个终极符与非终极符之间定义优先关系,利用优先关系进行移进-规约,如果能规约到文法的开始符,则文法分析成功,输出四元式.-importation of a DO-WHILE statements, lexical analysis, lexical analyzer using advanced sea
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:59.77kb
    • 提供者:liujing
  1. slrwenfayuju

    0下载:
  2. 基于slr文法的语句分析,输出四元式,并判断语句是否符合文法要求-based on the language grammar analysis, the output - four yuan, and a judgment statement with grammar requirements
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7.93kb
    • 提供者:chengning
  1. diguisuanfa

    0下载:
  2. 基于递归文法的编译课设实现,生成四元式,以及判断是否为该文法-based on recursive grammar compiler Course located realized, four yuan-generation, and judge whether to grant grammar
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5.8kb
    • 提供者:chengning
  1. caoyuting

    0下载:
  2. 实现了简单的Simple语言的编辑器,包括词法分析,语法分析,生成四元式,以及生成符号表功能,在符号表中还可以进行查询与删除.-achieve a simple Simple language editors, including lexical analysis, grammar analysis, generation-four yuan, Generation and symbol table functions in the symbol table can also make inqu
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.26mb
    • 提供者:cyt
  1. Project-

    0下载:
  2. 编译器包括词法分析器,语法分析器,最后生成四元式-compiler including lexical analyzer and parser, the last four yuan-Generation
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:69.95kb
    • 提供者:侯晓婷
  1. Expression_c++

    0下载:
  2. 一个C++对赋值语句的翻译,能输出四元式-a C on assignment for the translation, can output four yuan -
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10.64kb
    • 提供者:林峰
  1. zhongjiandaima321

    0下载:
  2. 编译的中间代码生成,生成4元组,用的是至顶向下分析-intermediate compiler code generation, the group generated four yuan, is the top-down analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.39kb
    • 提供者:chen
  1. 四元式

    1下载:
  2. c实现的四元式,模拟编译原理来实现,程序本身没什么难度,不过写这种程序能进一步加深对编译原理的理解!-c 4 yuan to achieve the style, analog compiler principles to achieve, the process itself little more difficult, but to write such a procedure would further deepen the understanding of compiler theory
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5.49kb
    • 提供者:断翼
« 12 3 »
搜珍网 www.dssz.com