CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 逆波兰

搜索资源列表

  1. 004

    0下载:
  2. 题 目: 布尔表达式的文法: B ® B and T | T T ® T or F | F F ® not F |true|false |(B)| i rop i 设计布尔表达式文法,给出该文法的属性文法,用算符优先分析法实现对布尔表达式的翻译,给出翻译的逆波兰式结果。 自己做的编译原理课程设计-Title: Boolean expression grammar: B ® B and T | T T ® T or F | F F &re
  3. 所属分类:assembly language

    • 发布日期:2017-05-14
    • 文件大小:3647371
    • 提供者:秦文
  1. sfac

    0下载:
  2. 采用逆波兰式表示运算表达式,运算对象只接受两类:效数和十进制无符整效数-Using Reverse Polish Notation, said operation expressions, operands accept only two categories: efficiency without break the whole number and decimal number effect
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:5313
    • 提供者:桂煌
  1. znbl

    0下载:
  2. C++编写的基本算法,转换表达式为逆波兰式的程序。-Convert expression to Reverse Polish Notation programs.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1539
    • 提供者:邱沛林
  1. nipoland

    0下载:
  2. 实现前缀表达式到逆波兰表达式的转换,属于属于结构的作业-Achieve the prefix expression to Reverse Polish Notation conversion, are part of the structure of operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:234232
    • 提供者:刘闲
  1. txt

    0下载:
  2. 利用栈及简单语法将中缀式转为逆波兰式 即使是初学者也能看懂-The use of the stack and a simple syntax infix style to Reverse Polish Notation, even beginners can understand
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1132
    • 提供者:yuqinoh
  1. nibolanshi

    0下载:
  2. 表达式的语法制导逆波兰式生成 c++编写-grama analys
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:9642
    • 提供者:宋楷
  1. npoland

    0下载:
  2. 逆波兰表达式,数据结构中经常用到,编译通过,放心使用-Reverse Polish Notation, the data structure often used, compile passed, rest assured that the use of
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:244834
    • 提供者:张元
  1. 17007227_2

    0下载:
  2. 树形逆波兰式输入,四则运算,树形打印输出-Tree Reverse Polish Notation input, four operations, tree printouts
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-24
    • 文件大小:106226
    • 提供者:高洁
  1. nibolan

    0下载:
  2. 非常经典的数据结构课程中,以C++解决逆波兰表达式的问题。给出了详细的算法和输出结果-A very classic data structures course, in order to solve the C++ Reverse Polish Notation issues. Gives a detailed algorithm and output
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:890223
    • 提供者:岳飞
  1. Boolean

    0下载:
  2. 程序的任务是判断输入的两个布尔表达式是否完成的是同样的功能。将布尔表达式转换成逆波兰序-Write a program to read in two arbitrary Boolean expressions and see if they represent the same function. The input language should include single letters as Boolean variables, the operands AND, OR, and NOT
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:
    • 文件大小:1742
    • 提供者:李米
  1. expr

    0下载:
  2. 逆波兰式的输入及计算,是数据结构的很好代码-Reverse Polish Notation of input and calculation, is a good source data structure
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:154210
    • 提供者:tj
  1. fuzhiyuju

    0下载:
  2. 编译原理中简单赋值语句的翻译,将赋值语句翻译成逆波兰式-Compilation Principle of a simple assignment statement, the translation assignment statement will be translated into Reverse Polish Notation
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1280
    • 提供者:倪庆
  1. Expression

    0下载:
  2. 表达式求值问题,将输入的表达式转换为相应的逆波兰-Expression evaluation problem, the input expression is converted to the corresponding inverse Poland
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:104000
    • 提供者:周冰
  1. caculator

    0下载:
  2. 基于博创ARM2410-SforUCOS平台的计算器,利用逆波兰式算法,可以实现键盘和触摸屏操作,可以实现加减乘除、括号、删除和清屏功能-Borch-based platform, ARM2410-SforUCOS calculator using Reverse Polish Notation algorithm can achieve keyboard and touch screen operation, addition and subtraction multiplication an
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:1357227
    • 提供者:riquelme
  1. AlPoland

    0下载:
  2. 对表达式进行语义、语法分析,其语法分析使用算符优先分析方法,其逆破兰式的构造在每次语法分析的规约过程中进行,最后利用已经建立好的逆波兰式计算表达式的值。-Pairs of expression semantics, syntax analysis, syntax analysis using the operator the priority of its analysis, the reverse break-lan-style structure in the parsing of the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:41066
    • 提供者:chenxi
  1. part1

    0下载:
  2. 实现输入字符的波兰式与逆波兰式的输出,使用数据结构中栈的应用-Poland, the input character type with the Reverse Polish Notation of output, using the application data structure stack
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:974993
    • 提供者:yc
  1. nibolan

    0下载:
  2. 基于C++的有关数据结构的逆波兰表达式算法-Based on C++, data structures related to Reverse Polish Notation algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:245422
    • 提供者:李湘
  1. VB-ReversePoland

    0下载:
  2. 自己用VB写的逆波兰表达式算法,包括中缀表达式转换到后缀表达式,后缀表达式的计算,在模块reversePoland.bas中,都已经写成了函数。-This code source written with visual basic is a realization of reversepoland algorithm.The transformation to suffix expression is expected in the file reversePoland.bas. In addt
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3900
    • 提供者:ck
  1. nibolanshiqiuzhi

    0下载:
  2. 数据结构,逆波兰式求值,源码,nibolanshiqiuzhi-Data structure, Reverse Polish Notation seeking value, source code, nibolanshiqiuzhi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:1188
    • 提供者:caiyubo
  1. expression

    0下载:
  2. 表达式求值,包括双字符的转换,求值,逆波兰-expression s transform and calculate.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:986
    • 提供者:朱琳
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »
搜珍网 www.dssz.com