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

搜索资源列表

  1. gao2

    0下载:
  2. 算术表达式求值程序 无错误 已运行过了 可以放心下载-arithmetic expression evaluates error-free process has been in operation for over a download can be assured
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2505
    • 提供者:101010
  1. EX_4_1

    0下载:
  2. 编制一个算术表达式求值的程序 (1)以十字链表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。 (2)首先应输入矩阵的行数和列数,并判别给出的两个矩阵的行、列数对于所要求作的运算是否匹配。 (3)程序对三元组的输入顺序没有特定的要求,可以以任何的次序输入,程序会对其进行查找,插入到适合的位置上。 (4)在用三元组表示稀疏矩阵时,相加或相减所得结果矩阵应该另生成,乘积矩阵也用十字链表存放。 -compi
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2045
    • 提供者:战天
  1. EX25

    0下载:
  2. 编制一个算术表达式求值的程序 1)以字符序列的形式从终端输入表达式,实现对运算表达式的求值。 (2)演示在求值中运算符栈,运算数栈、输入字符和主要操作的变化过程。 (3)设置运算符栈和运算数栈辅助分析算符优先关系。 (4)在读入表达式的字符序列的同时,完成运算符和运算数的识别处理,以及 相应的运算。 (5)在识别出运算数的同时,要将其字符序列形式转换成整数形式。 -compiled an arithmetic expression for a value of the
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2186
    • 提供者:战天
  1. operator

    0下载:
  2. 利用c++自带函数尽可能完整的实现简单算术表达式求值.
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:8960
    • 提供者:李玮
  1. operatorL

    0下载:
  2. < 用模块化方法实现算术表达式求值.>>
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:6733
    • 提供者:李玮
  1. 2

    0下载:
  2. 算术表达式求值 设埔桓龀绦颍
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1951
    • 提供者:zhouhaoran
  1. E3932_25_1

    0下载:
  2. 设计一个程序,演示用算符优先法对算术表达式求值的过程
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:62331
    • 提供者:刘丹华
  1. expression

    2下载:
  2. 利用栈完成算术表达式求值:从键盘或文件中输入算术表达式,计算其结果并显示。要求处理过程为:(1)转换为后缀表达式并输出;(2)对后缀表达式求值并输出。 输入的表达式中可以有整数、实数、括号,运算符包括+、-、*、/、#(代表单目负)。可以多次输入不同的表达式进行计算,直到用户选择“退出”。栈的基本操作可以自己实现,也可以使用系统提供的STL实现。 -Done using an arithmetic expression evaluation stack: file input fr
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:429013
    • 提供者:Sw
  1. 1

    0下载:
  2. 用栈实现的算术表达式求值算法。输入一串含有字母的表达式,要求输入其值即可进行计算。-Stack with the realization of the arithmetic expression evaluation algorithm. Enter a string containing the letters of expression, for the importation of its value can be calculated.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:1807
    • 提供者:liuhongliruc
  1. asdf

    0下载:
  2. 算术表达式求值演示,栈的应用的一个典型的例子,演示用算符优先法对算术表达式求值的过程-Arithmetic expression evaluation demonstration, the application stack, a typical example, demonstrate the priority operator arithmetic expression on the process of evaluation
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1134
    • 提供者:王超
  1. zz

    0下载:
  2. 1、演示用算符优先法对中序算术表达式求值的过程。2、(扩展)中序表达式变为后序表达式并计算表达式值。
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1864
    • 提供者:gsx
  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-20
    • 文件大小: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. 001

    0下载:
  2. 算术表达式求值演示,以字符序列的形式从终端输入语法正确的、不含变量的整数表达式-Arithmetic expression evaluation demo
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1575
    • 提供者:刘大饼
  1. include

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

    • 发布日期:2017-04-07
    • 文件大小:5753
    • 提供者:陈平浩
  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. Compute

    0下载:
  2. 算术表达式求值,用户按要求输入要求的表达式,该程序就能得出正确结果-Arithmetic expressions are evaluated, the user requirements, the expression of the entry requirements, the program can draw the right result
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:225537
    • 提供者:曾旭丽
  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. Arithmetic-expressions-are-evaluated

    0下载:
  2. 算术表达式求值是以我们常用的输入算术式的方式输入式子,然后将式子以中缀表达式存储,用栈进行括号匹配最后算出结果,是初学者很好的学习数据结构的例子-The arithmetic expression is evaluated based on our common input arithmetic way input formula, then the expression to infix expression storage with stack the brackets match last
  3. 所属分类:Console

    • 发布日期:2017-11-18
    • 文件大小:1487925
    • 提供者:fuyang
  1. zhongzhuihouzhuizhuanhuan

    0下载:
  2. 演示用算符优先法对算术表达式求值的过程。 (1)从键盘输入任意一个语法正确的(中缀)表达式,显示并保存该表达式。 (2)利用栈结构,把上述(中缀)表达式转换成后缀表达式,并显示栈的状态变化过程和所得到的后缀表达式。 (3)利用栈结构,对上述后缀表达式进行求值,并显示栈的状态变化过程和最终结果。 -Demonstration by operator precedence for arithmetic expression evaluation process. (1) fro
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:1319
    • 提供者:buzhengtian
« 12 3 »
搜珍网 www.dssz.com