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

搜索资源列表

  1. main1

    0下载:
  2. SNL语言编译程序,实现了词法分析、语法分析和语义分析三部功能,后续功能有待开发。-SNL language compiler, the realization of the lexical analysis, parsing and semantic analysis three functions, follow-up function to be developed.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:695446
    • 提供者:冯元力
  1. xyztree

    0下载:
  2. 基于JavaCC实现的简易编译器,其中包括词法、语法、语义的检查-Simple realization based JavaCC compiler, including morphology, syntax, semantic checks
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:151782
    • 提供者:cyc
  1. CMMintepre

    0下载:
  2. CMM(自定义) 是C 语言的一个子集,本程序对用这种语言写成的程序进行分析并输出相关的分析结果,解释器使用C语言写成.由词法分析程序、语法分析程序和语义分析程序组成。资源中包括程序源代码、可运行程序及测试程序、一个VC工程和相关设计用CMM语言设计文档。-CMM (custom) is a subset of the C language, the procedures of programs written in this language analysis and analysis rel
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-04-17
    • 文件大小:499890
    • 提供者:张颖哲
  1. SHIYAN3

    0下载:
  2. 设计一个C--语言的句法分析器。读入一个C语言程序,判断该程序是不是一个合法的C--语言程序。如果程序有语法和语义错误,请给出错误信息。-Design a C- language parser. Read into a C language program to determine that the procedure was not a legitimate C- language program. If the program has a syntax and semantic errors
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:211488
    • 提供者:wangqiumei
  1. EXPREVAL

    0下载:
  2. 编译原理课程设计,词法分析,语法分析,语义分析等。-Compilation principle course design, lexical analysis, syntactic analysis, semantic analysis, etc.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-16
    • 文件大小:206532
    • 提供者:张中
  1. CMMPInterpreter

    1下载:
  2. 这是用java编写的cmm的解释器,能够实现cmm语言的词法语法以及语义分析。-This is written in java interpreter cmm, cmm to achieve lexical grammar and semantic analysis of language.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-24
    • 文件大小:8047892
    • 提供者:rock
  1. 4.2

    0下载:
  2. 上海大学编译原理实验作业 借助语法分析和词法分析 语义分析 输入:2+3*5=17-Compiler principle experiment jobs Shanghai University With parsing and lexical analysis Semantic Analysis Input: 2+3* 5 = 17
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:765429
    • 提供者:盛俊
  1. bianyi-keshe

    0下载:
  2. 编译原理,包括词法分析、语法分析、语义分析、代码生成和报错处理等功能;c++源代码-Compiler theory, including lexical analysis, parsing, semantic analysis, code generation, and error handling functions c++ source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:4502
    • 提供者:zhangqian
  1. CPP-learning

    0下载:
  2. 该书是C++程序设计,适合于C++初学者,内容主要包含C++语言的基本概念,语义语法和程序设计技巧以及面向对象的程序设计的基本方法。-C++ program design, suitable for beginners C++, mainly contains the basic concepts C++ language syntax and semantics of programming skills, and basic methods of object-oriented progra
  3. 所属分类:File Formats

    • 发布日期:2017-04-24
    • 文件大小:251599
    • 提供者:Alice
  1. bianyiyuanli

    0下载:
  2. 可执行的编译原理程序,词法分析语法分析语义分析-Executable program compiler theory lexical analysis syntax analysis semantic analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:12107
    • 提供者:xingyuying
  1. compile

    0下载:
  2. 设计并实现一个简单的编译器。该编译器能够从文件读取程序代码,通过词法分析、语法分析、语义分析等步骤输出四元式-Design and implement a simple compiler.The compiler can read from the file program code, through lexical analysis, syntactic analysis, semantic analysis steps such as the output type four yuan
  3. 所属分类:JavaScript

    • 发布日期:2017-04-24
    • 文件大小:363189
    • 提供者:梁伟
  1. analyse

    0下载:
  2. 用c++编写的一个简单的语义、语法和词法分析器,通过测试,附带实验报告-Using c++ to write a simple semantics, syntax and lexical analyzer, through testing, with test report
  3. 所属分类:File Operate

    • 发布日期:2017-05-13
    • 文件大小:2654915
    • 提供者:
  1. MiniC

    0下载:
  2. JAVACC 写的MiniC编译器,数组赋值,循环嵌套,变量定义,语法,语义,界面-JAVACC write MiniC compiler, array assignment, nested loop, variable definitions, syntax, semantics, interface
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:747897
    • 提供者:黄哲坤
  1. tiger

    0下载:
  2. tiger语言编译器,实现了词法分析、语法分析和语义分析。工具:Java 开发环境: Eclipse、词法分析器: JFlex、语法分析器: CUP-tiger language compiler, lexical analysis, parsing and semantic analysis. Tools: Java development environment: Eclipse, lexical analyzer: JFlex, parser: CUP
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:533954
    • 提供者:辛尚艺
  1. UBL

    0下载:
  2. 语义解析器,基于高阶合一及CCG语法的自然语言语义解析程序-Semantic parser based on natural language semantic parser high-level syntax Unity and CCG
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3522485
    • 提供者:朱耀邦
  1. Minic

    0下载:
  2. 实现MiniC的词法分析、语法分析、语义分析,并且实现了UI界面以及界面的美化-Achieve MiniC lexical analysis, parsing, semantic analysis, and to achieve a UI interface and beautification
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:125312
    • 提供者:李亚慧
  1. pl0_compiler

    0下载:
  2. 一个PASCAL语言子集(PL/0)编译器的设计与实现,包括词法,语法,语义,中间代码,优化。输入PLO文件,自动运行程序,并提示错误。-A subset of the PASCAL language (PL/0) and implementation, including lexical, grammatical, semantic, intermediate code in the compiler design, optimization. Enter the PLO file, the
  3. 所属分类:Other windows programs

    • 发布日期:2017-01-02
    • 文件大小:366592
    • 提供者:李人治
  1. bianyiyuanli

    0下载:
  2. 编译原理课程设计,包括词法分析,语法分析,语义分析-translation principle grammar analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1058203
    • 提供者:周露
  1. Simple-compiler

    0下载:
  2. 简单编译器,实现词法分析,语法分析,插入语义动作,生成中间代码,生成目标代码(汇编语言)-Simple compiler, achieve lexical analysis, syntax analysis, semantic actions insert generate intermediate code generated object code (assembly language)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:5123
    • 提供者:shhch
  1. kcsj

    0下载:
  2. 编译实验报告,词法分析语法分析语义分析目标代码生成全过程,-Compile the report of the experiment, lexical analysis, syntax analysis semantic analysis of the whole process of target code generation,
  3. 所属分类:Software Testing

    • 发布日期:2017-04-06
    • 文件大小:178821
    • 提供者:小强
« 1 2 ... 18 19 20 21 22 2324 25 26 »
搜珍网 www.dssz.com