CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 表达式 中缀 后缀

搜索资源列表

  1. khss

    0下载:
  2. 数据结构:带括号的算术表达式求值。能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。-data structure : the bracketed arithmetic expression is evaluated. Complete with a number of brackets arithmetic expression Operational results for the multi-digit number. With Stack I
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2130
    • 提供者:橙子
  1. myCompile

    0下载:
  2. 一个小程序,用c++语言实现简单的一遍编译器,完成中缀表达式与后缀表达式之间的转换。-a small program, c simple language what the compiler, completed sergeant with the suffix expression between the expression change.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2685
    • 提供者:刘刚
  1. 45646748945

    0下载:
  2. 本程序的功能是:将中缀表达式(只能含有的运算符为( ) / * + - =)转化为后缀表达式,-this procedure is the function : China will decorate the expression (containing only the operator () / * - =) into suffix expression,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1857
    • 提供者:吉尔
  1. houzhui

    0下载:
  2. 把中缀表达式转换为后缀表达式并计算结果~~第一个编译试验作业~-sergeant Chinese expression for the conversion and extension expression results ~ ~ a compiler test operations ~
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:11314
    • 提供者:zw
  1. translater

    0下载:
  2. 将简单中缀算术表达式变换成: (1)后缀形式 (2)对常量算术表达式,输出结果 简单中缀算术表达式是指由单个字母变量,自然数通过 +,-,*, DIV , MOD运算以及括号()构成的表达式,如 a + ( 5 MOD 2) * 2。 -will Infixation simple arithmetic expressions transform into : (a) the form of the suffix (2) constant arithmetic expressio
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2798
    • 提供者:sunny
  1. 1

    0下载:
  2. 利用堆栈进行中缀表达式转后缀表达式的转换。
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:921
    • 提供者:郭羽儇
  1. biaodashiqiuzhi

    0下载:
  2. 实现了表达式的求值。当你输入一般的表达式,程序会实现了转化为前缀表达式,中缀表达式以及后缀表达式,并分别计算出结果。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:44466
    • 提供者:harry
  1. 03

    0下载:
  2. 编译原理实验中有关中缀表达式转后缀表达式输出的程序代码.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1862
    • 提供者:卢雪
  1. zzh

    0下载:
  2. 实现中缀表达式转后缀表达式最终版.c
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3037
    • 提供者:李伟光
  1. khss_Debug

    0下载:
  2. 带括号的算术表达式计算器.能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。-bracketed arithmetic expression calculator. Complete with a number of brackets arithmetic expression Operational results for the multi-digit number. With Stack Implementation grade express
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:211460
    • 提供者:梁志宏
  1. InToPost

    0下载:
  2. 中缀表达式转换成后缀表达式算法,并求算术表达式的方法。-Infix expression into the expression suffix algorithm, and methods for arithmetic expressions.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2042
    • 提供者:吕秀彬
  1. 1

    0下载:
  2. C++语言编的表达式求值-中缀表达式转为后缀表达式-C++ language for evaluation of the expression- expression to infix expressions suffix
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1565
    • 提供者:小杨
  1. Calculator

    1下载:
  2. c++语言编写的计算器程序,可以实现加减乘除,不过不支持双位数,使用堆栈编写,含有中缀表达式到后缀表达式的转换。-c++ language calculator program, Math can be achieved, but does not support double-digit, use the stack preparation, with infix expression to postfix expression converter.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:269870
    • 提供者:王文
  1. 01

    0下载:
  2. 一个简单的程序,中缀表达式变后缀表达式并计算-zhongzhui into houzhui
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:2324
    • 提供者:杨灏靓
  1. ex1

    0下载:
  2. 《编译原理》表达式翻译器 构造一个中缀表达式到后缀表达式的翻译器,初步了解递归下降语法分析原理及语法制导翻译的过程。-Compiler theory expression translator construct an infix expression to postfix expression translator, a preliminary understanding of recursive descent parsing principle and Syntax translation
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:875
    • 提供者:陈依云
  1. 1

    2下载:
  2. 编译原理实验 表达式翻译器:一个中缀表达式到后缀表达式的翻译器 表达式文法及其翻译模式定义如下: expr  expr + term {print(‘+’)} | expr - term {print(‘-’)}| term term  term * factor {print(‘*’)} | term / factor {print(‘/’)} | factor factor  ( expr ) | id {print(id.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:4924
    • 提供者:wuchiren
  1. expression-translator

    0下载:
  2. 构造一个中缀表达式到后缀表达式的翻译器 表达式文法及其翻译模式定义如下: expr + term {print(‘+’)} | expr - term {print(‘-’)} | term term * factor {print(‘*’)} | term / factor {print(‘/’)} | factor f-Construct an infix expression to postfix expression translator
  3. 所属分类:Compiler program

    • 发布日期:2017-11-07
    • 文件大小:31050
    • 提供者:胡淼
  1. infix-to-postfix

    0下载:
  2. 中缀表达式转后缀表达式,只做了数字,没有考虑字母的情况-infix to postfix
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1238
    • 提供者:梁炎
  1. compile1

    0下载:
  2. 一个将中缀表达式转为后缀表达式的词法分析器-Infix expression a will turn into a postfix expression lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1499
    • 提供者:张鸿蔓
  1. 中缀转后缀

    1下载:
  2. 实现将表达式的中缀转后缀。包括yacc程序和编译后C++代码,可以直接使用(this code makes the middle expression turn into postfix expression)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:stella1
« 12 »
搜珍网 www.dssz.com