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

搜索资源列表

  1. dowhilecycle

    0下载:
  2. 对循环语句: DO〈赋值语句〉WHILE 〈表达式〉 (1) 按给定的题目写出符合简单优先分析方法要求的文法和属性文法描述。 (2) 按给定的题目给出简单优先分析方法的思想及分析表设计。 (3) 按给定的题目给出赋值表达式和控制语句中布尔表达式中间代码序列的结构设计。 (4) 完成相应的词法分析、语法分析和语义分析程序设计。 (5) 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。 -Of the loop: DO < assignment> W
  3. 所属分类:Editor

    • 发布日期:2017-04-05
    • 文件大小:37013
    • 提供者:李伟霞
  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. bianyishiyan

    0下载:
  2. 用visual c++6.0编写的编译原理实验,其中含词法分析、语义分析、算符优先分析的程序。-With the preparation of visual c++6.0 compiler experiment, which included lexical analysis, semantic analysis, the analysis of operator priority procedures.
  3. 所属分类:Editor

    • 发布日期:2017-05-10
    • 文件大小:2158602
    • 提供者:jing
  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. forxunhuanyujukechengsheji

    0下载:
  2. 此为编译原理课程设计——FOR循环语句(简单优先法、输出三地址表示)。可以实现词法分析、语法分析、语义分析,能生成中间代码。功能比较全。-This is the principle of curriculum design compiler- FOR loop (simple priority method, the output address of said three). Can achieve lexical analysis, syntax analysis, semantic ana
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:3823
    • 提供者:lingfei
  1. Lexical_analyzer

    0下载:
  2. 一段进行此法分析的代码,可是实现关键词的搜索,语义分析等功能-Analysis in this section of the code, but the achievement of key words search, semantic analysis and other functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:196380
    • 提供者:jll
  1. latentSemanticAnalysis

    0下载:
  2. 浅层语义分析与语义角色标注 latent semantic analysis and semantic roles label-latent semantic analysis and semantic roles label
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:164835
    • 提供者:xu
  1. nie

    0下载:
  2. 编译原理中实现中间代码生成 语义分析 完整实验报告-Compiler Construction Principles to achieve a complete semantic analysis of experimental report
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:37257
    • 提供者:王娜
  1. Simple_Compiler

    0下载:
  2. 自选一种常见高级语言为背景,对其进行简化.例如只包括整型常数和其四则运算以及相应的赋值语句,转移语句,条件语句和最简单的输入输出语句等.编制一个包括必要处理阶段(词法分析、语法分析、语义分析、代码生成)简化又完整的编译程序。-A common choice for high-level language background, to simplify them. For example, include only integer constants and their four operatio
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1311132
    • 提供者:yoen
  1. workflow-role

    0下载:
  2. 基于角色的工作流建模研究 从角色及其交互角度出发,考察了现有的 基于角色的工作流过程建模方法,提出了一种基于Petri 网的工作流角色建模方法。利用这种建模方法,可以清楚的描述出角色 的外部接口,突出角色之间的协作关系,Petri 网的形式化语义方便进行模型的验证和分析-Research on Role-Based Workflow Modeling Abstract: The traditional process-based workflow modeling ignores
  3. 所属分类:Project Design

    • 发布日期:2017-03-27
    • 文件大小:670328
    • 提供者:mszhou
  1. SupermarketManagementSystemRequirementsAnalysis.zi

    0下载:
  2. 超市管理系统需求分析 1项目计划 1.1系统开发目的 1.2背景说明 1.3项目确立 2逻辑分析与详细分析 2.1需求分析 2.2目标 2.3数据流程图 2.4系统功能 2.5系统开发步骤 2.6用户的特点 2.7假定与约束 3基于UML的建模 3.1语义规则 3.2UML模型 3.2.1系统UML模型 3.2.2子系统UML模型 3.2.3系统实现图 4小结 -Supermarket Management Syst
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:773097
    • 提供者:lee
  1. et

    0下载:
  2. 编译原理-词法-语义分析 编译原理实验 实现简单词组识别 语义分析 等功能-Compiler Construction Principles- lexical- semantic analysis to compile a simple phrase recognition principle experiment to achieve functions such as semantic analysis
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:2455
    • 提供者:sun
  1. Compiling

    0下载:
  2. 一个完整的编译程序 包括词法分析 语义分析等等 适合初学者学习使用-A complete compilation procedures, including lexical analysis of the semantic analysis, and so is suitable for beginners learning to use
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:310143
    • 提供者:SFDGSDFG
  1. bianyi

    1下载:
  2. 编译原理课程设计,有源代码,实现类PL0语言的编译,mfc实现,包括词法分析、语法语义分析、目标代码生成等-Principles of curriculum design, compilation, active code, implementation class PL0 language compiler, mfc implementation, including lexical analysis, grammar, semantic analysis, object code gener
  3. 所属分类:Compiler program

    • 发布日期:2017-05-25
    • 文件大小:8419117
    • 提供者:李然
  1. TinyComplier

    0下载:
  2. 这是一个用C语言编写的tiny语言,控制台输出界面,它不同tiny+语言,它实现了19个关键字,具有编译器基本的词法分析,语法分析,语义分析等功能-This is a work written in C language tiny language, console output interface, it is a different tiny+ language, which achieved a 19 keywords, with the compiler basic lexical an
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:773999
    • 提供者:罗洛
  1. compiler

    0下载:
  2. 编译原理语义分析代码,基于lex和ya-compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:341132
    • 提供者:chensiling
  1. zhinet

    0下载:
  2. 采用知网的词库进行语义分析的小程序,能够给出相关性-Hownet semantic lexicon using the analysis of small programs, able to give relevant
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1737908
    • 提供者:test
  1. hugewave2

    1下载:
  2. 编译原理课程设计 词法分析、语法分析、部分语义分析 界面用flash制作 课程设计报告-Compiler Principles of curriculum design, lexical analysis, syntax analysis, semantic analysis part of the interface with the flash production course design report
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:2698410
    • 提供者:wangyucai
  1. compiler

    0下载:
  2. 智能化得C语言编译器的设计和实现-词法分析-语法分析-语义分析-Intelligence C language compiler design and implementation- lexical analysis- syntax analysis- semantic analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-06-03
    • 文件大小:14915890
    • 提供者:fanxueping
  1. SemanticAnalysis

    0下载:
  2. 国内语义分析相关专利集锦,收集的专利说明在该狭窄领域内,比较齐全-Collection of domestic semantic analysis of the relevant patent, the patent descr iption collection area in the narrow, relatively complete
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:4274170
    • 提供者:JOSHUA
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 30 »
搜珍网 www.dssz.com