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

搜索资源列表

  1. XReversePolishNotation

    0下载:
  2. Visual C++ 6 编写的控制台程序,开程序接受一个以#结尾的中缀表达式(如a+(b*d)#),输出对应的后缀(逆波兰)表达式-Visual C++ 6 console program written in, open process to accept a# at the end of infix expression (such as a+ (b* d)#), output of the corresponding suffix (reverse Polish) expression
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:37109
    • 提供者:zhouxiang
  1. nibolan

    0下载:
  2. 这是一个求逆波兰表达式的程序,定义类,用堆栈实现-This is an inverse Polish expression of the process, the definition of class, with the stack to achieve
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1998991
    • 提供者:zhaowh
  1. lab1

    0下载:
  2. 实现了逆波兰式和数学表达式之间的转换的算法-Achieved Reverse Polish Notation and mathematical algorithm for conversion between the expression
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1889
    • 提供者:ha ha
  1. reverse_Polish_calculations

    0下载:
  2. 数据结构初学者 ,c++,逆波兰计算器,很适合初学者,欢迎提出建议-Data structures for beginners, c++, Reverse Polish calculator, it is suitable for beginners, and welcomes suggestions for
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:336317
    • 提供者:Mc Ducky
  1. Polish

    0下载:
  2. 实现普通表达式到逆波兰表达式的转化,使用C++完成,用于编译原理-To achieve common expression to reverse the transformation of the Polish expression, the use C++ to complete, for compiling principle
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:557
    • 提供者:cici0932
  1. expression_calculator

    0下载:
  2. 一个采用逆波兰式计算表达式结果的程序,程序简单精巧,注释清楚。程序使用双栈结构,最后结果输出逆波兰式及计算结果-A calculated expression using reverse the results of the Polish program, the program simple and delicate, clear notes. Program uses the dual-stack structure, the final result against Poland, and
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2301
    • 提供者:Crane
  1. tautological

    0下载:
  2. 判断一个逻辑表达式是否是重言式,用户输入正确的逻辑表达式,计算机按照运算优先顺序生成二叉树,再用后序遍历得到逆波兰表达式,用逆波兰表达式来判断输入的表达式是否是重言式,用户也可以自己赋值来测试表达式的真假!-Determine whether a logical expression is a tautology, users enter the correct logical expression, the computer generates a binary tree in accord
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3217
    • 提供者:小伏
  1. nibolancomputer

    0下载:
  2. 逆波兰计算器,自己写的作业,感觉还好用-nibolan computer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:9780
    • 提供者:qiufou888
  1. biaodashiqiuzhi

    0下载:
  2. 输入一个表达式,以逆波兰式存储起来,最后求出值-Enter an expression to Reverse Polish Notation stored, and finally calculate the value
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1603
    • 提供者:xixi
  1. reversepolishnotationgenerationprocess

    0下载:
  2. 逆波兰表达式生成算法是比较当前运算符与栈顶运算符的优先关系,若当前运算符的优先级高于栈顶运算符,则当前运算符入栈,若当前运算符的优先级低于栈顶运算符,则栈顶运算符退栈。-Reverse Polish expression generation algorithm is more current operator and the operator stack ranking, if the current operator precedence than the stack operator, t
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:11742
    • 提供者:鼎鼎
  1. stack

    0下载:
  2. 栈子系统,主要包括了进栈、出栈、显示、数值转换、逆波兰式及返回-Stack subsystem, including the Progressive stack, the stack, display, numeric conversion, Reverse Polish Notation and return
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1477
    • 提供者:july
  1. RPN

    0下载:
  2. 编译原理,逆波兰式 编译原理,逆波兰式 -RPN
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:88824
    • 提供者:马涛
  1. nibolanshi

    0下载:
  2. 用vc实现编译原理的词法分析,最终产生逆波兰式-Achieved with the vc compiler theory of lexical analysis, the resulting Reverse Polish Notation
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:893700
    • 提供者:孙芸芸
  1. 24point

    0下载:
  2. 计算24点,采用逆波兰式对输入进行判断,应用堆栈对数据进行处理。-24 points calculated using the Reverse Polish Notation on the input to judge the application stack of the data processing.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2597
    • 提供者:Rick
  1. ReversePolishNotation

    0下载:
  2. 中缀表达式转换为逆波兰表达式,并计算逆波兰式结果。-Infix expression into Reverse Polish expression, and calculate the Reverse Polish Notation results.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:5255
    • 提供者:Chen
  1. nibolan

    0下载:
  2. 逆波兰表达式之c语言实现,一个小计算器。可以计算括号,和加减乘除-Reverse Polish expression of the c language, a small calculator
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:935
    • 提供者:xiaorui
  1. nibolan

    0下载:
  2. 逆波兰式(编译原理的实验)自己看啦~~.rar-nibolan
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:9686
    • 提供者:flyjc
  1. reversed_Polish_notation

    0下载:
  2. 逆波兰算法,用以实现四则混合运算,可以支持加,减,乘,除,括号的优先级判断,得到运算结果。-RPN algorithm to achieve four hybrid operation, to support add, subtract, multiply, divide, to determine the priority of parentheses to get the results of operations.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2858
    • 提供者:夏于冲
  1. nibolanshi

    0下载:
  2. 数据结构实验--返回表达式e的逆波兰式 e已经指向栈s-Experimental data structure- returns the inverse Polish expression of e e are pointing at the stack s
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:980
    • 提供者:谢默
  1. 2005062515324127278

    0下载:
  2. 编译课程设计,主要有词法分析和逆波兰式,词法属性-failed to translate
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:1306065
    • 提供者:于灵风
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »
搜珍网 www.dssz.com