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

搜索资源列表

  1. libbitap

    0下载:
  2. wu-manber算法的实现。 Wu-Manber基于BM算法思想,通过SHIFT、HASH、PREFIX三张表进行快速跳跃,实现快速多模式匹配。-A clean implementation of Sun Wu and Udi Manber s bitap algorithm. Note that the complete search string must be matched by the pattern. If you want to search for subst
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:6731
    • 提供者:buptisc
  1. Assignment-2-final

    0下载:
  2. conversion between infix, prefix and postfix
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:95999
    • 提供者:asif
  1. biaodashiqiuzhi

    0下载:
  2. 通过该程序可以计算前缀、中缀和后缀表达式的值。-Through the program can calculate the prefix, infix and postfix expressions value.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:375742
    • 提供者:许娜娜
  1. main

    0下载:
  2. 把输入的前缀表达式转换为后缀表达式并输出-Prefix of the input expression into postfix expression and output
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:997
    • 提供者:yanjibin
  1. ProExpr

    0下载:
  2. 实现表达式求值,表达式树绘制,前缀表达式转换中缀表达式,中缀表达式转换后缀表达式-To achieve expression evaluation, expression tree drawing, prefix expression conversion infix expression, the expression postfix conversion infix expression
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-08
    • 文件大小:138423
    • 提供者:陈义兵
  1. Expression-evaluation(suffix-method)

    0下载:
  2. 在栈的思想下,利用后缀表达式解决表达式求值的问题。类似的,可以推广到前缀表达式求值。-Thinking in the stack, using postfix expression evaluation expression to solve the problem. Similarly, the prefix can be extended to expression evaluation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1560
    • 提供者:englishteam
  1. src

    0下载:
  2. This program takes an equation in prefix,infix, or postfix mode with proper parenthesis and parses the equation into a binary tree to show which equations come first, then outputs the same equation back in prefix,infix, and postfix notation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:8723
    • 提供者:net7
  1. post_to_pre

    0下载:
  2. 将后缀表达式转换成前缀表达式:从键盘读入一后缀表达式,转化成前缀式-Prefix to postfix expression into the expression: read from the keyboard into a postfix expression, converted into a prefix-style
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2076
    • 提供者:斋隐
  1. Calculator

    0下载:
  2. 模仿实现windows下的计算器基本功能,并可以将前缀表达式转化为后缀表达式的功能。-Imitation to achieve the basic functions of the calculator under windows, and the expression can be converted into postfix expression prefix function.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:419256
    • 提供者:huzhe
  1. PRE_POST

    0下载:
  2. program in c to implement prefix to postfix
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:655
    • 提供者:nisha tiwari
  1. 1

    0下载:
  2. 输入表达式 建立二叉树 通过周游 输出 中缀后缀前缀表达式-Enter the expression to establish a binary tree output by traveling prefix infix postfix expression
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:15119
    • 提供者:张岩
  1. shuzhizhuanhuan

    0下载:
  2. 表达式是数据运算的基本形式。人们的书写习惯是中缀式,如:11+22*(7-4)/3。中缀式的计算按运算符的优先级及括号优先的原则,相同级别从左到右进行计算。表达式还有后缀式(如:22 7 4 - * 3 / 11 +)和前缀式(如:+ 11 / * 22 – 7 4 3)。后缀表达式和前缀表达式中没有括号,给计算带来方便。如后缀式计算时按运算符出现的先后进行计算。本设计的主要任务是进行表达式形式的转换及不同形式的表达式计算。-Expression is the basic form of dat
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:2364
    • 提供者:王伟
  1. infix_translation

    0下载:
  2. infix to postfix prefix
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:3552
    • 提供者:cccccjk
  1. infix_lab

    0下载:
  2. converting infix to postfix and prefix-converting infix to postfix and prefix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:222278
    • 提供者:yuki
  1. text2

    0下载:
  2. 实现了用树建立数值表达式,并求其值,随便输出它的广义表、前缀表达式和后缀表达式-To realize the tree is to develop a numerical expression, and for its value, literally output its generalized list, prefix and postfix expression expression
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:351460
    • 提供者:刘坤
  1. Project-Diva-4

    0下载:
  2. 课程作业, 将输入的前缀表达式转换为对应的逆波兰表达式(后缀表达式)-Course work, the prefix expression is converted to the corresponding input Reverse Polish Notation (postfix expression)
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1580962
    • 提供者:Joshua
  1. Convert Prefix To Postfix Expression

    0下载:
  2. Convert Prefix To Postfix Expression
  3. 所属分类:Windows编程

  1. e

    0下载:
  2. 按常规形式输入算术表达式(例如:输入2*(6-4)+8/4),要求能够: (1)生成表达式的后缀表示,并输出; (2)生成表达式的前缀表示,并输出; (3)基于表达式的后缀表示,对该表达式求值; (4)编写一个主程序对表达式求值函数进行测试。 -Enter a conventional form of arithmetic expressions (for example: Input 2* (6-4)+8/4), requires the ability to: (1) t
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2471
    • 提供者:David
  1. Postfix

    0下载:
  2. 将前缀码转换为普通码并求值 -The prefix code is converted to common code and uated
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3098800
    • 提供者:王维
  1. traverse-postfix-to-prefix

    0下载:
  2. To create a expression tree and traverse postfix to prefix and infix.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:735
    • 提供者:Amrinder singh
搜珍网 www.dssz.com