CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 算符优先

搜索资源列表

  1. suanfu

    0下载:
  2. 算符优先分析程序,希望能帮助大家,-Operator precedence parser, hope to help you, thank you ~ ~ ~
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:2436
    • 提供者:wzw
  1. suanfuyouxianfenxi

    0下载:
  2. 算符优先分析算法,可分析算符的优先关系 列出关系表。编译原理实验-Operator precedence parsing algorithm, operator precedence relations can be analyzed are listed in relational tables. Compiler Principle Experiment
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:211782
    • 提供者:于得实
  1. bianyiyuanli

    0下载:
  2. 算符优先分析方法是根据算符之间的优先关系而设计的一种自底向上的语法分析方法。算符优先分析的基本思想是只规定算符之间的优先关系,也就是只考虑终结符之间的优先关系。由于算符优先分析不考虑非终结符之间的优先关系,在归约过程中只要找到可归约串就归约,并不考虑归约到哪个非终结符,因而算符优先归约不是规范归约。-Operator precedence analysis is based on the priority relationship between the operator is designed
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:50934
    • 提供者:陈小龙
  1. suanfuyouxianwenfafenxiqi

    0下载:
  2. 编译原理专题实验实现 算符优先文法分析器-Compiler theory experimental realization operator precedence grammar topic Analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:2342
    • 提供者:隐士
  1. 3333

    0下载:
  2. 设计一个算符优先分析器,理解优先分析方法的原理-An operator precedence parser design, analysis methods to understand the principle of priority
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:248332
    • 提供者:gp
  1. javaSuanfuyouxian.7z

    0下载:
  2. 编译原理课程中的运算符优先级分析器,Java实现-Compiler theory course operator precedence parser, Java implementation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:10640
    • 提供者:woszy
  1. suanfuyouxian

    0下载:
  2. 这是一个判断是否是算符优先分析方法的语法分析器,可以作为一个参考-This is an analysis to determine whether the method is operator precedence parser can be used as a reference
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:3324
    • 提供者:
  1. evaluation_translate

    0下载:
  2. 此程序使用算符优先法的语义分析方法实现了将赋值语句翻译为四元式的功能这种仅将{=,+,-,*,/}当做运算符,而将括号当做深度的变种算符优先法,很好控制,很容易就能翻译赋值语句。-This program uses operator precedence to achieve a semantic analysis to translate the quaternary assignment functions of this type only the {=,+,-,*,/} as opera
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1873
    • 提供者:小歪
  1. my_parse

    0下载:
  2. 该程序是用来实现语法分析,算法采用算符优先算法,优先表从文件中读取-The program is used to achieve syntax analysis, algorithm uses operator precedence algorithm, the priority table to read from a file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:54129
    • 提供者:caojiangfeng
  1. op_first

    0下载:
  2. 编译原理大作业——算符优先文法生成器~能判断是否是算符优先文法并判断句子是否合法-Great job compiling principle- operator precedence grammar Builder ~ can determine whether the operator precedence grammar and determine the legality of the sentence
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:172595
    • 提供者:xmj
  1. suanfuyouxian

    0下载:
  2. c++实现编译原理的算符优先分析~~输入一个文法和first集输出算符分析表-c++ compiler theory of the operator to achieve the priority of ~ ~
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:6390
    • 提供者:周俊辉
  1. Operatorprecedenceanalysistablegeneratedsimulation

    0下载:
  2. 编译原理算符优先分析表生成模拟算法源码以及设计报告-Theory of operator precedence table compiled simulation algorithms generate source and design report
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1036467
    • 提供者:张杰
  1. suanfuyouxian

    0下载:
  2. 算符优先分析法主要用于实现通过算符优先表分析字符串。-suanfuyouxian fenxi
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1680129
    • 提供者:weiliyan
  1. biaodashiqiuzhi

    0下载:
  2. 现在要求以字符序列的形式从终端输入语法正确的、不含变量的表达式,利用给定的算符优先关系,实现对算术四则混合运算表达式的求值,并演示在求值过程中运算栈、操作数栈、输入字符和主要操作的变化过程-Now in the form required character sequences from input terminal of the correct grammar, do not contain variables by the operator is given priority to, the
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:8084
    • 提供者:wanjingyuan
  1. fuzhiyujulinux

    0下载:
  2. 算符优先,赋值语句的分析,输出格式为四元式。在linux环境下实现-Operator precedence, assignment analysis, the output format for the quaternary type. Achieved in the linux environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:32716
    • 提供者:小贺
  1. sizeyunsuan

    0下载:
  2. 以字符序列的形式从键盘输入语法正确的、不含变量的整数表达式,利用给定的算符优先关系,实现对算术四则混合运算表达式求值,并打印求值过程中运算符栈、操作数栈的变化过程。-In the form of a sequence of characters from the keyboard input grammatically correct, non-integer variable expression, using the given operator precedence relations,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1682
    • 提供者:chenzhuang
  1. suanfuyouxian

    0下载:
  2. 算符优先文法分析。《编译原理》课程设计是计算机应用专业的主要实践性教学环节,在学习了《编译原理》及专业基础课的基础上,设计一个实际的程序语言编译系统,目的在于加深学生对程序语言结构和机器处理方式的理解,初步掌握高级语言到机器指令的基本转换方法,提高进行工程设计的基本技能及分析解决实际问题,为毕业设计和以后的工程实践打下良好的基础。-suan fu you xian wen fa fen xi qi de she ji guo cheng de yuan dai ma ,li yong C bia
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:53048
    • 提供者:尹海文
  1. C

    0下载:
  2. C++制作的基于算符优先分析方法的表达式语法分析器-C++ production method based on operator precedence expression parser
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:6220
    • 提供者:时雨存心
  1. syyx

    0下载:
  2. 实现编译原理中的算符优先算法,输出算法实现中的各阶段的数据-Principle of the operator to achieve compile priority algorithm, the output algorithm in the various stages of data
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:32658
    • 提供者:wangle
  1. BianYiYuanLi

    0下载:
  2. 编译原理所有重要算法的实现 以及词法分析语法分析、中间代吗生成。LL1 LR0 算符优先 算符表达式到NFA再到DFA的算法。-Compile program. LL1 LRO NFA->DFA->MFA
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:119814
    • 提供者:lee
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 18 »
搜珍网 www.dssz.com