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

搜索资源列表

  1. 2

    0下载:
  2. 逆波兰式表示法的生成程序,挺好的!实现了从中缀向后缀的转变-Reverse Polish Notation notation generation process, quite good! Realized the transformation from infix to suffix
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1.18kb
    • 提供者:李荣涛
  1. zhongzhuidaohouzhui

    0下载:
  2. 实现编译原理中缀到后缀的c++程序源代码 实现编译原理中缀到后缀的c++程序源代码-Compiling principle to achieve infix to suffix c++ Compile source code to achieve the principle of infix to suffix c++ Source code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:865byte
    • 提供者:
  1. infixToprefix

    0下载:
  2. This source code is used for make infix expression from prefix expression by using assembly and C language together.
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:6.98kb
    • 提供者:asi
  1. InToPost

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

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

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

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

    0下载:
  2. 中缀表达式转换成四元式的代码,用C语言实现的-Infix expression into a quaternion-based code, using C language realization of the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:839byte
    • 提供者:au
  1. SOURCE

    0下载:
  2. convert infix expression to post fix expression and evaluate post fix expression
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:11.8kb
    • 提供者:ahmed
  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
    • 文件大小:1.11kb
    • 提供者:yuqinoh
  1. LZ78encodinganddecoding

    0下载:
  2. LZ78的编码思想是不断地从字符流中提取新的“缀-符串(String)”(通俗地理解为新“词条”),然后用“代号”也就是码字(Code word)表示这个“词条”。这样一来,对字符流的编码就变成了用码字(Code word)去替换字符流,生成码字流,从而达到压缩数据的目的。 -LZ78 encoding idea is to continually extracted from the character stream the new " infix- character string
  3. 所属分类:Editor

    • 发布日期:2017-04-05
    • 文件大小:15.18kb
    • 提供者:jianli Wang
  1. good

    0下载:
  2. 简单的将中缀到后缀的转换,一般是编译实验的第一次实验,主要是递归下降法-Simple to convert infix to suffix is generally compiled the first experimental test
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:173.99kb
    • 提供者:刘鑫生
  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
    • 文件大小:263.54kb
    • 提供者:王文
  1. huizhuishi

    0下载:
  2. 中缀式转换成后缀式 基于语法制导翻译的表达式转换编译器-Postfix infix conversion into a translation type expression based Syntax compiler transformation
  3. 所属分类:source in ebook

    • 发布日期:2017-03-24
    • 文件大小:2.81kb
    • 提供者:文迪
  1. compiler_infi_into_suffixform

    0下载:
  2. 编译原理课程实验:将简单中缀算术表达式变换成:(1)后缀形式;(2)生成书上描述的抽象堆栈机的代码;(3)对常量算术表达式,输出结果 -Compiler theory course experiment: a simple infix arithmetic expressions transform into: (1) suffix form (2) generate an abstract descr iption of the book stack machine code (3)
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:48.81kb
    • 提供者:
  1. ReversePolishNotation

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

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

    0下载:
  2. It is based on infix to postfix evaluation.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:1.07kb
    • 提供者:mohit
  1. qiuzhi

    0下载:
  2. 本实验的目的就是设计一个表达式求值的程序,程序中能接受包含(,),+,-,*,/, ,^的中缀表达式,从文件中读取算术表达式,并求出算术表达式的结果,在另一文件里输出-The purpose of this study is to design an expression evaluation process, the program can accept include (,),+,-,*,/, ,^ the infix expressions, arithmetic expressions
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:761.5kb
    • 提供者:式圣
  1. zhong_zhuan_hou_calc

    0下载:
  2. 输入中缀表达式,转换为后缀表达式,并计算出结果-Input infix expression into postfix expression, and calculate the results
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:8.55kb
    • 提供者:莫斌峰
  1. mpi-trans

    0下载:
  2. changing infix notation to prefix notation when calculating
  3. 所属分类:Editor

    • 发布日期:2017-04-01
    • 文件大小:2.66kb
    • 提供者:Kim
  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
    • 文件大小:875byte
    • 提供者:陈依云
  1. infix-to-postfix

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

    • 发布日期:2017-04-10
    • 文件大小:1.21kb
    • 提供者:梁炎
« 12 »
搜珍网 www.dssz.com