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

搜索资源列表

  1. ll(1)词法分析

    0下载:
  2. LL(1)语法分析程序,编译原理课用得到哦,可以作到词法分析表吧(idle)-LL (1) syntax analysis program, compile Principle used to be, oh, Lexical analysis can be done table it (idle)
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-22
    • 文件大小:82075
    • 提供者:王淼
  1. 词法分析器 语法分析器

    1下载:
  2. 词法分析和语法分析的程序,带实验报告- The lexical analysis and the grammar analysis procedure, brings the test report
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:50529
    • 提供者:王聃
  1. 词法语法分析器

    0下载:
  2. 词法语法分析器 输入源程序,输出语法分析树,预测分析表-lexical analyzer input source grammar, syntax tree output forecast analysis Table
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-14
    • 文件大小:214972
    • 提供者:zhj
  1. 算符优先分析法

    0下载:
  2. 算符优先分析法 根据算符优先分析法,将表达式进行语法分析,判断一个表达式是否正确。 文法:E→E+E E-E E*E E/E (E) i- The operator first analytic method basis operator first analytic method, carries on the expression the grammar analysis, judges an expression is whether correct. Grammar: E ->
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:5052
    • 提供者:姜浩
  1. 语法分析实验

    0下载:
  2. PL\\0语言语法分析器-PL \\ 0 Language Parser
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:33965
    • 提供者:方正
  1. 词法分析 语法分析程

    0下载:
  2. 一个比较全的词法分析器语法分析器。- A quite entire morphology analyzer grammar analyzer.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:51392
    • 提供者:猛哥
  1. 语法分析

    0下载:
  2. 打开2.tab.c编译运行,a.txt为测试用的PL/0程序。 2.output中有所有的产生式和LALR分析表的所有状态。- Opens the 2.tab.c translation movement, a.txt is measures the test the PL/0 procedure. In 2.output has all production patterns and LALR analytical table all conditions.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:44888
    • 提供者:月光
  1. 算符优先语法分析器

    2下载:
  2. 算符优先语法分析器,根据算符优先分析法,将表达式进行语法分析,判断一个表达式是否正确。-operator priority syntax analyzer, according to operator priority analysis, expression for syntax analysis, judgment, an expression is correct.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:30065
    • 提供者:李白
  1. PL0语法分析器递归子程序法

    3下载:
  2. 程序功能:PL/0语言语法分析程序,检测pl/0源程序的语法是否正确-procedures functions : PL / 0 language syntax analysis procedures, testing pl / 0 source of correct grammar
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:5611
    • 提供者:王军
  1. 词法分析简单程序

    0下载:
  2. 一个简单的语法分析程序-a simple syntax analysis procedures
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3469
    • 提供者:吴志强
  1. C语言表达式的语法分析

    0下载:
  2. 该文描述了C语言表达式的文法,并由该文法生成算符优先矩阵和算符优先函数,讨论了C语言表达式的特点和文法分析过程。-The paper describes the expression of the C language grammar, grammar generated by the operator priority matrix and operator priority function to discuss the C language features of the expressi
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:162646
    • 提供者:褚亚飞
  1. 语法fx

    0下载:
  2. 编译原理,语法分析 ll(1),lr (0),slr(1)-compiler theory, syntax analysis ll (1), lr (1), lr (0), slr (1), etc.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2102
    • 提供者:Dick
  1. 程序的语法分析

    0下载:
  2. 对一个LL(1)文法的句型进行分析看其是不是属于该文法的产生句型-a pair of LL (1) grammar Sentence for its analysis is not belong to the grammar have Sentence
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:12913
    • 提供者:杨鼎新
  1. PL-0语言词法及语法分析系统的设计与实现

    0下载:
  2. 一个非常好的词法分析程序,加上语法的分析是一个难得一见的好实例-a very good lexical analysis procedure, in addition to the syntax analysis is a rare to see a good example
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:661263
    • 提供者:黄庆龙
  1. 语义分析

    1下载:
  2. 这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地阐述了一个编译器的设计和实现。它是大纲教学,课程设计良好的示范,也是编程爱好者提高的好参考,其中这是语义分析部分。希望尽早的开通我的帐号,和大家多多交流,成为热爱编程的好朋友。-this principle is to compile the source code, the compile
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:10533
    • 提供者:
  1. SmartC语法分析版

    0下载:
  2. 词法分析程序,是一个词法分析程序,可以分析单词,指出错误。-lexical analysis procedure is a lexical analysis procedures can be analyzed word that mistake.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1101469
    • 提供者:吴丹
  1. 分析程序

    0下载:
  2. 语法分析程序,包括对任意输入LL(1)文法的分析表及字符串,本程序能自动判断所给字符串是\" 否为该文法的句子,并能给出分析过程。-syntax analysis procedures, including the indiscriminate importation of LL (1) grammar analysis table and string, the procedure can automatically determine to a string of "whether
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:26928
    • 提供者:chu
  1. 语法分析2

    0下载:
  2. 译原理课程设计题目语法分析器并显示每步的过程-syntax analyzer of translating theory course on designing subject, displaying every process.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5340
    • 提供者:柳颐
  1. 词法语法分析器

    2下载:
  2. 一个超级经典的词法和语法分析程序(附加源代码).从词法分析的输出过渡到语法分析-a super classic morphology and syntax analysis program (Additional source code). Lexical analysis from the output transition to the syntax analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:276935
    • 提供者:鲍婧
  1. 词法语法分析器

    1下载:
  2. 学习编译原理时做的词法和语法分析程序.词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过. 程序采用单文档设计,利用了分割窗体技术-compiler theory when learning to do morphology and syntax analysis procedures. Morphology and syntax analysis package in a category CFenXi, the process in Visual C 6.
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:317307
    • 提供者:习可伟
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com