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

搜索资源列表

  1. abbr_140

    0下载:
  2. Lex与Yacc简明教程 作者  :Thomas  Niemann  翻译: 傅惠忠-A Concise Guide to Lex and Yacc Author: Thomas Niemann Translation: Fu Huizhong
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:348715
    • 提供者:easter
  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. scan

    0下载:
  2. 這是一個用lex撰寫的一個小程式,主要可以判斷出一些KEYWORD 噹輸入字元最兩邊加上" 可以判斷為字串 單純輸入英文與數字的字串 會儲存-This is a lex written with a small program that can mainly be to determine some of the most KEYWORD When the input characters on both sides of the words " can be judged as a s
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:599
    • 提供者:Ken
  1. PPT

    0下载:
  2. ppt on system software ,lex and yacc pdf file for learning how lex and yacc work
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:173066
    • 提供者:amit
  1. 1111

    0下载:
  2. 在Linux上写的一个C程序,借助Lex做词法分析来同时统计N个文本文件的字符数,单词数和行数。-In Linux, written in a C program, using lexical analysis to the same time, Lex to do a statistical N number of characters in a text file, word count and the number of rows.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1127
    • 提供者:xerxes
  1. PLXC

    0下载:
  2. 此工程是PL/X语言的编译器,此为编译原理课程实践。 其实现了一般语言的编译功能,例如词法、语法、中间代码生成等功能。-The project is to build a PL/X compiler, which is the project workshop for principle of compiler.It has implemented the basic functions such as lex analysis, semant analysis and finally gene
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:587433
    • 提供者:windlei
  1. yufafenxi

    0下载:
  2. 实现语法分析,用lex返回词法分析的结果,yacc进行分析-yufafenxi
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:48374
    • 提供者:wang
  1. 词法分析

    0下载:
  2. 词法分析,词法分析阶段是编译过程的第一个阶段,是编译的基础。这个阶段的任务是从左到右一个字符一个字符地读入源程序,即对构成源程序的字符流进行扫描然后根据构词规则识别单词(也称单词符号或符号)。词法分析程序实现这个任务。词法分析程序可以使用Lex等工具自动生成-Lexical analysis, lexical analysis phase is to compile the first stage of the process is to compile the foundation. This
  3. 所属分类:其他小程序

    • 发布日期:2013-05-29
    • 文件大小:410080
    • 提供者:吴正波
  1. lex_yacc_cal

    0下载:
  2. this is lex and yacc source for calculator
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:7164
    • 提供者:zh
  1. LRTrans1

    0下载:
  2. 该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:223335
    • 提供者:孔小亮
  1. LRTrans1

    0下载:
  2. 该程序是在实验4程序基础上实现的一个手工编码实现的简单计算器,其词法分析器调用接口为lex(),语法分析器调用接口为SLR1(),语义动作调用接口为run()。-The program is based on the experimental procedure 4, a hand-coding a simple calculator, the lexical analyzer is called interface lex (), parser call interface for the S
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:18442
    • 提供者:孔小亮
  1. Fuzzy_logic_Engine

    0下载:
  2. Title: Fuzzy logic Engine Descr iption: This dll written in C implements a fuzzy logic engine with 3 different inferencing methods - min-max, dot-sum and Yager. This engine implements also a LALR(1) parser allowing users to define fuzzy sets and ru
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:48500
    • 提供者:SC
  1. lexandyacc

    0下载:
  2. 很好的lex and yacc自学资料,清晰版-Good lex and yacc self-study data, a clear version of
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:546606
    • 提供者:刘琼
  1. compiler-lex

    0下载:
  2. leical analyzer word with array
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:107943
    • 提供者:nilo
  1. compiler

    0下载:
  2. Scanner using Flex & Lex -Scanner using Flex & Lex .......
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:936235
    • 提供者:Dev566
  1. programs

    0下载:
  2. lex program for vowel constantn
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:9589
    • 提供者:shashi
  1. Delphi_YACC_LEX

    0下载:
  2. 一个delphi版的LEX&YACC实现-A delphi version of LEX & YACC implementation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:440574
    • 提供者:王天放
  1. dyacclex-1.4.tar

    0下载:
  2. dyacclex-1.4,一个kylix下的LEX&YACC实现-dyacclex-1.4, a LEX&YACC achieved under the kylix
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:394041
    • 提供者:王天放
  1. compiler

    0下载:
  2. 编译原理语义分析代码,基于lex和ya-compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:341132
    • 提供者:chensiling
  1. LexAndLr

    0下载:
  2. 里面有简单的LR处理和LeX处理来识别简单语法-LR Inside there is a simple process and LeX processing
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:976478
    • 提供者:whk
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 26 »
搜珍网 www.dssz.com