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

搜索资源列表

  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. exp_mid

    0下载:
  2. 用C写的中缀表达式求值程序及实验报告。-C superintendent, which was the expression evaluates procedures and laboratory reports.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:23873
    • 提供者:薇拉
  1. 中缀变后缀

    0下载:
  2. 这个c语言程序实现中缀表达式变为后缀表达式,并且实现其计算-the language program which is made up of expressions into a suffix expression, and its calculation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2349
    • 提供者:刘文旭
  1. biaodashi

    0下载:
  2. 1.一个表达式和一个二叉树之间,存在着自然的对应关系。写一个程序,实现基于二叉树表示的算术表达式Expression的操作。 2.假设算术表达式Expression内可以含有变量(a~z)、常量(0~9)和二元运算符(+,-,*,/,^(乘幂))。实现以下操作: ⑴ReadExpr(E)——以字符序列的形式输入语法正确的前缀表达式并构造表达式E。 ⑵WriteExpr(E)——用带括弧的中缀表达式输出表达式E。 ⑶Assign(V,c)——实现对变量Vde赋值(V=c),变量的初
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3627
    • 提供者:王莹
  1. zzh

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

    • 发布日期:2008-10-13
    • 文件大小:3037
    • 提供者:李伟光
  1. 逆波兰表达式

    0下载:
  2. 计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0—9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix France said the value of the e
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1451
    • 提供者:刘一
  1. 表达式转换求值 C++

    0下载:
  2. 表达式的转换求值 利用栈 中缀表达式转后缀 直接将扩展名转为CPP即可调试运行
  3. 所属分类:Windows编程

  1. c++2

    0下载:
  2. 编写一个能够计算中缀表达式的程序,其中关于中缀表达式有如下的要求: 1)表达式中只处理二元运算符 2)表达式中出现的运算符为:+、-、*、/、^(幂运算)、(),其中幂运算符的优先级别比*和/的高,但是其结合性为右结合 3)希望表达式中能够处理实数 -编写一个能够计算中缀表达式的程序,其中关于中缀表达式有如下的要求: 1)表达式中只处理二元运算符 2)表达式中出现的运算符为:+、-、*、/、^(幂运算)、(),其中幂运算符的优先级别比*和/的高,但是其结
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1375
    • 提供者:dgftd
  1. biaodashiqiuzhi

    0下载:
  2. 问题描述   带有变量的中缀表达式是常见的数学表达式。如果规定变量由长度不超过 8 个小写字母组成;end为保留字,表示程序段结束;用?表示输出指定变量的值,则可以设计出比较复杂的表达式(即一个可顺序执行语句序列)。例如,如果有如下语句段: abc=10 def=8 c=abc+def abc=abc+5-c*2 ? c ? abc end 则输出为: c=18 abc=-21 注意:为了简化编程实现,运算符只有
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:29196
    • 提供者:vengeance
  1. Caluate

    0下载:
  2. 将中缀表达式转换为后缀表达式,并计算任意四则运算表达式的结果,采用链表和队列实现,非文法和状态机-Infix expression would be converted to suffix expressions, and calculate the arithmetic expression of arbitrary results, the use of linked lists and queues to achieve, non-grammar and the state machine
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:7126
    • 提供者:wuwenxi
  1. stackqueue

    0下载:
  2. 数据结构栈和队列基本源代码,并包括银行模拟、中缀表达式计算、列车调度、农夫过河问题等经典数据结构算法。-Stack and queue data structure of the basic source code, and includes Bank of simulation, in the calculation is made up of expressions, the train scheduling, the farmer across the river, such as the
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:12772
    • 提供者:guanjun
  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. zhongzhuiqiujie

    0下载:
  2. 里面有中缀表达式的详细代码和结题报告,看了受益匪浅啊-Infix expression inside the detailed code and concluding report, read the benefit ah
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:23202
    • 提供者:KENNY
  1. edelweiss

    0下载:
  2. 2-9进制的数字转换 中缀表达式转换为后缀表达式 字符串中字母的频率及排序 括号配对的验证 链表式储存及功能-2-9 band of the digital conversion infix expression into postfix expression string and sort the letters in parentheses matching the frequency of verification of storage and features list
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:889710
    • 提供者:zhangjing
  1. c

    0下载:
  2. 中缀表达式 转化为后缀 表达式 数据结构 课后提 撒播撒播-Infix expression into postfix expression
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1183
    • 提供者:henry
  1. pragma once

    0下载:
  2. 中缀表达式转后缀表达式并求值,C++,栈的应用,(expression evaluation)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:15360
    • 提供者:三笠
  1. 中缀表达式转后缀表达式并求值

    0下载:
  2. 能够用数据结构实现中缀表达式到后缀表达式的转变(Change can achieve infix expression to a postfix expression)
  3. 所属分类:数据结构

    • 发布日期:2017-12-16
    • 文件大小:12288
    • 提供者:yaya1
  1. 中缀表达式求值

    0下载:
  2. 中缀值表达式算法,比较实用,学VC 的同学可以看看。。。(Infix expression algorithm, more practical value, to learn VC students can see.)
  3. 所属分类:.net编程

    • 发布日期:2017-12-27
    • 文件大小:56320
    • 提供者:death2049
  1. 源代码

    0下载:
  2. 简单计算器的实现,包括加减乘除 ,支持括号匹配,小数点,可生成中缀表达式,后缀表达式(To achieve a simple calculator, including support bracket matching, add, subtract, multiply and divide, the decimal point, can generate infix expression suffix expression)
  3. 所属分类:

    • 发布日期:2018-01-09
    • 文件大小:323584
    • 提供者:欣儿xinror
  1. infix

    0下载:
  2. C++实现中缀表达式的计算,不能有非法输入,可以有空格(The infix calculator)
  3. 所属分类:

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:xdsl
« 12 3 4 »
搜珍网 www.dssz.com