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

搜索资源列表

  1. LRAnalyse

    0下载:
  2. LR语法分析去,可以像vs那样单步调试LR分析器-LR Analyser
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:49980
    • 提供者:wangzhiyue
  1. lex

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

    • 发布日期:2017-03-29
    • 文件大小:43993
    • 提供者:张龙
  1. test

    0下载:
  2. sample语法语义分析器,用vc6.0编写,多文件加类构成,有大量注释,不过存在某些错误,鉴于时间关系还没改正。-sample semantic parser, using vc6.0 writing, multi-file plus class composition, there are a large number of annotations, but there were some errors, in view of the time yet to correct.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:395226
    • 提供者:liyyaohui
  1. cffxq

    0下载:
  2. 词法分析器,主要任务是把输入的字符串进行扫描和分解,识别出各种类型的单词符号产生于语法分析的词法记号序列。-Lexical analyzer, the main task is to scan the input string and decomposition, to identify various types of word symbols in the syntax analysis of the sequence of lexical tokens
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:1010169
    • 提供者:houbo
  1. cifafenxiqi

    0下载:
  2. 词法分析器,c++,实现基础的语法分析功能-compiler
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:248852
    • 提供者:qiu
  1. RecursiveDescentParser

    0下载:
  2. 一种自顶向下的语法分析方法的思想,根据文法的产生式规则绘制相应的转换图,并能对之进行简化,继而构造出相应的递归下降分析器。-A kind of top-down method of syntax analysis of the idea, according to the grammar production rules mapping the corresponding conversion map and the simplification can then construct the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:72503
    • 提供者:zhangxueli
  1. YFFXQ

    0下载:
  2. 使用递归子程序法设计一个语法分析程序,自顶向下分析方法. 1、使用递归下降分析算法分析表达式文法: exp ::= exp addop term | term addop ::= + | - term ::= term mulop factor | factor mulop ::= * | / factor ::= (exp) | number 其中number可以是多位的十进制数字串(整数即可),因此这里还需要一个小的词法分析器来得到number的值。 2、该
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:194818
    • 提供者:龙一
  1. jufafenxi

    2下载:
  2. c—语言的句法分析器。读入一个C--语言程序,判断该程序是不是一个合法的C--语言程序。如果程序有语法和语义错误,则给出错误信息。-c-language parser. Read into a C- language program, to determine whether the program is not a valid C- language program. If the program has syntax and semantic errors, then gives an er
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:39880
    • 提供者:蓝旺隆
  1. 89346508vc61667782466_newaspreytrtyh

    0下载:
  2. 判断单词结构的词法分析器小程序,它能够分析单词符号传递的语法语义-yufayuyifencichengxu
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:246328
    • 提供者:wangshunyao
  1. 385952VC68757pl0

    0下载:
  2. 用C++作为宿主语言完成了Java语言子集语法、语义分析器,代码生成的目标代码为MASM-yuyifenxiqi
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:73400
    • 提供者:wangshunyao
  1. ForTrans

    0下载:
  2. 编译课程设计的基本任务是设计一个mini-pascal语言的编译器,将mini-pascal 语言的源程序翻译成等价的中间代码。要求输入mini-pascal语言写的源程序(以文件形式存储),首先经过词法分析,输出原程序分析后的二元式文件,供语法制导翻译用。经过语法制导翻译将词法分析器产生的二元式翻译成等价的四元式形式,也就是中间代码的生成。要求能进行正常的关键字如:begin,end, if ,else 等的识别-Compile the basic task of curriculum des
  3. 所属分类:Editor

    • 发布日期:2017-04-09
    • 文件大小:1039010
    • 提供者:整修民
  1. bian-yi-yuan-li-kechengsheji

    1下载:
  2. 编译原理课程设计:建立文法及其LL(1)分析表表示的数据结构,设计并实现相应的预测分析器,对源程序经词法分析后生成的二元式代码流进行预测分析,如果输入串是文法定义的句子则输出“输入串分析成功”,否则输出“输入串语法错误”。-Principles of Course Design Compiler: A Grammar and LL (1) of the table that the data structure, design and implement the corresponding pr
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:101741
    • 提供者:
  1. upkeshe

    0下载:
  2. 编译原理词法分析器,用C++实现词法分析语法分析语义分析。程序简单易懂便于研究。-GOOD
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3725
    • 提供者:haitao
  1. happy

    0下载:
  2. 编译原理词法分析器的功能是利用函数之间的递归调用模拟语法树自上而下的构造过程。 改造文法:消除二义性、消除左递归、提取左因子,判断是否为LL(1)文法 -Compiler theory lexical analyzer function is to use recursive function calls between the simulation process of constructing the syntax tree from the top down. Transforma
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:10837
    • 提供者:happyjack
  1. Tiny

    2下载:
  2. 一个用c++写的表驱动的词法分析器,所分析语法是编译原理上的tiny语言- a table-driven lexical analyzer with using c++
  3. 所属分类:Compiler program

    • 发布日期:2016-05-08
    • 文件大小:710656
    • 提供者:windblueos
  1. SeuLex

    0下载:
  2. 本源码为自行开发的兼容C文法格式的词法分析器LEX,能实现Mini C的简单词法分析功能,并作为语法分析程序的输入。开发环境为VS2008-The source code is a self-developed format compatible with C grammar, lexical analyzer LEX, Mini C to achieve a simple lexical analysis, and as the input parser. Development enviro
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1958075
    • 提供者:sunfulin
  1. aaa

    0下载:
  2. 基于NLTK 的概率句法分析器,机器翻译中用概率方法分析一段句子的语法。用python语言开发-Parser based on the probability of NLTK, machine translation using a probabilistic method of sentence grammar. Language development with python
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:54259
    • 提供者:顾小东
  1. wenfafenxi

    0下载:
  2. 使用如下文法: E ? E+T | T T ? T*F | F F ? (E) | id 2. 对于任意给定的输入串(词法记号流)进行语法分析,采用LR分析器来完成。手工构造LR分析表,利用移进-归约分析算法-Use the following grammar: E ? E+ T | TT ? T* F | FF ? (E) | id 2. For any given input string (lexical token stream) parsing, the us
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:703512
    • 提供者:dmf
  1. editor

    0下载:
  2. 我做的语法分析语义分析器,希望对大家有用!开发环境为VC,用MFC实现-I do parsing semantics analyzer, we hope to be useful! Development environment for the VC, use the MFC to achieve
  3. 所属分类:Compiler program

    • 发布日期:2017-05-16
    • 文件大小:4560522
    • 提供者:陈雷
  1. dg

    0下载:
  2. 向下递归分析器,编译原理中的语法编译器,上传的是源代码-Down recursive parser, compiler theory of grammar compiler, source code uploaded
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:1132
    • 提供者:wzj
« 1 2 ... 35 36 37 38 39 4041 42 43 »
搜珍网 www.dssz.com