CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - operator

搜索资源列表

  1. 算符优先算法

    0下载:
  2. 一个算符优先算法程序, 实现编译原理中的算符优先算法.-an operator priority algorithm to achieve the principle of compiler operator priority algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9.71kb
    • 提供者:陈健
  1. 算符优先

    1下载:
  2. 一个程序,用于判定给定的文法是否为算符优先文法。 实现了:1.文法的机内表示;2. FIRSTVT集和LASTVT集的计算; 3. 算符优先关系矩阵的构造。-a procedure for the determination of grammar to whether the operator priority to grammar. Realized : 1. Grammar said the machines; 2. LASTVT FIRSTVT sets and set computing
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16.61kb
    • 提供者:luo
  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 experimental report.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:348.81kb
    • 提供者:dyz
  1. miniCalcu

    0下载:
  2. 迷你计算器,优先级,赋值运算均支持,比如:a=1 a=2 b=3+a a+b-mini calculator, priority level, assignment operator support, such as : a = a = 1 b = 2 3 a a b
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:23.33kb
    • 提供者:pkid
  1. (类)设计并实现一个具有并,交差等功能的集合类

    0下载:
  2. (类)设计并实现一个具有并,交差等功能的集合类 (假设采用顺序存储结构)。编写菜单驱动的C++程序, 利用该类实现集合的并,交差等运算。 -() design and implementation, and have a, perfunctory function of the collection classes (assuming sequential storage structure). Prepare a menu-driven C procedure, and us
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4.75kb
    • 提供者:蒋丽娜
  1. operator

    0下载:
  2. 此算法适用于编译原理课程,他是一种算符优先算法-a algorithm of operator prior
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:3.17kb
    • 提供者:袁晓敏
  1. OperatorPrecedenceParser

    0下载:
  2. 一个算符优先分析器,能对常见的算术表达式语句进行分析。-An operator precedence parser, capable of common arithmetic expression statements for analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:69.27kb
    • 提供者:zhangxueli
  1. operator

    0下载:
  2. 对键盘输入的表达式,可以实现简单的四则运算表达式计算,包含括号运算-The expression on the keyboard input, you can perform simple arithmetic calculation expressions, including parentheses operator
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:1.22kb
    • 提供者:mumu
  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
    • 文件大小:194.16kb
    • 提供者:浮云
  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
    • 文件大小:3.18kb
    • 提供者:yjj
  1. DOS-operator-source

    0下载:
  2. DOS 操作系统源码,完整的C语言文件包-dos operator system source code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:419.79kb
    • 提供者:inpile
  1. Operator-precedence

    0下载:
  2. 算符优先算法,非常完整的注释,便于学者研究修改。可直接放在C++工程中,控制台操作。-Operator priority algorithm, a very complete notes, easy to modify scholars. Can be placed directly on the C++ project, the console operator.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:1.78kb
    • 提供者:dieye
  1. operator-precedence-grammar

    0下载:
  2. 编译原理课程设计--算符优先文法(已知算符优先矩阵,输入句子,可以判断是否合法),程序保证可以运行,自己写的-Compiler theory curriculum design- operator precedence grammar (known operator priority matrix, the input sentence, can determine whether legal) procedures to ensure that you can run, write your
  3. 所属分类:Compiler program

    • 发布日期:2017-05-19
    • 文件大小:5.1mb
    • 提供者:ruirui
  1. Operator-priority-grammar-analysis

    0下载:
  2. 算符优先文法实现词法分析和语法分析,算符优先关系表-Operator precedence grammar, lexical analysis and parsing, operator precedence table
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:261.99kb
    • 提供者:adcc
  1. Compilation-of-operator-precedence

    0下载:
  2. 汇编的运算符优先级次序,初学者应该知道-Compilation of operator precedence order
  3. 所属分类:assembly language

    • 发布日期:2017-11-05
    • 文件大小:50.19kb
    • 提供者:李明哲
  1. operator-precedence-analysis-code

    0下载:
  2. 编译原理算符优先算法源程序,附有CPP代码,程序有说明,用VC打开即可运行-Compiler theory of operator precedence algorithm source, with CPP the code, program descr iption, VC open to run
  3. 所属分类:Compiler program

    • 发布日期:2017-11-15
    • 文件大小:797.69kb
    • 提供者:金旭斌
  1. edge-detection-Sobel-operator

    0下载:
  2. 边缘检测Sobel算子,基于Open CV.-Edge detection——Sobel operator,Based on Open CV.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-09
    • 文件大小:10.65kb
    • 提供者:王芳
  1. Operator-precedence-parser

    0下载:
  2. 算符优先分析是基于文法满足算符优先文法的基础上施加的一种自底向上的一种语法分析方法。通过对给定的文法构造算符优先分析表和实现某个符号串的分析,掌握算符优先分析法的基本思想和实现过程。-Operator priority analysis is based on operator precedence grammar grammar satisfy imposed on the basis of a bottom-up approach a grammatical analysis. Throug
  3. 所属分类:Compiler program

    • 发布日期:2017-05-12
    • 文件大小:2.5mb
    • 提供者:葛骁倩
  1. operator-first

    0下载:
  2. 算符优先分析器,可根据输入的产生式,构造算符优先分析器-Operator precedence parser, according to the input of production, construction operator precedence parser
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:618.71kb
    • 提供者:jue
  1. operator-precedence-parser

    0下载:
  2. 1、给出文法如下: G[E] E->T|E+T T->F|T*F F->i(E) 可以构造算符优先表如下: + * ( ) i + * ( ) i 2、计算机中表示上述优先关系,优先关系的机内存放方式有两种1)直接存放,2)为优先关系建立优先函数,这里由学生自己选择一种方式; 3、给出算符优先分析算法如下: k:=1 S[k]:=‘#’ REP
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1.76kb
    • 提供者:忆昔
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com