CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - action

搜索资源列表

  1. Lex_Yacc_Parser

    2下载:
  2. 语法分析器lex和词法分析器yacc的C++语言实现 1.Lex (1)Lex输入文件的解析 (2)正规表达式的解析 (3)一个正规表达式到NFA的转换算法实现 (4)多个NFA的合并 (5)NFA的确定化和最小化算法实现 (6)返回状态与返回内容的对应 2.Yacc (1)Yacc输入文件的解析 (2)上下文无关文法到对应LR(1)文法的下推自动机的构造 (3)LR(1)文法的下推自动机到相应分析表的构造 (4)LR(1)总控程序的构造(查表程
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:41490
    • 提供者:尤冉
  1. SLRbyHune

    0下载:
  2. 用SLR分析法实现的语法分析,先用初版.exe生成符号表和token字,然后进行分析,action表程序自动生成-SLR analysis method used to achieve the syntax analysis, use the first edition. Exe Generation symbol table and token characters, Then the analysis, action automatically generated table
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:80948
    • 提供者:胡恩
  1. 4ex

    0下载:
  2. 实现LR(0)算法,在构造好的action和goto表的情况下实现LR(0)算法的句子分析过程
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2340
    • 提供者:wangyin
  1. LEX生成工具生成统计文本

    0下载:
  2. 利用LEX生成工具生成统计文本文件中字符、单词和行数,并报告统计结果。-LEX generated using statistical tools generated text file of characters, words and action, and a report on results.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:849
    • 提供者:刘斌
  1. yufa

    0下载:
  2. C语言语法分析器,完成其整个词法语法分析,并将规约动作显示出来-C language parser, to complete its analysis of the lexical grammar, and the Statute of action displayed
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:14070
    • 提供者:wanggang
  1. C0compiler

    0下载:
  2. C0文法编译器,生成32位汇编, 没做优化,但是经过了苛刻的测试,masm614已经打包进去了,程序里写了一个脚本解释程序,控制编译器的所有动作,方便使用,已经很完善了,里面有几个测试程序,这是buaa的编译课程设计,师弟师妹用的话别忘请师兄我吃饭啊-C0 grammar compiler, to generate 32-bit compilation, do not optimize, but after a harsh test, masm614 has been packaged into
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1177760
    • 提供者:陈惜
  1. LRParser

    0下载:
  2. LRParser.exe 是语法分析器,运行时必须传入syntax文件和对应的action文件,这两个文件必须是对应的,否则运行结果不可预料。运行停止后可以使用 “?” 命令来查询支持哪些 Command。例如用 result 命令来打印分析后的语法树。-LRParser.exe is the parser, run-time files and syntax must be introduced into the corresponding action document, which cor
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:167544
    • 提供者:朱斌
  1. lr1

    0下载:
  2. LR 语法分析 ACTION GOTO 表-LR parsing ACTION GOTO table
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2502
    • 提供者:cultsharp
  1. do_while

    0下载:
  2. 本代码实现了do-while这个语法结构的语法分析,在语法分析的同时加进相应的语义动作,大家可以仿照这个例子进行其他语法结构的分析-The code to achieve a do-while the grammatical structure of the syntax analysis, syntax analysis, at the same time added to the corresponding semantic action, we can follow the example
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:188133
    • 提供者:陈玉祥
  1. TestActionEvent

    0下载:
  2. Java test button action events.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2174
    • 提供者:Sirius
  1. antlr2.7.5

    0下载:
  2. ANTLR是什么ANTLR, 语言识别的另一个工具(ANother Tool for Language Recognition),( 前身是 PCCTS)是一种语言工具,它提供了一个框架,可以通过包含Java,C++,或C#动作的语法描述来构造语言识别器,编译器和解释器。 算机语言的解释已经变成了一种非常普遍的工作。传统的计算机语言的编译器和工具(如C或Java)仍旧需要被构造,它们的数量与需要开发的那些成千上万的小语言的识别工具和解释工具相比是相形见拙。程序员为了解析数据格式,图形文
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:435563
    • 提供者:xiao keng hou
  1. antlr

    0下载:
  2. ANTLR, 语言识别的另一个工具,它提供了一个框架,可以通过包含Java,C++,或C#动作(action)的语法描述来构造语言识别器,编译器和解析器。 该压缩包包含相关资料(antlr_2_7_5_ChineseVer.pdf/The.Definitive.ANTLR.Reference.pdf)和一个解析HTML文件的例子(html.g)-ANTLR, speech recognition is another tool that provides a framework, you c
  3. 所属分类:Compiler program

    • 发布日期:2017-05-13
    • 文件大小:3232908
    • 提供者:fei
  1. SLR(1)

    1下载:
  2. SLR(1)分析表分析法,给出一个分析表含action和goto表,然后对给出的语句进行语法分析,规约判断!-SLR (1) analysis table analysis, give an analysis table with action and goto tables, and then parsing the statements given in the statute to judge!
  3. 所属分类:Compiler program

    • 发布日期:2016-06-20
    • 文件大小:548355
    • 提供者:肖琴琴
  1. 4

    0下载:
  2. 目的:熟练掌握自下而上的语法分析方法,并能用程序实现。 要求: 1. 使用如下文法: E E+T | T T T*F | F F (E) | id 2. 对于任意给定的输入串(词法记号流)进行语法分析,要求采用LR分析器来完成。手工构造LR分析表,利用移进-归约分析算法(P69 图3.12)输出(P70 表3.8)对应的动作部分。如: 输入:id*+id+(id+id)# 输出:移进 按 F->id归约 移进 error
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:2122
    • 提供者:TOM
  1. pragmazlxj

    0下载:
  2. #pragma指令详解 在编写程序的时候,我们经常要用到#pragma指令来设定编译器的状态或者是指示编译器完成一些特定的动作 -Detailed# pragma directive in the preparation of the program, we often use the# pragma compiler directive to set the state or instruct the compiler to perform some specific action
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:7454
    • 提供者:nathan2046
  1. LR-parser

    1下载:
  2. LR分析器设计 给定说明语句的拓广文法G[S ]如下: (0) S ->S (1) S->v I:T (2) I->I,i (3) I->i (4) T->r 其中v代表终结符var,r代表real。 其识别规范句型活前缀的DFA及LR(0)分析表如下: 输入 状态 ACTION表 GOTO表 v i , : r # S I T 0 S2 1 1 acc 2 S4
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-05-24
    • 文件大小:213164
    • 提供者:浮云
  1. Lexical-Analyzer-Parser-compiler

    0下载:
  2. Parses forwards and backwards. -Scans forwards and backwards. -Get the delimiter that was found. -Get the offset at where the token was started. -Get the current offset of the parser. -Add any number of delimiters. -Support for delimiter
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:51150
    • 提供者:majid
  1. Flex2.5-manual

    0下载:
  2. FLEX 是词法分析解析器的产生器,需要提供生成规则,动作可以用C语言写-FLEX is a lexical analysis parser generator, the need to provide the generation rule, action can be written using C language
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:32228
    • 提供者:yczh
  1. TDII-Ex1-Practica-parcial

    0下载:
  2. It s an asm file compiled with Proview32 in a 8051 microcontroller, which turns on and off a lamp during 30 seconds from the action of a switch
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:6948
    • 提供者:scalexx
  1. lex_simple

    0下载:
  2. 简单的lex编程,详细见英文描述 Running the Lex program 1. Write the Lex specifications as described above in a file, say, prog1.l 2. On moon.cse.yzu.edu.tw, do the following: flex prog1.l (Produces lex.yy.c as the output) gcc lex.yy.c -lfl (Compi
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:23265
    • 提供者:yifuren
« 12 »
搜珍网 www.dssz.com