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. m68k反汇编

    0下载:
  2. m68k系列反汇编的C语言源码,供学习编译原理的同学使用。实用!-m68k series compiled by the C-language source code, the compiler theory for studying the students to use. Practical!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:55371
    • 提供者:
  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. cffiq

    0下载:
  2. 学习编译原理时做的词法分析器,用c语言编写的。-done a lexical analyzer, using the c language.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:34092
    • 提供者:xuxuxuxu
  1. bianyishixichx

    0下载:
  2. 这是一个词法语法分析器,可分析c语言中较为常见的一些词法和语法,是在编译原理这门课学习之后完成的一个实习设计-This is a syntax analyzer, analysis c language more common in morphology and syntax. in compiler theory this course of study, completed an internship Design
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:87588
    • 提供者:
  1. Compile-CC-SRC

    0下载:
  2. Compile-CC编译器源代码.rar,是学习编译原理和C语言的好例子!-Compile-CC compiler source code. Rar, learning theory and compile C language a good example!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:61262
    • 提供者:张生
  1. yacc_LL1

    0下载:
  2. 编译原理实验中的yacc源码,是一个基于小类C语言的yacc程序,有助于学习yacc的编写。-principle experiment compiler generates the source code, is based on a subset of the C language yacc procedures, contribute to the preparation of learning yacc.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:346120
    • 提供者:jiajia
  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. cmd_SNL_C_complier

    0下载:
  2. snl语言是一个简单的具有嵌套过程定义的过程式语言,本原码用C语言实现了SNL语言的词法分析,语法分析,语义分析,中间代码生成,中间代码优化,目标代码优化的完整模块,并有极为详细的注释,是学习编译原理的极佳材料。-snl language is a simple process with nested definition of language, Primitive code using C language of SNL language lexical analysis, parsing,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:232767
    • 提供者:张振宇
  1. visual_SNL_C_complier

    1下载:
  2. snl语言是一个简单的具有嵌套过程定义的过程式语言,本原码用C语言实现了SNL语言的词法分析,语法分析,语义分析,中间代码生成,中间代码优化,目标代码优化的完整模块,并有极为详细的注释,是学习编译原理的极佳材料。-snl language is a simple process with nested definition of language, Primitive code using C language of SNL language lexical analysis, parsing,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3491943
    • 提供者:张振宇
  1. C_Complier

    0下载:
  2. C语言编译器的源代码,很有学习, 参考价值-C language compiler source code, great learning, reference value
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:225172
    • 提供者:周龙亭
  1. smallc22

    0下载:
  2. 一个C语言子集small c 编译器的源代码,也是用small c写的,学习编译技术是个不错的开始^-^- C language subset small c compiler source code, also is writes with small c, the study translation technology is good start ^-^
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:578446
    • 提供者:可可
  1. main

    0下载:
  2. 一个简单的类C语言的编译器的实现 可以参考学习编译原理的基本实现-a simple C-like programming language compiler can refer to the realization of the principle of learning basic compiler to achieve
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:207109
    • 提供者:魏本峰
  1. compiler.design.in.c

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

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

    0下载:
  2. C语言库函数的源代码,是C语言学习参考的好文档。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:925844
    • 提供者:zhang
  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-29
    • 文件大小: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. C-language-tutorials-PIC-

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

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

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

« 12 3 »
搜珍网 www.dssz.com