CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 类型 检查

搜索资源列表

  1. 编译原理及实践

    1下载:
  2. 目      录 译者序 前言 第1章   概论 1 1.1   为什么要用编译器 2 1.2   与编译器相关的程序 3 1.3   翻译步骤 5 1.4   编译器中的主要数据结构 8 1.5   编译器结构中的其他问题 10 1.6 &
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-04-25
    • 文件大小:7612048
    • 提供者:wesong
  1. 用户安装了何种类型的驱动器

    0下载:
  2. vb源码实现对用户电脑驱动器检查,可以探测用户安装了什么类型的驱动器。-vb source implementation of a computer drives inspection, users can be installed to detect what type of drive.
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:4925
    • 提供者:峰峰
  1. ProgrammingLanLab4

    0下载:
  2. 我上过的Programming Language课程第四次大作业:在前三次的基础上添加类型检查和运算符结合和优先规则功能。 绝对原创,绝对经典!-My Programming Language course the fourth major operations: the basis of the first three add type checking and operator priority rule integration and functionality.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:16016
    • 提供者:阎贺
  1. Compiler

    1下载:
  2. 本设计Tiger语言为源语言,制作了编译程序的前端部分,主要包括了词法分析、语法分析、抽象语法树和类型检查的设计和实现方法,以及课程设计中碰到的问题、实验心得、参考数据等。-Tiger of the design language for the source language, has produced a compiler front-end parts, including the lexical analysis, syntax analysis, abstract syntax tre
  3. 所属分类:Compiler program

    • 发布日期:2014-11-09
    • 文件大小:389798
    • 提供者:jack sio
  1. type

    0下载:
  2. 使用lex和yacc生成简单的编译器,生成语法分析树、完成类型检查等功能-The use of lex and yacc to generate a simple compiler, syntax analysis generated trees, the completion of type checking and other functions
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:7829
    • 提供者:天寅
  1. tiger

    0下载:
  2. TIGER语言编译器,完成了前段的此法语法分析,类型检查,语法树,编译原理课程设计作业-TIGER language compiler, the completion of the previous stage of this method syntax analysis, type checking, syntax tree, compiler principles of curriculum design work
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:279401
    • 提供者:lml
  1. compiler

    0下载:
  2. 一个C语言子集的编译器源码,包括词法分析、语法分析、语法树生成、类型检查、代码生成等编译的完整过程。同是附有详细文档。-A C language subset compiler, source code, including the lexical analysis, syntax analysis, syntax tree generation, type checking, code generation and so the whole process of compilation. Is
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:884253
    • 提供者:winter
  1. tiger_compiler_in_java

    0下载:
  2. 编译器实现。词法分析,语法分析,类型检查,注释分析树构造。-Tiger compiler implemented in Java.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:557814
    • 提供者:Brendan
  1. KikiTigerCompiler

    0下载:
  2. 编译原理课程设计 Tiger Compiler JAVA实现 生成Mips指令 词法分析,语法分析,抽象语法树,类型检查,中间代码生成,规范化,指令选择,活性分析,寄存器分配,合为一体。-Principles of curriculum design compilation to achieve Tiger Compiler JAVA Mips instruction generated lexical analysis, parsing, abstract syntax tree, type
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1769678
    • 提供者:张轩
  1. Compilation-principle

    0下载:
  2. 本书深入讨论了编译器设计的重要主题,包括词法分析、语法分析、语法制导分析、类型检查、运行环境、中间代码生成、代码生成、代码优化等-This book discusses the important theme of the compiler design, including lexical analysis, syntax analysis, syntax analysis, type checking, running environment, intermediate code gener
  3. 所属分类:Compiler program

    • 发布日期:2017-06-18
    • 文件大小:27818874
    • 提供者:吴飞
  1. HeFaXing

    0下载:
  2. 判断信用卡的合法性!输入13~16位 信用卡号 判断此卡为何种类型卡,且是否合法!-Judgment of the legality of the credit card! Input 13 to 16 a credit card number judgment this card for what type card, and is legal.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1036
    • 提供者:NG
  1. CPP_new_operator

    0下载:
  2. 它是一种使用非常广泛的计算机编程语言。C++是一种静态数据类型检查的、支持多重编程范式的通用程序设计语言。它支持过程化程序设计、数据抽象、面向对象程序设计、制作图标等等泛型程序设计等多种程序设计风格。-It is a very extensive use of computer programming languages. C++ a static data type checking, and general-purpose programming language support for m
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2828
    • 提供者:wangfei
  1. TCCompileri

    0下载:
  2. 本设计Tiger语言为源语言,制作了编译程序的前端部分,主要包括了词法分析、语法分析析、抽象语法树和类型检查的设计和实现方法,和课程设计中碰到的问题、实验心得、参考数据等。 -Tiger of the design language for the source language, produced a front-end part of the compiler, including lexical analysis, parsing analysis, design and implem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:363730
    • 提供者:smms
  1. src

    0下载:
  2. 能实现minijava的语法分析,类型检查,并将符合minijava语法的minijava程序改为符合piglet语法的中间代码,符合piglet语法的中间代码改为符合spiglet语法的中间代码。-Can achieve minijava syntax analysis, type checking, and to meet the minijava grammar minijava program intermediate code instead piglet grammar, line
  3. 所属分类:Compiler program

    • 发布日期:2017-11-11
    • 文件大小:658092
    • 提供者:曾慧
  1. testcases

    0下载:
  2. 测试minijava编译类型检查用例100个,如果能全部通过说明类型检查基本完善。-The compiled type checking of test minijava with 100 cases, all by describing the basic type checking.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-07
    • 文件大小:9616
    • 提供者:z
  1. src

    0下载:
  2. tiger语言编译器,实现词法分析、语法分析、类型检查。-tiger language compiler, lexical analysis, parsing, type checking.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:222294
    • 提供者:xiaoyuzi
  1. compile

    0下载:
  2. 对tiny语义分析器的阅读和分析,理解符号表的定义(栏目设置)与基于抽象语法树的类型检查/推论的实现方法(树遍历)。完成C-语言的符号表的定义设计。规划类型检查/推论的实现方法。实现一种语言的语义分析器-Type checking/inference realization tiny semantic analyzer reading and analysis, to understand the definition of the symbol table (part set) based o
  3. 所属分类:Compiler program

    • 发布日期:2017-11-20
    • 文件大小:226883
    • 提供者:时雨
  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
    • 文件大小:1826
    • 提供者:frank
  1. PC_lint

    0下载:
  2. PC-Lint是C/C++软件代码静态分析工具,你可以把它看作是一种更加严格的编译器。它不仅可以检查出一般的语法错误,还可以检查出那些虽然符合语法要求但不易发现的潜在错误。 C语言的灵活性带来了代码效率的提升,但相应带来了代码编写的随意性,另外C编译器不进行强制类型检查,也带来了代码编写的隐患。PCLint识别并报告C语言中的编程陷阱和格式缺陷的发生。它进行程序的全局分析,能识别没有被适当检验的数组下标,报告未被初始化的变量,警告使用空指针,冗余的代码,等等。软件除错是软件项目开发成本和延
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:14783
    • 提供者:ll
  1. work5b_含类型检查

    0下载:
  2. 语法分析器 含类型检查 还有一点翻译功能 把环境配好是可以用的(The parser contains type checking and a little translation function that can be used to match the environment)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:27648
    • 提供者:cuihang
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com