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

搜索资源列表

  1. bianyiyuanli.rar

    0下载:
  2. 一. 实验目的: 设计、编写和调试一个具体的词法分析程序,加深对词法分析理论和自动词法分析工具的理解、实践和掌握。 二. 实验要求: ① 学习和理解正则表达式理论,写出C—语言的记号的完整的正则表达式;(适当使用正则定义) ② 学习和理解有限机理论,根据前面的正则表达式,用基于经验的方法画出C—语言的记的DFA图; ③ 用基于DFA图的算法编写C—语言的词法分析程序; ④ 学习词法分析程序的自动生成工具,使用LEX工具实现C—语言的词法分析程序.
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:147597
    • 提供者:
  1. vc做的C代码编译器

    0下载:
  2. vc做的C语言编译器,基本可以编译c的各种特性,值得学习编译器的朋友下载-vc do C language compiler, which can be compiled c various properties worth learning compiler downloaded to see friends
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:58159
    • 提供者:李川
  1. c compiler

    0下载:
  2. c compiler 源码 能帮助你学习编译器-can help you learn compiler
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:184666
    • 提供者:周新鹤
  1. 类c语言编译器

    0下载:
  2. 类c语言编译器,提供从词法分析到语义分析的一系列操作,可供编译原理学习使用。-category c compiler, from lexical analysis of the semantic analysis of a series of manipulations, Principle study compiled for use.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:32882
    • 提供者:张博
  1. 这是一个C语言的编译器

    0下载:
  2. 这是一个C语言的编译器,内容详细,对于编译初学者是个学习的好东西,赶紧下吧-This is a C language compiler, detailed and compiler for beginners learning is a good thing, it quickly under
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-13
    • 文件大小:277474
    • 提供者:kanke
  1. compiler.design.in.c

    0下载:
  2. 一个c语言写做的编译器的源码,可以供编译器开发的人员学习之用
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:518563
    • 提供者:张孟
  1. c-bianyiqi

    0下载:
  2. c的简化编译器,还是很不错的,可以下来分析学习探讨一下
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:20670
    • 提供者:刘凯
  1. c++10000

    0下载:
  2. 这是一个很不错的词法语法分析器! 很适合计算机专业的大学生学习参考-This a very good syntax analyzer! Computer is very suitable for professional students studying reference
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:31638
    • 提供者:高若冰
  1. compiler.rar

    0下载:
  2. 网络上流传的一个学生对编译原理的学习心得 对初学者很有帮助,err
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:68929
    • 提供者:刘春来
  1. CPP_parser_v_3.2

    0下载:
  2. C Preprocessor,antlr的grammar语言描述,用于学习词法分析,语法分析-C Preprocessor, antlr language to describe the grammar for learning lexical analysis, syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:173165
    • 提供者:renteng
  1. paser

    0下载:
  2. 一个简单的语法分析器实现,采用的是自顶向下的算法,结构清晰,容易理解,适合初学者学习。-Parser A simple realization is based on top-down algorithm, the structure of clear and easy to understand for beginners to learn.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:264804
    • 提供者:罗兴
  1. cffxq

    0下载:
  2. 词法分析器实验报告,内容详细,步骤很完整,有利于新人进一步认识学习编译原理-Lexical analyzer test report in detail, the steps are complete, is conducive to study and compile a better understanding of new principles of
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:19337
    • 提供者:Michael
  1. Ccomplier

    0下载:
  2. 用C语言编写的小型C编译器代码,供同学们下载作学习参考之用。-Using C language code small C compiler for the students to learn to download for reference.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:351933
    • 提供者:肖宝珍
  1. C-cifafenxi

    0下载:
  2. C语言的词法分析程序报告DOC版 包含了对词法的分析 学习编译原理时所用到的 -C language lexical analysis program DOC version of the report contains an analysis of lexical principle of learning by the compiler used
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:240129
    • 提供者:爱之一
  1. pascal-compiler-in-cpp

    0下载:
  2. pascal compiler in C++是一个用C++实现的PASCAL编译器,主要包括符号表,创建语法树,代码生成和4元式解析等。该工程是根据龙书实现的编译器。项目中大量使用了STL,设计模式等思想。是学习面向对象编程和设计的好材料。里面包含有说明.txt有更详细说明 请使用Mingw或Dev-C++开发环境-pascal compiler in C++ is a compiler which compiles pascal code. The project consists
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:721743
    • 提供者:xukeying
  1. C_CompilerDesign

    1下载:
  2. C编译器的设计,有详细的文档和源代码,是学习编译原理绝对有用的参考与研究资料。-C compiler design, detailed documentation and source code, is to learn to compile a useful reference for the absolute principle and research data.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:931693
    • 提供者:webee
  1. compiler_for_c

    0下载:
  2. C-编译器的设计文档与源代码,对于学习编译原理很有帮助-C-compiler design documents and source code, useful for learning Compiler Principle
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:933324
    • 提供者:董先生
  1. Tiny-C

    0下载:
  2. tiny-c编译器,十分经典的编译器学习程序。-tiny-c compiler, the compiler is the classic study program.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:57337
    • 提供者:李天龙
  1. C-language-tutorials-PIC-

    0下载:
  2. PIC单片机C语言学习教程,Hitech-PICC 编译器。-C language tutorials PIC microcontroller
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:148571
    • 提供者:melody
  1. 基于C-语言的词法分析及语法分析

    0下载:
  2. 学生在学习《编译原理》课程过程中,结合各章节的构造编译程序的基本理论,要求用C或C++语言描述及上机调试,实现一个 C-Minus 小编译程序(包括词法分析,语法分析等重要子程序),使学生将理论与实际应用结合起来,受到软件设计等开发过程的全面训练,从而提高学生软件开发的能力。
  3. 所属分类:编译器/词法分析

« 12 3 4 5 6 »
搜珍网 www.dssz.com