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

搜索资源列表

  1. shujujiegou2

    0下载:
  2. 数据结构的实验报告,利用栈的基本操作实现一个算术表达式的求值的程序。利用C语言编写-Data structure, the use of the basic operation of the stack to achieve an arithmetic expression evaluation procedures. The use of C language
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:10621
    • 提供者:andy
  1. yuandaima

    0下载:
  2. 这也是关于基于算术表达式求值的问题,与上题不一样,希望对有需要的人有用。表达式求解问题 设计一个程序实现基于二叉树表示的算术表达式的操作。 1、 需求分析 1. 算术表达式的合法输入数据包括变量(A~Z,a~z)、常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。程序对数据输入格式不作要求,用户需自己保证语法正确,详见用户手册说明。 2. 演示程序以人机对话的方式执行,即在计算机上显示提示信息后,由用户在键盘上输入对应的数据或命令,程序将执行相应的操作并显示下一步信息。
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:4863
    • 提供者:viking
  1. C

    0下载:
  2. 使用C++实现的算术表达式求职~初学者可以使用~数据结构和引用-C++,qiuzhi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2587
    • 提供者:doubaocheng
  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. 对输入的算术表达式计算结果,要求能识别常见函数,能自定义并存储变量,能设置实数显示方式(常规显示,科学计数法)和精度,能进行分数运算 -The input of the arithmetic expression results, hoping that they can identify common functions that can be customized and stored in a variable that can set the display of real numb
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:150959
    • 提供者:fyt
  1. suanshubiaodashiqiuzhi

    0下载:
  2. 数据结构,算术表达式求值,包括说明文档和源码-Data structures, arithmetic expression evaluation, including documentation and source code
  3. 所属分类:Database system

    • 发布日期:2017-04-01
    • 文件大小:12022
    • 提供者:caiyubo
  1. Computer-2

    0下载:
  2. 基于c++的多功能综合运算器,能够计算出算术表达式的值,包含了多种常用的数学运算符号-super computer.Using C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2764
    • 提供者:STZ
  1. jisuanqi

    0下载:
  2. vc++的 计算器 用于算术表达式求值 很详细 适合大众 -vc++ calculator for arithmetic expression evaluation in great detail for the general public
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:10722
    • 提供者:ada
  1. 001

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

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

    0下载:
  2. 这是一个表达式求值的程序实现,用C语言实现了+ - * /和包含括号的一个算术表达式的求值过程,用到了堆栈。-This is an expression evaluation procedures for implementation, using C language to implement+-*/and parentheses in an arithmetic expression that contains the evaluation process, use the stack.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:235684
    • 提供者:陈玄风
  1. 11

    0下载:
  2. 采用递归下降法对赋值语句、算术表达式运算、while循环语句、if分支语句及其分类体系进行分析。-Recursive descent method using assignment statements, arithmetic expressions operations, while loop, if statements and branch classification system for analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:642
    • 提供者:徐晓柔
  1. PPT4

    0下载:
  2. 编写程序实现将中缀算术表达式转为后缀表达式,并利用栈和后缀表达式计算表达式的值-Programming to achieve infix arithmetic expressions to postfix expressions, postfix expression using stack and calculate the value of the expression
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:885098
    • 提供者:安全卫士
  1. calculator

    0下载:
  2. 可在dos下完成 带括号的算术表达式运算-In dos to complete arithmetic expressions with parentheses operator
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:2978
    • 提供者:魏斓
  1. OperatorPrecedenceParser

    0下载:
  2. 一个算符优先分析器,能对常见的算术表达式语句进行分析。-An operator precedence parser, capable of common arithmetic expression statements for analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:70930
    • 提供者:zhangxueli
  1. 2

    0下载:
  2. 编译原理实现:实现基本的递归下降分析器,能够分析任给的符号串是否为该文法所定义的合法算术表达式。实验报告中要说明分析使用的方法。-Compiler theory to achieve: to achieve the basic recursive descent parser, to analyze whether any given string of symbols for the grammar defined by legal arithmetic expressions. Experi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:56278
    • 提供者:gxt
  1. caculater

    0下载:
  2. 可以直接计算算术表达式,运用起来方便,快捷-Arithmetic expressions can be calculated directly, using up easy and fast
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:1707
    • 提供者:李浩
  1. diguixiajiangchengxu

    0下载:
  2. 递归下降分析程序的构造,采用递归下降法对算术表达式运算、while循环语句、及其分类体系进行分析。-The construction of recursive descent parser, using recursive descent operations on arithmetic expressions, while loop, and its classification system for analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:1430
    • 提供者:徐晓柔
  1. Calculator1.1

    0下载:
  2. 数据结构课程设计关于带括号的算术表达式的计算-Arithmetic expressions with parentheses calculated
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:640379
    • 提供者:张宇
  1. biaodashi

    0下载:
  2. 将简单中缀算术表达式变换成: (1)后缀形式 (2)生成书上描述的抽象堆栈机的代码 (3)对常量算术表达式,输出结果 -A simple infix arithmetic expressions transform into: (1) suffix form (2) generate an abstract descr iption of the book stack machine code (3) of the constant arithmetic expressions,
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:203031
    • 提供者:蓝旺隆
  1. calculator

    0下载:
  2. 用java来求一个算术表达式的值,java小作业 实验课的-a simple calculator used java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:5561
    • 提供者:yym
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 25 »
搜珍网 www.dssz.com