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

    1下载:
  2. 一个表达式和一棵二叉树之间,存在着自然的对应关系。写一个程序,实现基于二叉树表示的算术表达式Expression的操作。 【基本要求】 【一】【必做部分】 假设算术表达式Expression内可以含有变量(a-z),常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。实现以下操作: (1)ReadExpr(E)――以字符序列的形式输入语法正确的前缀表达式并构造表达式E。 (2)WriteExpr(E)――用带括号的中缀表达式输出表达式E。 (3)Assign(V,c
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-19
    • 文件大小:250880
    • 提供者:snake
  1. report

    0下载:
  2. 数据结构实验报告 关于带括号的算术表达式求值-Experimental data structure to report on the brackets with arithmetic expression evaluator
  3. 所属分类:Data structs

    • 发布日期:2014-09-21
    • 文件大小:22400
    • 提供者:蒋一村
  1. MyFinalCalculator

    0下载:
  2. 数据结构期末作业 带括号的算术表达式求值-Data structure with brackets at the end of the arithmetic operations for the value of expression
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:930545
    • 提供者:钟枢
  1. calculator

    0下载:
  2. 一、实验一:带括号的算术表达式求值 二、实验的目的和要求: 1.采用算符优先数算法,能正确求值表达式 2.熟练掌握栈的应用 3.熟练掌握计算机系统的基本操作方法,了解如何编辑、编译、链接和运行一个C++程序 -1, experiment 1: arithmetic expressions with parentheses evaluated two experimental purposes and requirements: 1. Using operators pr
  3. 所属分类:Other windows programs

    • 发布日期:2014-09-21
    • 文件大小:416646
    • 提供者:liujianye
  1. ExpressValue

    0下载:
  2. 带括号的算术表达式求值;采用算符优先数算法,能正确求值表达式-Bracketed arithmetic expression evaluation 1) using operator priority number algorithm, able to correctly evaluate the expression
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1290
    • 提供者:peter
  1. calculator

    0下载:
  2. 带括号的算术表达式求值 数据结构试验设计-Bracketed arithmetic expression evaluation .zip
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:163423
    • 提供者:姚遥
  1. calculator

    0下载:
  2. 带括号的算术表达式求值,可用特殊符号加自然语言或算法框图(程序流程图等)或伪语言(like C++)-Bracketed arithmetic expression evaluation, natural language can add special symbols or diagram of algorithm (program flow chart, etc.) or pseudo-language (like C++)
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:405760
    • 提供者:wang
  1. calculator

    1下载:
  2. 用C++编写带括号的算术表达式求值,利用堆栈实现,采用算符优先数算法。-Written with C++ arithmetic expression in parentheses is evaluated using the stack implementation, the use of operator priority number algorithm.
  3. 所属分类:Data structs

    • 发布日期:2015-12-15
    • 文件大小:440320
    • 提供者:JJWM
  1. Parenthesized--expression-evaluation

    0下载:
  2. 求值表达式,计算加减乘除,以及括号,可以算负数,等。带括号的算术表达式求值-Evaluation of expressions, calculation of addition, subtraction, and the brackets, can be considered negative, and so on. Parenthesized arithmetic expression evaluation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2424
    • 提供者:dantat
  1. calculator

    0下载:
  2. 数据结构 带括号的算术表达式求值 (C++)-Data structure with brackets arithmetic expression evaluation
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1039057
    • 提供者:lidashuai
  1. use-stack

    1下载:
  2. 数据结构(C语言)版课程设计,利用栈求表达式的值: 3. 利用栈求表达式的值(必做) 任务:建立试题库文件,随机产生n个题目;题目涉及加减乘除,带括号的整数混合运算;随时可以退出;保留历史分数,能回顾历史,给出与历史分数比较后的评价。(假设这是一个可供小学生练习算术运算的小系统) 要求:根据以上任务说明,设计程序完成功能。 -hello welcome
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:31397
    • 提供者:颜家远
  1. Microsoft

    0下载:
  2. 带括号的算术表达式求值,可以计算基本的加减乘除-Parenthesized arithmetic expression evaluation, basic addition and subtraction, multiplication and division can be calculated
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8503
    • 提供者:王志杰
  1. Data-Structures-and-Algorithms

    0下载:
  2. 数据结构与算法分析,Huffman编码、带括号的算术表达式求值、A Text Editor Imlementation、拓扑排序-Data Structures and Algorithms, Huffman coding, bracketed arithmetic expression evaluation, the A the Text Editor Imlementation, topological sorting
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-08
    • 文件大小:3830856
    • 提供者:du pengrui
  1. Calculator

    0下载:
  2. 带括号的算术表达式求值 1.采用算符优先数算法,能正确求值表达式 2.栈的应用 -Bracketed arithmetic expression uation 1. Using operators priority number algorithm, able to uate the expression is correct 2. application stack
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:13822
    • 提供者:xinwuya
  1. nibolan

    1下载:
  2. 设计一个算法,将一般算术表达式转化为逆波兰表达式,并求逆波兰表达式的值。可以实现+、-、*、/和带括号的运算,如6+(7-1)*3+10/2.(C语言实现)-Design an algorithm that will generally arithmetic expression into a reverse polish expression, and the value of reverse polish expression. Can realize the+,-,*,/and (), s
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-05-18
    • 文件大小:2684
    • 提供者:珊珊
搜珍网 www.dssz.com