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

搜索资源列表

  1. LR(0)

    0下载:
  2. 简单LR语法分析程序自动生成器的实现,可用作数据结构课程设计-LR (0) grammar analysis
  3. 所属分类:Project Design

    • 发布日期:2017-04-06
    • 文件大小:168671
    • 提供者:吕晨阳
  1. LL1

    0下载:
  2. 程序的功能点: (1)根据LL1分析法编写一个语法分析程序,.输入已知文法,由程序自动构造文法的分析表M。 (2)所开发的程序可适用于不同的文法和任意输入串,且能判断该文法是否为LL1文法。 (3)增加运行实例,对于输入的文法和符号串,所编制的语法分析程序应能正确判断此串是否为文法的句子,并输出分析过程。 (4)附加个人在编译原理课程设计中的设计报告,报告也是对源代码的详细说明。 (5)程序的开发具体环境是vs2003-The program function point:
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-21
    • 文件大小:252729
    • 提供者:comer
  1. CMMintepre

    0下载:
  2. CMM(自定义) 是C 语言的一个子集,本程序对用这种语言写成的程序进行分析并输出相关的分析结果,解释器使用C语言写成.由词法分析程序、语法分析程序和语义分析程序组成。资源中包括程序源代码、可运行程序及测试程序、一个VC工程和相关设计用CMM语言设计文档。-CMM (custom) is a subset of the C language, the procedures of programs written in this language analysis and analysis rel
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-04-17
    • 文件大小:499890
    • 提供者:张颖哲
  1. LR(1)

    0下载:
  2. LR 语法分析程序 很好用哦-LR parser good Oh ~ ~ ~ ~ ~ ~ ~ ~
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3110
    • 提供者:丁一
  1. syntactic-analyzer

    0下载:
  2. 用bison工具生成一个PL/0语言的语法分析程序,对PL/0源程序进行语法分析,并输出归约时所用的语法规则。-Generated by bison tool PL/0 language parser for PL/0 source parsing, syntax rules, and the output reduction when used.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1354708
    • 提供者:mxj0628
  1. A-simple-parser

    0下载:
  2. 一个简单的语法分析程序,在visual C++下可运行-A simple parser can be run under visual C++
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1330396
    • 提供者:Abel
  1. shiyan1

    0下载:
  2. 运用递归下降子程序法,实现整数四则运算表达式的语法分析程序。如果输入的表达式分析正确,则输出表示分析正确的信息;否则,输出表示分析错误的信息。-Subroutine using recursive descent method to achieve parser integer arithmetic expressions. If the expression entered the analysis is correct, then the output indicates the corre
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:598
    • 提供者:汪祥
  1. LL1

    0下载:
  2. 编译原理,基于LL1文法的语法分析程序。源文件-LL1 grammar parser
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:71509
    • 提供者:韩磊
  1. Syntax-analysis

    0下载:
  2. 这是一份“语法分析”程序,可以实现判断符号、串并符号的功能-This is a "syntax analysis" program, can realize the function judgement symbol, string and symbol
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5517
    • 提供者:Chen
  1. cifa

    0下载:
  2. 编译原理实验:词法分析,选择对各种常见高级程序设计语言都较为通用的语法结构无符号数的算术四则运算作为分析对象,给出其文法描述(注意应与所采用的语法分析方法比较贴近),设计并实现一个完整的语法分析程序。规则:E->E+T| E-T|T T->T*F| T/F|F F->(E)|i -Compiler principle experiment: lexical analysis, the choice of a variety of common high-level
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:546417
    • 提供者:坎启娇
  1. cifa

    0下载:
  2. 编译原理 c语言词法分析器 通过设计、编制、调试一个典型的语法分析程序,能识别由加+、乘*、括号()、操作数所组成的算术表达式,-Lexical analyzer c language compiler theory By design, develop and debug a typical parser can be identified by plus+, multiplication*, parentheses (), composed of the operand arithm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1569
    • 提供者:雷伊
  1. translation

    0下载:
  2. 语法分析是编译过程的一个逻辑阶段。语法分析的任务是在词法分析的基础上将单词序列组合成各类语法短语,如“程序”,“语句”,“表达式”等等.语法分析程序判断源程序在结构上是否正确.源程序的结构由上下文无关文法描述.语法分析程序可以用YACC等工具自动生成。-word translation
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2358625
    • 提供者:廖跃琳
  1. (first-follow-select)

    0下载:
  2. 构造LL(1)语法分析程序,任意输入一个文法符号串,并判断它是否为文法的一个句子。程序要求为该文法构造预测分析表,并按照预测分析算法对输入串进行语法分析,判别程序是否符合已知的语法规则,如果不符合(编译出错),则输出错误信息-Construct LL (1) parser, enter an arbitrary string of grammar symbols, and determine if it is a sentence grammar. Procedural requirements
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:203680
    • 提供者:张丽
  1. fuzhiyujuyufafenxi

    1下载:
  2. C++编写的赋值语句的算符优先语法分析程序,以文件形式输入赋值语句,以文件形式输出归约过程。程序中自动构造算符优先表。-Operator precedence parser written in C++ assignment statement, in document form input assignment, output reduction process in document form. The program automatically constructed operator p
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4377
    • 提供者:王雅
  1. Parser

    0下载:
  2. 这是我自己写的一个语法分析程序,大家可以看看并给我提前改进的意见。-This is a Parser maded by myself.You spend some time on scannering it and send some advice for me to improve.
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:809557
    • 提供者:楚逍遥
  1. yufafenxi

    0下载:
  2. 简单的语法分析程序,用递归下降实现词法的扫描输入与语法的查询报错。-Simple parser using recursive descent for query error lexical scanning input syntax.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:799174
    • 提供者:杨帆
  1. grammer

    0下载:
  2. 语法分析器,用于将词法分析后的内容用语法分析程序判断程序书写合法性-Parser for lexical analysis to determine the content parser program written with legitimacy
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2051
    • 提供者:zhang
  1. syn

    0下载:
  2. 语法分析程序,用于分析输入的程序是否符合既定的语法规则,符合规则则成功通过,不符合规则则报出错误原因-Parser for analyzing the input program meets the established rules of grammar, in line with the rules of the successfully passed, does not comply with the rules of the reported cause of the error
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:567119
    • 提供者:devinlyons
  1. sdc2.0.1

    0下载:
  2. sdc语法分析程序,tcl语言编写,带测试实例-sdc parser in tcl by synopsys
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:115417
    • 提供者:liuhao
  1. syntactic-analyzer

    0下载:
  2. 用Yacc编写一个语法分析程序,使之与词法分析器结合,能够根据语言的上下文无关文法,识别输入的单词序列是否文法的句子。-With Yacc write a parser, so that combined with the lexical analyzer that depending on the context-free grammar of language, whether the input word sequence recognition grammar of the senten
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:321729
    • 提供者:xiaowang
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 43 »
搜珍网 www.dssz.com