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

搜索资源列表

  1. 55.rar

    0下载:
  2. LEX词法分析器
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:503
    • 提供者:
  1. lex相关.rar

    0下载:
  2. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:43161
    • 提供者:
  1. bianyiyuanli.rar

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

    • 发布日期:
    • 文件大小:147597
    • 提供者:
  1. c_compiler.zip

    0下载:
  2. 本程序集是Allen I. Holub所写的《Compiler Design in C》一书的附随软件,其中有作者自己编写的词法分析和语法分析工具LeX,occs和LLama,该软件包还包括一个显示C语言分析过程的程序
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:224976
    • 提供者:
  1. lex.l

    0下载:
  2. 编译原理实验,词法分析例子,简单的说明lex的理解-Compiler principle experiment, the lexical analysis example, a simple descr iption of the understanding of the lex
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:705
    • 提供者:meijie
  1. lex

    0下载:
  2. lex词法分析自动生成程序,给一个规则定义文件,即可生成.cpp代码-lex lexical analysis to automatically generate the program to a rule definition file to generate. cpp code
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-17
    • 文件大小:98981
    • 提供者:赵阳
  1. lex

    0下载:
  2. <编译原理课程设计>基于lex自动实现词法分析,完成词法分析功能-< Compiler theory of curriculum design> based on the lex lexical analysis automatically to complete the lexical analysis function
  3. 所属分类:Compiler program

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

    0下载:
  2. 编译原理课程设计之lex 编译原理课程设计之lex-Principles of curriculum design compilation compiler theory course design lex lex
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:121568
    • 提供者:wujun
  1. lex-5-programs

    0下载:
  2. This file is to implement for loop in lex
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-02
    • 文件大小:3174
    • 提供者:aabbcc
  1. Lex-and-Yacc

    0下载:
  2. Lex和Yacc简明教程,教你如何使用Lex和Yacc学习编译原理-Lex and Yacc simple tutorial to teach you how to use Lex and Yacc learning compiler theory
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:350976
    • 提供者:李远亮
  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. Lex-a-Yacc

    0下载:
  2. calculator in linux both lex and yacc file
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1544
    • 提供者:kp
  1. Lex

    0下载:
  2. 编译原理,词法分析程序,是用用Lex做的词法分析-It is a part of complier using Lex
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:10168
    • 提供者:肖旭东
  1. lex

    1下载:
  2. Lex 和 Yacc 是 UNIX 两个非常重要的、功能 强大的工具。-Lex and Yacc are two very important UNIX functions Powerful tool.
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:4004880
    • 提供者:邓三
  1. lex

    0下载:
  2. 编译器的词法分析器,简单的通过判断语句实现。并按照语法分析器的要求输出结果。-The implemention of lex, which realized with judgement simply.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:8489
    • 提供者:Lee
  1. lex

    0下载:
  2. 模仿lex根据规则自动生成词法分析器c源码,应用环境linux,g-Imitate lex lexical analyzer c source code is automatically generated according to the rules, the application environment linux, g++
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:303787
    • 提供者:杨晋
  1. back

    0下载:
  2. Project about written an interpter in C using gcc compiler and lex and yacc
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-30
    • 文件大小:16384
    • 提供者:Abdenour
  1. 19215123胡玲

    0下载:
  2. pl0语言的词法分析器 lex 自动构造工具(pl0 lex c c++ yyac bainyiyuanli)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:167936
    • 提供者:胡小力
  1. 基于LEX的C语言词法分析器

    0下载:
  2. 基于LEX的C语言 词法分析器 可能不对 但是有参考价值(The C language analyzer based on LEX may not be of reference value)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:216064
    • 提供者:cuihang
  1. principles_of_compiler_exp

    1下载:
  2. 编写一个LEX输入文件,使之生成可计算文本文件的字符、单词和行数且能报告这些数字的程序。单词为不带标点或空格的字母和/数字的序列。标点和空白格不计算为单词。(Write a LEX input file to generate programs that can calculate characters, words and rows of text files, and can report these numbers. Words are sequences of letters and n
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:257024
    • 提供者:kathy
« 1 2 3 4 5 67 8 9 10 11 ... 26 »
搜珍网 www.dssz.com