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

搜索资源列表

  1. 含括弧的任意精度四则运算的详细解释

    1下载:
  2. 1.本程序主要的功能是利用链表将用户输入的任意精度中缀表达式转换成后缀表达式,为了以便于区分数据和操作符,数据间用下划线将它们区分开来,并且计算出此表达式的值。 2.需要注意的是:此程序所叙述的四则运算是狭义的,并没有显式的要求用户以中括弧“[]”或者是大括弧“{}”进行输入,因为这样会大大的加大程序的代码量,为了简便起见,同时又为了实现四则混合运算的功能,只要用户将含有中括弧或者是大括弧的地方均以小括弧表示即可。-1. This program is the main functio
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4229
    • 提供者:刘新夏
  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编程

    • 发布日期:2008-10-13
    • 文件大小:915
    • 提供者:yhl
  1. ExpressionCalculator

    0下载:
  2. 用VC写的一个根据输入的数学表达式字符串求出结果,将后缀转为中缀,类似一个计算器,唯一遗憾的是只是整形之间的+—*/。-VC was based on the importation of a mathematical expression string of results obtained, which is made up to the suffix similar to a calculator, the only regret is the only plastic -* /.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:302440
    • 提供者:叶州海
  1. SmartCounter

    0下载:
  2. 此程序实现了表达式求值,算法先将用户输入的中缀式转换为后缀式,再求表达式的值,并且可以自定义变量。此程序为VC6下的控制台程序,有兴趣的朋友可以为起添加一个GUI-this program evaluates the expression, the algorithm first user input which is made up of the conversion to type suffix. try the value of the expression, and can define
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:34143
    • 提供者:曾潜明
  1. redmore

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

    • 发布日期:2008-10-13
    • 文件大小:159250
    • 提供者:红魔
  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. tranlate

    0下载:
  2. 是一个能在VC++ 6.0运行程序。将一个中缀表达式转化为一个后缀表达式,也就是一个逆布兰式。-is in a VC 6.0 operating procedures. China will be a sergeant expression into a suffix expression, which is a reverse - Blantyre.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1901
    • 提供者:刘浏
  1. biaodashileixing

    0下载:
  2. 对输入的前缀,后缀等表达式识别,检查,求值等 1.以字符序列的形式输入语法正确的前缀表示式并构造表达式。 2.用带括号的中缀表示式输出表达式。 3.实现对变量的赋值,变量的初值为0。 4.对算术表达式求值。 5.构造一个新的表达式。 -of input prefixes, and suffixes expression identification, inspection, for a value. a sequence of characters in the form
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:62497
    • 提供者:李建龙
  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. expression

    1下载:
  2. 该程序可以将简单中缀算术表达式变换成: (1)后缀形式 (2)生成书上描述的抽象堆栈机的代码 (3)对常量算术表达式,输出结果
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2960
    • 提供者:tangyi
  1. 38

    0下载:
  2. 1.实验目的: 将简单中缀算术表达式变换成: (1)后缀形式 (2)生成书上描述的抽象堆栈机的代码 (3)对常量算术表达式,输出结果
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:24388
    • 提供者:Yejianmei
  1. Calc

    0下载:
  2. 功能超级强大的计算器。。。支持表达式运算。具有中缀转后缀功能。。。。采用了数据结构中先进的技术,是不可多得的代码,本人就读南京大学时的作品
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7303
    • 提供者:wendell
  1. caculate

    0下载:
  2. 大二 数据结构 课程设计 很有用 很规范 计算表达式的值 问题描述:对于给定的一个表达式,表达式中可以包括常数、算术运行符和括号,编写程序计算表达式的值。可从键盘输入一个正确的中缀表达式,将中缀表达式转换为对应的后缀表达式,计算后缀表达式的值。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4179
    • 提供者:xiang
  1. Untitled1

    0下载:
  2. 将中缀表达式转化为后缀表达式并求值,输出后缀表达式及值
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1100
    • 提供者:lxt
  1. exp1

    0下载:
  2. 编译原理实验将简单中缀算术表达式变换成后缀形式
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:20953
    • 提供者:韩静书
  1. QCounter

    0下载:
  2. 中缀表达式转后缀表达式,可以在windows与linux系统运行(Infix to postfix expression)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:267264
    • 提供者:AAcrobat
  1. 中缀转后缀

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

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:stella1
  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. DSinfixtopostfix

    0下载:
  2. 简单的中缀表达式转后缀表达式并求值的程序。支持加减乘除。内置说明。(A simple program that converts infix expression to postfix, and calculates the postfix expression. Symbol + - * / = ( ) supported.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-06
    • 文件大小:2048
    • 提供者:yves05
« 1 2 3 4 5 6 78 9 10 11 12 ... 15 »
搜珍网 www.dssz.com