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

搜索资源列表

  1. ansi.c.grammar

    0下载:
  2. C语言的lex\\Yacc文法实现,在linux\\Unix的shell中直接可以生成所有的文件。Unix下可以直接使用lex和Yacc生成可执行程序。-C language lex \\ Yacc grammar realized, In linux \\ Unix shell can be directly generated all the documents. Unix can be used directly lex and Yacc generating executable pro
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7.46kb
    • 提供者:123456
  1. ucc160.牛人写的C编译器

    1下载:
  2. 牛人写的C编译器,还有设计文档,可读性强,可以改造成为自己所需要的各种编译器。,牛人写的C编译器,还有设计文档,可读性强,可以改造成为自己所需要的各种编译器。
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-03-23
    • 文件大小:368.11kb
    • 提供者:曹文科
  1. parse.tar.Z 基于C++的语法分析类

    0下载:
  2. 一个基于C++的语法分析类,可以用来定制自己的编译器 ,A class based C++ syntactic analysis, it can be used to build you own compiler
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-11-08
    • 文件大小:11.43kb
    • 提供者:
  1. Lex.rar

    0下载:
  2. 1.输入文件解析 2.正则表达式转化为NFA 3.多个NFA合并 4.NFA转换DFA 5代码生成 关于输入文件格式: 没有考虑对lex输入文件的出错处理,所以输入文件务必严格书写正确。 Lex中的正规表达式使用了以下运算符: [] | * @ ( ) 并且正规表达式中不能出现其他的子正规表达式。 如果想要在待识别的正则式中使用上述运算符,请使用转义符号,即\。 例如,如果想用*,可以写成\* ,1. Analysis of the input file 2.
  3. 所属分类:Windows编程

    • 发布日期:2017-03-22
    • 文件大小:17.18kb
    • 提供者:顾添锦
  1. lex

    0下载:
  2. 实现c--语言的词法分析器。将一个C--语言程序分割成token串的序列。处理C--语言的所有token类型。-The realization of c- the language of the lexical analyzer. A C- language program is separated into token strings sequence. To deal with C- the language of all the token types.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:64.88kb
    • 提供者:lst
  1. ANSI+C+grammar

    0下载:
  2. C语言编译器的Lex及Yacc词法及语法分析规则源码-C language compiler Lex and Yacc analysis of lexical and grammatical rules of source
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:21.26kb
    • 提供者:wu
  1. lex

    0下载:
  2. 编译原理课程设计 词法分析器,功能十分齐全,包含整个工程源代码-scanner for c minus
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:488.8kb
    • 提供者:徐灵
  1. lex

    0下载:
  2. C++ 实现 LEX,兼容Flex语法,正则式->NFA->合并->确定化->最小化-C++ LEX,compatible with Flex s Grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:21.8kb
    • 提供者:徐昊
  1. lex

    0下载:
  2. 用C语言实现了简单的词法分析功能,用户输入任意字符串,程序输出经分析后的token序列-Using C language to achieve a simple lexical analysis function, the user to enter arbitrary strings, the program output by the analysis of the token sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:10.46kb
    • 提供者:sdfe
  1. Lex

    0下载:
  2. 基于C++的编译器词法分析模块生成器[Lex],可使用Visual C++ 2003编译,分析词法定义文件,产生确定自动机[DFA]和对应词法的分析代码,使用此代码可解析C++源码并生成TOKEN序列-Based on C++ compiler lexical analysis module generator [Lex], can use the Visual C++ 2003 to compile, analyze lexical definition file, generated to
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:262.32kb
    • 提供者:secret
  1. Lex-CandDc

    0下载:
  2. 这是一个C词法分析程序,包含注释和文档,还有图解,相当完善,希望对大家的编译学习有所帮助-This is a lexical analysis of C program, including comments and documentation, as well as diagrams, quite perfect, we would like to help build learning
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:19.18kb
    • 提供者:张慧
  1. Lex

    0下载:
  2. A simulated lexical analyser for HLL like C,PASCAL etc. I have given a sample text file from which the source code reads the dummy program n analyses it. The program can be extended by adding more.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:719byte
    • 提供者:kammy
  1. Lex

    1下载:
  2. 词法分析程序(完整) 实现对C语言的词法分析,自动生成Token,识别关键字 变量等-Lexical analysis program (complete) on the C language realization of the lexical analysis, automatic generation of Token, identify variables, such as keywords
  3. 所属分类:Compiler program

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

    0下载:
  2. c语言的词法分析,保证正确。绝密资料,不下载保证让你后悔-c language lexical analysis to ensure that the correct. Top-secret information
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:244.87kb
    • 提供者:张飞
  1. lex.yy

    0下载:
  2. 用lex生成的c minus词法分析器,功能简单有效-With c minus generated lex lexical analyzer function is simple and effective
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:10.18kb
    • 提供者:my name
  1. lex

    0下载:
  2. 用c++实现的此法分析器,包括正则表达式解析,正则到NFA转换,NFA到DFA转换,和最终的匹配,详见包中README文件-Using c++ parser to achieve this method, including regular expression analysis, while the NFA is converted, NFA to DFA conversion, and end the match, see the package README file
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:15.51kb
    • 提供者:0x7c00
  1. lex-yacc

    0下载:
  2. 用c++语言和lex-yacc工具实现的文法工具,基本功能相当于一个c语言文法,在平台性编程和可配置编程中作用很大,增加程序的灵活性。-Using c++ language and tools in the lex-yacc grammar tools, basic function is equivalent to a c language grammar, the platform of programming and programming can be configured to pla
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:137.49kb
    • 提供者:malibin
  1. Compiler

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

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

    0下载:
  2. c-词法分析器,实现了词法分析和简单的语法token提取功能-C minus analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:42.96kb
    • 提供者:张龙
  1. c--.h.tar

    0下载:
  2. Lex and Yacc file. Neccessary c minus file.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:944byte
    • 提供者:robmind
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com