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

搜索资源列表

  1. www.zip

    0下载:
  2. 编译原理的一个题目:算符优先分析
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:2195
    • 提供者:
  1. 算符优先分析.rar

    0下载:
  2. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:1926
    • 提供者:
  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 (stored Operators relations bet
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1972193
    • 提供者:李平
  1. 四元转换器

    0下载:
  2. 四元式分析器。供初学者借鉴和使用。只要使用算符优先算法。-four yuan analyzer. For beginners learn from and use. As long as the operator priority to the use of algorithms.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:37761
    • 提供者:巫丙亮
  1. Winsuanfu007

    0下载:
  2. 算符优先文法分析器的例子,vc++6.0制作-operator priority grammar analyzer example, produced 6.0 vc
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:35849
    • 提供者:mark
  1. 算符优先—编译原理

    0下载:
  2. java实现的对算术表达式进行词法分析和语法分析,实现过程很简练,值得参考哦!-achieve the right arithmetic expression for lexical analysis and syntax analysis, implementation process is very concise and valuable reference Oh!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:75319
    • 提供者:陈为
  1. java8934567355

    0下载:
  2. 一些实用的JAVA编程小例子.用算符优先算法分析算术表达式,算法很简练,希望大家参考。-some practical examples of small Java programming. Using operator priority arithmetic expression analysis algorithm, the algorithm is very concise and hope your reference.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1259933
    • 提供者:肖云
  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. suanfuyouxian

    0下载:
  2. 是计算机编译原理的课程设计 算符优先算法的源代码-computer compiler theory of curriculum design operator priority algorithm source code
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1564
    • 提供者:wuyanru
  1. sdafdsads

    0下载:
  2. 本程序用于 计算机专业学 生学编译原理 的实验或实 验报告,算符优先-procedures for the students to learn computer professional compiler theory or experimental experiments, operator priority
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4704
    • 提供者:熊刚
  1. ExpressAnalysis

    0下载:
  2. 表达式分析, 支持算术运算,括号,关系运算,逻辑运算,字符串的like运算等。采用了有限自动机做词法分析, 语法分析用算符优先分析方法,正负号算符使文法不是OPG,因此这里作了特殊处理。分析的结果是逆波兰式, 存在一个链表中。在逆波兰式的基础上,用一个栈来进行求值。在vc++6.0下试验通过。 如有问题,可以mail: zch888email@163.com 我将尽快回复你。-expression analysis, supports arithmetic operations, bra
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:22808
    • 提供者:大山
  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. c_experience

    0下载:
  2. 指针经验总结,要了解指针,多多少少会出现一些比较复杂的类型,所以我先介绍 一下如何完全理解一个复杂类型,要理解复杂类型其实很简单,一 个类型里会出现很多运算符,他们也像普通的表达式一样,有优先 级,其优先级和运算优先级一样,所以我总结了一下其原则: 从变量名处起,根据运算符优先级结合,一步一步分析.-c experience
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:201572
    • 提供者:zhanzc
  1. 123

    0下载:
  2. 编译原理--- --- --算符优先分析法-Compiler theory-------------- operator precedence analysis
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:527750
    • 提供者:张三
  1. Operatorprecedencegrammar

    0下载:
  2. 编译原理算符优先文法,判断输入的字符串是不是算符优先文法-Principles of operator precedence grammar compiler to determine the input string is not operator precedence grammar
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2236
    • 提供者:风琴
  1. 7864645465

    0下载:
  2. 编译原理 算符优先文法分析器 具体功能见程序软件-Compiler theory operator precedence grammar analyzer software, see the specific features
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:60538
    • 提供者:米若晨
  1. Compile-principle-experiment1-6

    0下载:
  2. 编译原理实验指导书 实验一 词法分析程序(扫描器)的设计 实验二 递归下降语法分析程序设计 实验三 LL(1)语法分析器设计 实验四 算符优先分析器设计 实验五 LR分析器设计 实验六 语法制导翻译程序设计-Compile term Principle Experiment Experimental Analysis of Instruction Program (scanner) is designed to test two recursive descent par
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:46306
    • 提供者:浮云
  1. CSharp

    0下载:
  2. 实现算符优先文法的矩阵,并且对给定的字符串进行规约-Matrix to achieve operator precedence grammar, and on the Statute of the given string
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:16529
    • 提供者:caoqingzhu
  1. 实验二

    0下载:
  2. 根据算符优先文法的语法分析思想实现语法分析程序(According to the syntax analysis of operator precedence grammar, the syntax analysis program is implemented)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:212992
    • 提供者:QiCmb
  1. 11111

    0下载:
  2. 进行算符优先计算,拥有firstvt与lastvt的计算(Perform operator precedence calculation with firstvt and lastvt)
  3. 所属分类:数值算法/人工智能

« 1 2 34 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com