CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 SCSI/ASPI 搜索资源 - requirements

搜索资源列表

  1. yufafenxi(LR)

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

    • 发布日期:2012-12-20
    • 文件大小:4.01kb
    • 提供者:lzydwd
  1. 2

    0下载:
  2. 设计并实现C语言的语分析程序,实现对算术表达式的语法分析。要求所分析算术表达式由如下的文法G产生: EE+T|E-T|T TT*F|T/F|F Fid|(E)|num 实验要求:在对输入表示进行分析的过程中,输出所采用的产生式。-Design and implement C language, language analysis program to realize the arithmetic expression parsing. Requirements of a
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1.03kb
    • 提供者:CC
  1. analysis

    1下载:
  2. 编写语法分析程序,实现对算术表达式的语法分析。要求所分析算术表达式由如下的文法产生: E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num 实验要求:在对输入表达式进行分析的过程中,输出所采用的产生式。 编程实现算法4.2,为给定文法自动构造预测分析表。 编程实现算法4.1,构造LL(1)预测分析程序。-Write a parser, parsing arithmetic expressions. Requirem
  3. 所属分类:Compiler program

    • 发布日期:2015-07-01
    • 文件大小:5kb
    • 提供者:
  1. pl0

    0下载:
  2. PL0编译器的功能扩展,编译原理课设要求,对for的增加,包括测试程序与头文件-PL0 compiler extensions, compiler theory courses set requirements for the increase, including the test program and header files
  3. 所属分类:Compiler program

    • 发布日期:2017-11-17
    • 文件大小:293.7kb
    • 提供者:刘淑慧
  1. AD590

    0下载:
  2. 本文设计了一种实用新型计算机温度采集系统,采用AD590作温度传感器,ADC0809作模数转换器。该系统原理简单,结构紧凑,成本低廉,适用于需要多点测温的场合,广泛应用于工业生产和人们日常生活中,并显示出了经济、可靠的优越性。本文对系统中的各个组成部分的原理、功能、线路图、芯片的功能作了一个详细的介绍,测量误差符合系统所规定的要求。-Designed a utility model computer temperature acquisition system, using AD590 as a
  3. 所属分类:Compiler program

    • 发布日期:2017-11-11
    • 文件大小:1.75mb
    • 提供者:周向阳
  1. jflex-1.4.1

    0下载:
  2. 用java语言编写的词法分析器,可以根据manual的要求编写词法文件,自动生成语法分析器。-Lexical analyzer java language, according to the requirements of the manual preparation of lexical files, and automatically generate a parser.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-06
    • 文件大小:1.01mb
    • 提供者:ericxing
  1. xsd

    0下载:
  2. 新生代企业网站管理系统是一款基于php+mysql+smarty的免费开源建站系统。整套系统的设计构造,完全考虑大中小企业类网站的功能要求,网站的后台功能强大,管理简捷,支持模板机制,配置中英文双语言版-The new generation of enterprise website management system is a free, open source based php+mysql+smarty Station system. The entire system is design
  3. 所属分类:Compiler program

    • 发布日期:2017-11-18
    • 文件大小:2.03mb
    • 提供者:雷晨杰
  1. grammar

    0下载:
  2. 编译原理实验的语法分析器,实现语法分析器的基本要求-Parser compiler principle experiment, to achieve the basic requirements of the parser
  3. 所属分类:Compiler program

    • 发布日期:2017-11-30
    • 文件大小:202.23kb
    • 提供者:xwz
  1. bianyiyuanli

    0下载:
  2. ,, 清华大学编译原理decaf-part1,包含了测试代码,及其要求-,,,, Tsinghua University compiled the principle of decaf-part1, includes test code, and its requirements,,,,,,,
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1.6mb
    • 提供者:wei wei
  1. CP_test_1

    0下载:
  2. 编译原理实验 词法分析 一、实验目的: 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 二、实验内容 编制一个能够分析整数、小数、字符串、标识符、分隔符、运算符和关键字的词法分析程序。同时要能过滤行注释和块注释。 三、实验要求 1、词法规则 关键字: if、then、else、while、do、int、float、string、begin、en
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1.62mb
    • 提供者:jchen
  1. SynaxAnalyzer

    0下载:
  2. 语法分析器,用来检验在源代码中,句子是否满足这中语言的语法要求,适合于初学 编译原理的学生。-Parser, used to test the source code, a sentence which meets the requirements of the language syntax, suitable for beginners compiler theory students.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:22.02kb
    • 提供者:徐李仙
  1. 1

    0下载:
  2. 编写语义分析程序,实现对算术表达式的类型检查和求值。要求所分析的算术表达式由如下文法产生: E->E+T | E-T | T T->T*F | T/F | F F-> id | (E) | num -Write semantic analysis procedures, to achieve the type checking and arithmetic expressions are evaluated. Requirements analysis a
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1.78kb
    • 提供者:frank
  1. (first-follow-select)

    0下载:
  2. 构造LL(1)语法分析程序,任意输入一个文法符号串,并判断它是否为文法的一个句子。程序要求为该文法构造预测分析表,并按照预测分析算法对输入串进行语法分析,判别程序是否符合已知的语法规则,如果不符合(编译出错),则输出错误信息-Construct LL (1) parser, enter an arbitrary string of grammar symbols, and determine if it is a sentence grammar. Procedural requirements
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:198.91kb
    • 提供者:张丽
  1. cifafenxi

    0下载:
  2. 本应用程序为词法分析器,课程设计所用,功能较简单,对于课程设计来说则符合要求。-This application is a lexical analyzer, curriculum design, function is relatively simple, meets the requirements for curriculum design.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:103.1kb
    • 提供者:李峰
  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
    • 文件大小:2.85mb
    • 提供者:小飞
  1. compile

    0下载:
  2. 编译实验:词法分析器+语法分析器+生成器,实现了实验要求的所有内容-Experimental compilation: lexical analyzer++ parser generator, achieved all test requirements of content
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:1.47mb
    • 提供者:
  1. pidcanshu

    0下载:
  2. 可实现单纯寻优,避免局部解,速度快,能够实现对单纯形的要求。-Simple optimization can be achieved to avoid partial solutions, fast, able to achieve the requirements of the simplex.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:7.57kb
    • 提供者:金才良
  1. danchunxing

    0下载:
  2. 可实现单纯寻优,避免局部解,速度快,能够实现对单纯形的要求,实现求解。-Simple optimization can be achieved to avoid partial solutions, fast, able to achieve the requirements of the simplex.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:4.75kb
    • 提供者:金才良
  1. Chapter_2

    0下载:
  2. ABAQUS二次开发软件,由于原软件无法满足功能要求,因此需要用户自行定义-ABAQUS secondary development of software, because the original software can not meet the functional requirements, and therefore is subject to user-defined
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1.03mb
    • 提供者:LiWei
搜珍网 www.dssz.com