搜索资源列表

  1. 算符优先文法

    0下载:
  2. 算符优先实验,可以输入文法,生成算符优先表,输入句子,生成移近-规约过程。并且还有实验报告。-operator priority experiments can be imported grammar, production operator priority list, input sentence, approached generation-the Statute of the process. And there are exp
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:357177
    • 提供者:dyz
  1. 简单的表达式求值

    0下载:
  2. 语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-syntax analysis is correct after it evaluates the value used for a number of operations and the operator stacks stack, and an operator priority list (
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1972193
    • 提供者:李平
  1. 有向图从邻接矩阵转换为邻接表后的dfs

    0下载:
  2. 有向图从邻接矩阵转换为邻接表后再深度优先遍历-a graph from the adjacency matrix conversion of the adjacent#$#!142996#!#$read IntelCPU serial number. Rar!#$#read Intel CPU serial number. Rar read Intel CPU serial number. Read rar Intel CPU seri
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1298
    • 提供者:面包
  1. suanfuyouxian

    0下载:
  2. 非常不错的算符优先文法..课程设计时做的,界面不错,输出了FirstVt,LastVt,算符优先表,输出结果比较详细-very good operator priority .. grammar courses designed to do, good interface, the output of FirstVt, LastVt, operator priority list, a more detailed output
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:42304
    • 提供者:swb
  1. sfyx

    0下载:
  2. 算符优先算法 给定文法的..不包括优先表的构造及FIRSTVT和LASTVT的计算-operator priority given grammar algorithm .. the priority list does not include the construction and FIRSTVT and LASTV the calculated T
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1346
    • 提供者:JOHN
  1. BYYL

    0下载:
  2. 编译原理课程设计 算符优先算法的实现 输出FIRSTVT和LASTVT,算符优先表。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:88319
    • 提供者:xuli
  1. 编译原理代码

    0下载:
  2. 编译原理中算符优先表的生成,其中包含了每步骤的显示,进栈和出栈的过程都能完整的显示出来,仅供大家学习借鉴-compiler Principle operator of the priority list generation, which contains every step, into stacks and stack up the integrity of the process can show up only to learn
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3001
    • 提供者:dzg
  1. 优先表构造优先函数

    0下载:
  2. 编译原理课程设计题目 利用优先表构造优先函数 并显示每步的过程-compiler theory courses use a design priority list of priority structure function and show every step of the proce
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7364
    • 提供者:永恒
  1. 编译原理代码

    0下载:
  2. 编译原理中算符优先表的生成,其中包含了每步骤的显示,进栈和出栈的过程都能完整的显示出来,仅供大家学习借鉴-compiler Principle operator of the priority list generation, which contains every step, into stacks and stack up the integrity of the process can show up only to learn
  3. 所属分类:软件工程

    • 发布日期:2024-06-07
    • 文件大小:3072
    • 提供者:dzg
  1. suanfu

    0下载:
  2. 用算符优先文法制作的算符优先分析器,实现了FIRSTVT跟LASTVT的输出跟优先表的输出以及栈的输出以及到文件的输出。-priority grammar operator with the operator priority to the production analyzer, achieved with LASTVT FIRSTVT output with the output of the priority list and s
  3. 所属分类:C#编程

    • 发布日期:2024-06-07
    • 文件大小:10240
    • 提供者:姜鹏
  1. 优先表构造优先函数

    0下载:
  2. 编译原理课程设计题目 利用优先表构造优先函数 并显示每步的过程-compiler theory courses use a design priority list of priority structure function and show every step of the proce
  3. 所属分类:C#编程

    • 发布日期:2024-06-07
    • 文件大小:7168
    • 提供者:永恒
  1. 算符优先文法

    0下载:
  2. 算符优先实验,可以输入文法,生成算符优先表,输入句子,生成移近-规约过程。并且还有实验报告。-operator priority experiments can be imported grammar, production operator priority list, input sentence, approached generation-the Statute of the process. And there are exp
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-07
    • 文件大小:357376
    • 提供者:dyz
  1. 简单的表达式求值

    0下载:
  2. 语法分析正确后就可以求值了,求值时用到一个操作数堆栈和操作符堆栈,以及一个算符优先表(存储了运算符之间的优先关系),具体细节可以阅读源码。-syntax analysis is correct after it evaluates the value used for a number of operations and the operator stacks stack, and an operator priority list (
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-07
    • 文件大小:1972224
    • 提供者:李平
  1. suanfuyouxian

    0下载:
  2. 非常不错的算符优先文法..课程设计时做的,界面不错,输出了FirstVt,LastVt,算符优先表,输出结果比较详细-very good operator priority .. grammar courses designed to do, good interface, the output of FirstVt, LastVt, operator priority list, a more detailed output
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-07
    • 文件大小:41984
    • 提供者:swb
  1. sfyx

    0下载:
  2. 算符优先算法 给定文法的..不包括优先表的构造及FIRSTVT和LASTVT的计算-operator priority given grammar algorithm .. the priority list does not include the construction and FIRSTVT and LASTV the calculated T
  3. 所属分类:Windows编程

    • 发布日期:2024-06-07
    • 文件大小:1024
    • 提供者:JOHN
  1. BiaoDaShiQiuZhiShiYan

    0下载:
  2. 编译原理的算符优先表达式求值程序,附带有实验报告,仅供参考。-compiler principle of priority operator expression evaluates procedures, a fringe experimental report, for information purposes only.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-07
    • 文件大小:77824
    • 提供者:张楠
  1. compiler

    0下载:
  2. 给出非终结符的FIRSTVT和LASTVT集。画出算符优先关系表。给定符号串判定是否是文法中的句子,分析过程用计算机打印出来。-website is not the end of the FIRSTVT and LASTVT set. Ingenuous operator precedence table. Series set to determine whether the symbol is the grammar of the
  3. 所属分类:C#编程

    • 发布日期:2024-06-07
    • 文件大小:56320
    • 提供者:张海
  1. BYYL

    0下载:
  2. 编译原理课程设计 算符优先算法的实现 输出FIRSTVT和LASTVT,算符优先表。-Principles of curriculum design compiler algorithm operator priority output FIRSTVT and LASTVT, operator priority table.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-07
    • 文件大小:5580800
    • 提供者:xuli
  1. mycompile

    0下载:
  2. 编译原理 IF条件语句的翻译程序设计—简单优先法、输出四元式 通过设计、编制、调试一个条件语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。 具体做到以下几点: ①对输入语句进行词法分析。将输入的字符串进行扫描和分解,识别出一个个合法的单词。单词种类包括:关键字,标识符,运算符,常数和界限符 ②进行语法分析。编写条件语句的相应文法,按照语法分析方法中的简单优先分析法为
  3. 所属分类:其他小程序

    • 发布日期:2024-06-07
    • 文件大小:9216
    • 提供者:rachel
  1. SymBol

    0下载:
  2. 算符优先算法的部分,对给定文法的包括优先表的构造及FIRSTVT和LASTVT的计算-Operator part of the priority algorithm, the given grammatical structure, including a priority table and the calculation of FIRSTVT and LASTVT
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-07
    • 文件大小:2484224
    • 提供者:郑小飞
« 12 3 4 5 6 7 8 9 10 ... 21 »

源码中国 www.ymcn.org