搜索资源列表

  1. 中缀表达式求值

    0下载:
  2. 中缀表达式求值,运用了堆栈进行存储,并支持小数的计算-expression which evaluates superintendent, the use of stack for storage, and support for the calculation of the minority
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1341
    • 提供者:吴伟
  1. 编译原理中缀后缀表达式转换器

    13下载:
  2.       一个中缀表达式变后缀表达式转换器~~~VB编的代码共享给大家~~

  3. 所属分类:其他小程序

    • 发布日期:2008-10-12
    • 文件大小:200460
    • 提供者:ddwolf860617
  1. exp_mid

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

    • 发布日期:2024-05-14
    • 文件大小:23552
    • 提供者:薇拉
  1. 中缀变后缀

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

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:刘文旭
  1. 逆波兰表达式

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

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:刘一
  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 Stac
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:210944
    • 提供者:梁志宏
  1. khss

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

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:
  1. Calculator_2

    0下载:
  2. 由于不上传就不能下载 所以我随便传了一个这个程序能计算一个中缀表达式 不能处理负数 (呵呵 还没写好)-Because doing not ascend to spread and then can t wnload so I spread literally a this procedure can compute a the inside expresses the type can t handle minus quantity(
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:1943552
    • 提供者:
  1. 计03_6_27张石

    0下载:
  2. 中缀表达式向后缀表达式的转化,并且具有求值的功能,有出错显示.-expression which is made up of the suffix to the conversion formula, and has evaluates the function, wrong show.
  3. 所属分类:编辑框

    • 发布日期:2024-05-14
    • 文件大小:90112
    • 提供者:hamd
  1. 转换中缀表达式求值

    0下载:
  2. 实现中缀变后缀表达式求值.用VC编写的,大家可以来看看,发表下意见也行. -realization grade change suffix expression evaluated. VC prepared, we can look at, to publish opinions OK.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:108544
    • 提供者:陈静波
  1. 中缀表达式求值

    0下载:
  2. 中缀表达式求值,运用了堆栈进行存储,并支持小数的计算-expression which evaluates superintendent, the use of stack for storage, and support for the calculation of the minority
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:吴伟
  1. convert1

    0下载:
  2. 这是一个将后缀表达式转化为中缀表达式的程序,适合与所有整数的表达式-this is a suffix of expression into the expression of which is made up of procedures, and for all the expressions Integer
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:yhl
  1. infix

    0下载:
  2. 一个中缀表达式的求值算法 可实现表达式的求值-which is made up of an expression evaluates algorithm can achieve expression evaluates
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:211968
    • 提供者:张强
  1. sizeyunsuanqi

    0下载:
  2. 四则运算器 1.实验目的: 学习Yacc——编译器的生成器的基本使用方法。使用bison(和YACC兼容)实现一个中缀表达式四则运算的计算器。 2.实验步骤 一.阅读《Lex和yacc工具.doc》和《Lex和Yacc简明教程.pdf》-four arithmetic unit 1. The experiment : Learning Yacc-- the compiler generator use of the b
  3. 所属分类:其它资源

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:才才
  1. redmore

    0下载:
  2. 把中缀表达式转换为后缀表达式的算法,我的数据结构课程设计!-sergeant Chinese expression for the conversion suffix expression algorithm, the data structure my course design!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:158720
    • 提供者:红魔
  1. houzhui

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

    • 发布日期:2024-05-14
    • 文件大小:188416
    • 提供者:zw
  1. zhongzuizhuanhuozui

    0下载:
  2. 中缀表达式到后缀表达式的转换代码 表达式演示算法-Infixation expression to expression suffix code conversion algorithm expression demo
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:kxr
  1. expression

    0下载:
  2. 中缀表达式计算的堆栈算法的实现,在tc或vc++下编译通过-Infixation expression stack algorithm for the calculation of the realization in tc or under compile vc
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:yhy
  1. 8

    0下载:
  2. 8、对中缀表达式(如(2+3.25)*4=)求组,读入表达式的各项滤去空格,直到读入"=",处理过程中若发生错误,则输出相应的错误信息,读入结束后,计算表达式中的各项,打印表达式的结果-8, the infix expression (such as (2+ 3.25)* 4 =) for group, read into the expression of the least squares spaces, until the rea
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:143360
    • 提供者:季永光
  1. 中缀

    0下载:
  2. 利用栈设计算法,实现中缀表达式的求值,只考虑整除。(Stack design algorithm based on the realization of infix expression, infix expressions only consider divisibility.)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:492544
    • 提供者:wy07
« 12 3 4 5 6 7 8 9 10 ... 24 »

源码中国 www.ymcn.org