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

搜索资源列表

  1. suanfuyouxianfenxisuanfa

    0下载:
  2. 算符优先分析算法编译原理此类分析c++环境-算符优先分析算法编译原理此类分析c++
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:668
    • 提供者:yangbolong
  1. a

    0下载:
  2. 一个算符优先分析器,首先构造优先关系表,然后根据算符优先分析算法编写程序。 -An operator precedence parser, the first priority relational table structure, and then write a program operator precedence parsing algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:46102
    • 提供者:卜丽娜
  1. biaodashiqiuzhi

    0下载:
  2. 表达式求值,采用算符优先方法的表达式求值-Expression evaluation, the preferred method of using the expression operator evaluation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:2143
    • 提供者:sunny
  1. suanfayouxian

    0下载:
  2. 算符优先关系表!!输入文法可以得出算符优先关系表并显示出来!-Operator precedence relation table! ! Enter the operator precedence grammar can be drawn between the table and displayed!
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:826402
    • 提供者:JWR
  1. Labqiuzhi

    0下载:
  2. (1) 设置运算符栈和操作数栈辅助分析算符优先关系; (2) 在读入字符序列时,完成运算符和操作数的处理,以及相应运算; (3) 在识别处运算数的同时,要将其字符序列形式转化成 float 型数据形式; (4) 输入的字符序列中,操作数不一定是一位数,可能是多位数,如 16+32 ; (6) 在程序中会用到两类栈:操作数栈和运算符栈,分别为 float 型数据和字符型数据, 思考在同一个程序中如何处理两类不同的数据类型? -(1) set operator op
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:3517
    • 提供者:邱继颖
  1. Operatorpriorityanalysis

    0下载:
  2. 编译原理,一个简单的算符优先分析小程序,有说明文档,运行截图-Compiling principle, a simple operator priority analysis of small procedure, have documentation, run a screenshot
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:916152
    • 提供者:曹阳
  1. precedencegrammar

    0下载:
  2. 编译原理实验C语言实现算符优先文法precedence grammar-C language compiler principle experiment operator precedence grammar precedence grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1497
    • 提供者:hudong
  1. OPG

    0下载:
  2. 编译原理课程设计—基于算符优先分析方法的表达式语法分析器 学习了张素琴的《编译原理》(第二版),根据书中的算法,写了个语法分析器。 有完整的代码+文档。-Principles of curriculum design compiler- based analysis of the expression operator precedence parser learn Zhang Suqin the " compiler theory" (second edition),
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:231608
    • 提供者:liweihua
  1. calculator

    1下载:
  2. 用C++编写带括号的算术表达式求值,利用堆栈实现,采用算符优先数算法。-Written with C++ arithmetic expression in parentheses is evaluated using the stack implementation, the use of operator priority number algorithm.
  3. 所属分类:Data structs

    • 发布日期:2015-12-15
    • 文件大小:440320
    • 提供者:JJWM
  1. Design-of-operator-precedence

    0下载:
  2. 算符优先分析器设计 给定定义算术表达式的算符优先文法如下: G[E]: (1)E->E+T (2)E->E-T (3) E->T (4)T->T*F (5)T->T/F (6)T->F (7)F->P^F (8)F->P (9)P->(E) (10)P->i 编程实现此文法的算法优先分析器,并设输入的文法的句子为: (i*(i+i)-i )/i^i^i 给出输
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:198819
    • 提供者:浮云
  1. Caculator2

    0下载:
  2. C#写的简单计算器,支持算符优先和普通算法。可在主菜单切换运算模式-C# to write a simple calculator, support for operator precedence and the general algorithm. Operations in the main menu to switch modes
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:61319
    • 提供者:陈奕武
  1. myCompiler

    0下载:
  2. 用C#语言对编译原理的编程实现包括NFA转DFA、LR(0)、算符优先等算法-Compiled with the C# language programming principles, including NFA transfer DFA, LR (0), operator precedence and other algorithms
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:462140
    • 提供者:wangxiaoming
  1. Cpp3

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

    • 发布日期:2017-04-09
    • 文件大小:1084
    • 提供者:damei
  1. yufafenxichengxu

    1下载:
  2. (1)根据给定文法,先求出FirstVt和LastVt集合,构造算符优先关系表(要求算符优先关系表输出到屏幕或者输出到文件); (2)根据算法和优先关系表分析给定表达式是否是该文法识别的正确的算术表达式(要求输出归约过程) (3)实验要求独立完成,不允许有抄袭现象。 (4)实验完成后,要求提交源程序和上交实验报告(包括源程序清单)。 -(1) according to the given grammar, first find the FirstVt and LastVt col
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:8290
    • 提供者:ZHANGJIANKUN
  1. priority.tar

    0下载:
  2. 编译原理算符优先分析实现,可以打印出比较帅的语法树-Compiler theory operator priority to achieve, you can print out the more handsome of the syntax tree
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:4739
    • 提供者:张佳
  1. 123

    0下载:
  2. 算符优先文法处理算术表达式,算术表达式的语法分析器-Operator precedence grammar processing arithmetic expressions, arithmetic expressions parser
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:2374
    • 提供者:李保芝
  1. Yu-fa-fen-xi

    0下载:
  2. 编译原理的语法分析,两种方法分别实现:算符优先和递归下降-Compiler theory of syntax analysis, two methods to achieve: operator precedence and recursive descent
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:21352
    • 提供者:未夫尤
  1. Compiler-theory-of-curriculum-design

    0下载:
  2. 这是本人花费一个周完成的编译原理课程设计,也可以作为相关内容的实验报告,里面包括SLR(1)文法和算符优先文法相关内容,包括原代码等,比较详细,希望对各位有所帮助。 -This is my take one week to complete the compiler theory of curriculum design, relevant content can be used as lab reports, which include the SLR (1) grammar, and o
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:247625
    • 提供者:黎明
  1. mylexer

    0下载:
  2. 包括词法分析,递归下降语法分析,LL(1)语法分析,简单优先语法分析和算符优先语法分析-Including lexical analysis, recursive descent parsing, LL (1) syntax analysis, a simple grammar analysis and operator precedence parsing priority
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:12357
    • 提供者:李强
  1. operator-priority-algorithm

    0下载:
  2. 本程序是对算符优先算法的简单实现,适合初学编译原理的人参考使用-This program is a simple algorithm to achieve the priority operator, suitable for beginners who compiled reference works
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:3260
    • 提供者:yjj
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 »
搜珍网 www.dssz.com