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

资源列表

« 1 2 ... .17 .18 .19 .20 .21 422.23 .24 .25 .26 .27 ... 785 »
  1. compiler

    0下载:
  2. 一个基于C0文法的编译器,转换为P-code并解释执行-C0 grammar-based compiler, output is P-code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:945806
    • 提供者:Matrox
  1. Compiler

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(简单优先法、输出三地址表示)-DO-WHILE loop of the translation process design (a simple priority method, the output address of said three)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4083
    • 提供者:张朝辉
  1. dowhilee

    0下载:
  2. 1.1写出符合给定的语法do-while语句, 此语句符合LL(1)的文法,分析方法 的文法及属性文法。 1.2完成do-while语句的中间代码三地址表示的描述。 1.3写出do-while语句语法分析方法的思想,完成语法分析和语义分析程序设计。 1.4编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。-1.1 write in line with the syntax of a given do-while statement, the sta
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:145874
    • 提供者:李伟霞
  1. ifelse

    0下载:
  2. 此程序是对条件语句进行翻译,输入一个条件语句,例如:if B then C1 else C2,先进行词法分析,词法分析的主要任务是:从左到右逐个字符地对源程序进行扫描,产生一个个的单词符号,把作为字符串的源程序改造成为单词符号串的中间程序,词法分析是编译的基础,词法分析的功能是输入源程序,输出单词符号(关键字,标识符,常数,运算符,界符),词法分析完成之后,再进行LL(1)语法分析,语义分析,最后输出四元式(语法分析,属性文法,四元式的相关知识技术描述如下)-This procedure is
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:74841
    • 提供者:李伟霞
  1. while

    0下载:
  2. 否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。 (2) 该程序应该包括词法分析器,能对输入的语句进行词法分析,然后再对输出结果。词法分析器应能识别关键字,标示符,常量,操作符等。 (3) 该程序的语法分析器能对输入的语法进行分析,判断输入语句能否满足while循环语句的文法。通过简单优先的方法对语句进行分析,看能否能归约到文法的开始符号。 (4) 该程序的语义分析器就是对分析结果进行输出,要求输出结果是三地址形式的。-Compliance with the s
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:60276
    • 提供者:李伟霞
  1. sequenl

    0下载:
  2. 模拟采用指定结构对文件进行存储。能够处理以下的情形: ①能够输入给定的存储空间大小,文件的个数及大小; ②能显示出各文件占用空间的情况。 -Simulated using a file storage structure. Able to handle the case of the following: ① to enter the storage space given the size, number and size of documents ② documents to
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:1831
    • 提供者:李伟霞
  1. FOR

    0下载:
  2. 编译课程设计,FOR语句的简单优先分析,程序功能强大,能针对任意简单优先文法,自动识别生成简单优先矩阵。可以支持FOR的无限嵌套,四元式地址输出。-Compiler design courses, FOR priority analysis of a simple statement, the program is powerful and can be a priority for arbitrary simple grammar, automatic identification of pr
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:254887
    • 提供者:wangyao
  1. PIC16F77CC

    0下载:
  2. PIC15F877 CCS C Code
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:25272
    • 提供者:Nisar
  1. bianyi(While_Do)

    0下载:
  2. 编译原理课程设计,循环语句的语法分析及语义分析(WHILE_DO) 含源代码,设计报告,一应齐全-Principles of curriculum design compiler, the syntax of loop analysis and semantic analysis (WHILE_DO) containing the source code, design the report, one should be complete
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:1142118
    • 提供者:陈晓强
  1. do-while

    0下载:
  2. 实现do while 循环语句的翻译 LR方法 输出三地址-do while .cpp
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:303220
    • 提供者:43653463466
  1. while

    0下载:
  2. WHILE循环语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。-WHILE loop syntax and semantic analysis procedures, better understanding of the syntax and semantic analysis of understanding of the principles and procedures to achieve lexical analysis of
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:112857
    • 提供者:aipeng
  1. Contrast

    0下载:
  2. Contrast Stretching on C6416
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:46659
    • 提供者:Uday
« 1 2 ... .17 .18 .19 .20 .21 422.23 .24 .25 .26 .27 ... 785 »
搜珍网 www.dssz.com