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

搜索资源列表

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

    0下载:
  2. 这是一个简易计算器,特点在于实现了“算法优先法”,便于输入和计算很长的算术表达式。-It s a simple caculator ,which is based on the Algorithm priority method.
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:59650
    • 提供者:zqk
  1. LR

    0下载:
  2. 实现一个关于表达式的LR语法分析程序,识别用户输入的包含变量与整数的混合算术表达式-Implement an LR parser about expressions, identify the user entered contains variables and mixed integer arithmetic expressions
  3. 所属分类:JavaScript

    • 发布日期:2017-03-31
    • 文件大小:1251
    • 提供者:徐蓉
  1. shangji2

    0下载:
  2. 数据结构上机题。题目是 实现算术表达式求值程序(栈的运用)。 设操作数:0,1,2,……,8,9(可扩充); 运算符:+,—,*,/,(,),#(#号为结束)。 -Data structure machine problems. Topic is to achieve an arithmetic expression uator (stack use). Number of set operations: 0,1,2, ......, 8,9 (expandable) ope
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2436
    • 提供者:左晨
  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
    • 提供者:珊珊
  1. Conversion-of-arithmetic-expressions

    0下载:
  2. 数据结构一些算术表达式的转换,前缀中缀后缀的变换-Data structure some arithmetic expressions of the conversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:230708
    • 提供者:李明远
  1. wyh

    0下载:
  2. 实现一个递归下降语法分析程序,识别用户输入的算术表达式-a program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:587
    • 提供者:gdragon
  1. Arithmetic-expression-evaluation

    1下载:
  2. [问题描述] 表达式计算是实现程序设计语言的基本问题之一。也是栈的应用的一个典型例子。设计一个程序,演示用算符优先法或转换成后缀表达式方法对算术表达式进行求值的过程。 [基本要求] 以字符序列的形式从终端输入语法正确的、不含变量的整数表达式。利用中缀表达式向后缀表达式转换的方法,实现对算术四则混合运算表达式的求值。-Expression computing is to achieve one of the basic problems of program design langu
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1587
    • 提供者:Vicki Cui
  1. MathParser4

    0下载:
  2. 利用JavaCC分析并计算算术表达式。支持变量、常见函数。分析过程与计算过程分开,计算速度可与Java内置表达式相比。调用方法见主程序的main方法。-JavaCC analyzed and calculated use of arithmetic expressions. Support variables, common functions. Analysis and calculation process separately, the calculation speed can be c
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4079
    • 提供者:Zhaoxu
  1. applications

    0下载:
  2. 实现C++算法实现 熟练掌握图的应用 算术表达式求值-C++ algorithm to achieve proficiency in the application of FIG arithmetic expression uation
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:61497
    • 提供者:任琦
  1. Expressions-computing

    0下载:
  2. 表达式计算是实现程序设计语言的基本问题之一,它的实现是栈的应用的一个典型例子。设计一个程序,演示通过将数学表达式字符串转化为后缀表达式,并通过后缀表达式结合栈的应用实现对算术表达式进行四则混合运算。- Expressions computing is one of the basic issues to realize programming language, its implementation is a typical example of an application stack.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:42978
    • 提供者:yezongxi
  1. math

    0下载:
  2. 算法,一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正实数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。-Algorithm, an arithmetic expression is made up of operands (operand), operator (operat
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:189439
    • 提供者:靳以2002
  1. cal

    0下载:
  2. 一个简单的算术表达式求值的小程序,含有自动查错功能-A simple arithmetic expression uation program, containing automatic error checking
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:4569
    • 提供者:wo726804
  1. expression_calculation

    0下载:
  2. 利用栈实现的算术表达式计算程序,语言为纯c。开发工具为vc6。-use Stack arithmetic expression calculation procedures, language pure c. Development tools for vc6.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:7781
    • 提供者:xin292887
  1. include

    0下载:
  2. 数据结构题集C语言版中算术表达式求值演示-Arithmetic expression uation demo
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-15
    • 文件大小:5794
    • 提供者:cheng810337
  1. zhan

    0下载:
  2. 栈 假设一个算术表达式中可以包含三种括号:园括号“(”和“)”、方括号“[”和“]”、花括号“{”和“}”,且这三种括号可按任意的次序嵌套使用。编写判别给定表达式中所含括号是否正确配对出现的算法(已知表达式已存入数据元素为字符的顺序表中)。要求:顺序栈存储;实现顺序栈的基本操作;调用基本操作完成。-The stack Suppose a arithmetic expressions can contain three kind of parentheses: garden \ (\ a
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6016
    • 提供者:huangyinghao
  1. Arithmetic-expression-evaluator

    0下载:
  2. (1) 从键盘或文件读入一个合法的算术表达式,输出正确的结果。 (2) 显示输入序列和栈的变化过程。 (3) 考虑算法的健壮性,当表达式错误时,要给出错误原因的提示。-(1) the keyboard or the file is read into a legitimate arithmetic expressions, output the correct result. (2) changes in the sequence and displays the input pr
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:207988
    • 提供者:木离黎
  1. shujujiegoukeshe

    0下载:
  2. 一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正整数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。 [基本要求] (1) 从键盘读入一个合法的算术表达式,输出正确的结果。 (2) 显示输入序列和栈的变化过程。-An arithmetic expression is
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2897554
    • 提供者:刘燕青
  1. PolynomialCompiler

    0下载:
  2. 一个简单的算术表达式编译器。能够完成算术表达式的词法分析,语法分析,以及中间代码生成,和计算-A simple polynomial compiler that include lexer and parser.
  3. 所属分类:Console

    • 发布日期:2017-05-22
    • 文件大小:6329068
    • 提供者:Mute String
  1. Application-Stack

    0下载:
  2. 用算符优先法对算术表达式求值, 以字符序列的形式从终端输入语法正确的、不含变量的整数表达式-Integer expression with operator precedence arithmetic expression is uated in the form of a sequence of characters the input terminal grammatically correct, variable-free
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:10565
    • 提供者:倪培昆
« 1 2 ... 16 17 18 19 20 2122 23 24 25 »
搜珍网 www.dssz.com