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

搜索资源列表

  1. c_compiler

    0下载:
  2. 本程序集是Allen I. Holub所写的《Compiler Design in C》一书的附随软件,其中有作者自己编写的词法分析和语法分析工具LeX,occs和LLama,该软件包还包括一个显示C语言分析过程的程序-This set of program is the attached software in 《Compiler Design in C》 writed by Allen I. Holub, it contains the Lex, occs and Llama which a
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:225289
    • 提供者:站长
  1. bianyiyuanli

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

    • 发布日期:2017-11-09
    • 文件大小:147868
    • 提供者:晨曦
  1. lab1

    0下载:
  2. c-词法分析(Lex自动生成) 能自动生成c-语言程序的token序列-c-lexical analysis (Lex automatically generated) can be automatically generated c-language program of the token sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:12716
    • 提供者:
  1. lex

    0下载:
  2. 编译原理试验使用c语言写的 不过写的很简单希望对初学者能够有些帮助-The principle of experimenting with the use of the compiler written in c language written in very simple but would like to have some help for beginners
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1372
    • 提供者:sd
  1. Compiler

    0下载:
  2. its a c compiler lex file
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:3683
    • 提供者:aditya
  1. Simple_Language_Lexer

    0下载:
  2. 这是一个使用了LEX所编写的Simple语言的词法分析器。Simple语言的定义说明请看附件。这个LEX的源代码可以通过Parser Generator 2来转化成为h文件跟cpp文件。由于编译这两个文件需要使用到Parser Generator 2的C++库,所以就只上传了LEX的源代码,谁感兴趣的可以自己通过Parser Generator 2来转化。至于UNIX下面的LEX工具如果想要转化的话需要修改其主程序,另外需要将LEX源代码之中有关C++语言的表达形式修改成为相应的C语言的表现形式
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:182696
    • 提供者:林宇浩
  1. lex

    0下载:
  2. lex, mini c complier.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:372952
    • 提供者:Han
  1. minic.tar

    0下载:
  2. 小型c编译器。。lex and ya-minic
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:7150
    • 提供者:taohaicheng
  1. cparser

    0下载:
  2. 通过将lex和yacc结合,最后输出一颗语法树-By combination of lex and yacc, the final output of a syntax tree
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1090224
    • 提供者:李楠
  1. lex

    0下载:
  2. 词法分析器,c++写的,仿照tiny,编译原理的课程设计,对大家学习很有帮助的-lex for c minus,just like for tiny
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:2622
    • 提供者:徐灵
  1. bianyiyuanli

    0下载:
  2. 将pascal语言编译为c,然后编译运行-Pascal language will be compiled to c, and then compile and run
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:93037
    • 提供者:王龙
  1. yacc-1.9.1

    0下载:
  2. yacc(Yet Another Compil er),是Unix/Linux上一个用来生成编译器的编译器(编译器代码生成器)。yacc生成的编译器主要是用C語言寫成的语法解析器(Parser),需要与词法解析器Lex一起使用,再把兩部份產生出來的C程序一併編譯。yacc本來只在Unix系統上才有,但現時已普遍移植往Windows及其他平台。-yacc (Yet Another Compiler Compiler), is a Unix/Linux on a compiler to genera
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:69306
    • 提供者:王子
  1. lex

    0下载:
  2. lexical analyzer in c language
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1638
    • 提供者:manjit2990
  1. lex.yy

    0下载:
  2. A lex program implementation in c
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:12267
    • 提供者:Ramana
  1. C-Compiler

    0下载:
  2. C语言自己编译器 最后可以生成汇编语言 没有使用LEX/YA-C-compiler can generate its own assembly language without using LEX/YACC
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:248480
    • 提供者:aptiva0985
  1. C.compiler

    0下载:
  2. c语言的编译器包含词法和语法分析Lex&Ya-c language compiler which including lex and yacc ,writen by c and c++
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:347262
    • 提供者:pp
  1. C---Assembly

    0下载:
  2. source code for example convert C to assembly by lex and ya-source code for example convert C to assembly by lex and yacc
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:774711
    • 提供者:Grandangle
  1. C-scanner-based-lex

    0下载:
  2. 这是一个基于lex的C-语言的词法分析器。- a scanner .
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:157068
    • 提供者:张秋
  1. lex

    0下载:
  2. 利用C语言实现编译原理中的词法分析,供大家学习参考。-C language compiler theory of lexical analysis, and for everyone to learn the reference.
  3. 所属分类:其他小程序

    • 发布日期:2017-03-28
    • 文件大小:2256
    • 提供者:朱俊杰
  1. lex-yacc

    0下载:
  2. 一款用lex和yacc写的编译器,代码转换成了c++,对于small语言进行了编译。-A use lex and yacc to write a compiler, code converted into c++, the small language compiler.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-05
    • 文件大小:830087
    • 提供者:linda
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com