CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 逆波兰

搜索资源列表

  1. calculator

    0下载:
  2. 逆波兰计算器,适合初学者的小计算器-Reverse Polish calculator, suitable for beginners and a small calculator
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:8.25kb
    • 提供者:ygoo
  1. znbl

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

    • 发布日期:2017-04-03
    • 文件大小:1.5kb
    • 提供者:邱沛林
  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
    • 文件大小:228.74kb
    • 提供者:刘闲
  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
    • 文件大小:239.1kb
    • 提供者:张元
  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
    • 文件大小:1.25kb
    • 提供者:倪庆
  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
    • 文件大小:2.25kb
    • 提供者: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
    • 文件大小:3.14kb
    • 提供者:小伏
  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
    • 文件大小:11.47kb
    • 提供者:鼎鼎
  1. 1

    0下载:
  2. 逆波兰式。 求值。 输入为任意的计算式-Reverse Polish Notation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:828byte
    • 提供者:张天宇
  1. true-value

    1下载:
  2. 此程序完成真值表的实现,包括:与,或,非等,主要掌握逆波兰式用法,文档中有运行后的结果。-The realization of this process is complete truth table, including: and, or, non-, the main control Reverse Polish Notation usage, document the results of a run.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:1.37mb
    • 提供者:飞扬奇迹
  1. nibolan

    0下载:
  2. 逆波兰表达式,能够实现逆波兰表达式,20各字 20个字逆波兰表达式-ni bo lan biao da shi
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:850byte
    • 提供者:xiaowei
  1. A

    0下载:
  2. 实现逆波兰式求值, /*运用栈的思想将demo[]中数转化为逆波兰式存储在exp[]中,demo[]再作为符号标志*/-Evaluated to achieve Reverse Polish Notation, /* use stack ideas will demo [] the number into a Reverse Polish Notation is stored in the exp [] in, demo [] and then as a sign flag* /
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.34kb
    • 提供者:kevin
  1. calculator

    0下载:
  2. 基于逆波兰式实现的简易计算器。开发工具:VS2005,语言:C#。-Based on Reverse Polish Notation achieve the calculator. Development tools: VS2005, Language: C#.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:48.44kb
    • 提供者:kboy
  1. classicRecursion

    0下载:
  2. C++经典递归求值算法题解答,包括逆波兰前缀四则表达式递归求值,红与黑回溯算法,以及分苹果问题-C++ classic recursive evaluation algorithm questions answered, including four expression recursive evaluation Reverse Polish prefix, red and black backtracking algorithm, as well as sub-Apple
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:1.38kb
    • 提供者:xxx
  1. 逆波兰计算器的实现

    1下载:
  2. 逆波兰计算器的实现。是C++学习的基础。主要用到了堆栈数据结构-Inverse Polish calculator realization. Learning the basis C++. Mainly used in a stack data structure
  3. 所属分类:其他小程序

    • 发布日期:2017-11-06
    • 文件大小:888.37kb
    • 提供者:陈静
  1. 24point

    0下载:
  2. 上数据结构课程时侯编写的24点游戏程序,用到了逆波兰式来计算表达式,程序中还有各种堆栈等的操作-On the data structure courses Hou written in 24-point game program, use Reverse Polish Notation to evaluate the expression, there are a variety of program stack operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:284.7kb
    • 提供者:baoyugang
  1. nibolan

    0下载:
  2. 逆波兰的运算,大数字加减乘,指数运算,很经典的哦-Inverse Poland computing, digital subtraction multiplication, exponentiation, classic
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:3.96mb
    • 提供者:肖倩
  1. calculator

    0下载:
  2. 逆波兰法计算器,c语言程序设计实践源码,很经典-Reverse Polish calculator, the C programming source code
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:1.5kb
    • 提供者:lossrual
  1. Polish-Notation-expression

    0下载:
  2. 逆波兰式表达式求值,简单明了,步骤清晰,可以运行成功。-Reverse Polish Notation expression evaluation, simple, clear steps, you can run successfully.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:6.08kb
    • 提供者:张飞
  1. calculator

    0下载:
  2. 基于逆波兰表达式的表达式计算器,支持计算加减乘除以及包含任意级数括号的表达式(An expression calculator based on an inverse Polish expression that supports the expression of addition, subtraction, multiplication and division, and parentheses)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:73kb
    • 提供者:unixeno
« 12 3 »
搜珍网 www.dssz.com