CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 算术表达式

搜索资源列表

  1. autocompu

    0下载:
  2. 此算术表达式解析器能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc-this arithmetic expression parser procedures in the light of input variable size and arithmetic expressions Dyna
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:33058
    • 提供者:riddle
  1. muparser_v128.tar

    0下载:
  2. 用于计算逻辑与算术表达式,支持标准C++,可在UNIX,LINUX,Windows下编译通过,性能优良
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:623299
    • 提供者:jfish
  1. arithmetic

    0下载:
  2. 这是一个关于算术表达式求值的错误更正,将很多问题都考虑到了
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:13483
    • 提供者:kangkang
  1. suanshubiaodashideshixian

    0下载:
  2. 算术表达式的求值 操作结果: 从第1个顶点起,按广度优先非递归遍历图G,并对每个顶点调用函数
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2868
    • 提供者:honhyi
  1. Expression_alaysis

    0下载:
  2. 算法:编译原理中心自顶向下的算术表达式分析.just enjoy it.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:354661
    • 提供者:小钻风
  1. 02050811

    0下载:
  2. 用C语言实现的算术表达式的运算,用了堆栈的方法,利用算术运算符的优先级实现,实现了包括+,-,*,/和()的运算,输入#号运算结束。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1421
    • 提供者:宋莹
  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. 93317432SiZE

    0下载:
  2. 课程设计 算术表达式 四则运算 课件 代码-Arithmetic code, but of the time courseware intended ah
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:271843
    • 提供者:chenzhuang
  1. sasdasdas

    0下载:
  2. 课程设计 算术表达式 四则运算 课件 代码-Arithmetic code, but of the time courseware intended ah
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:530
    • 提供者:chenzhuang
  1. maathparser

    0下载:
  2. 算术表达式解析器 .rar 支持变量和以下数学函数:+、-.*.\,sin,cos,tan等-Arithmetic expression parser. Rar support variables and the following mathematical functions :+,-.*. \, sin, cos, tan, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:35108
    • 提供者:断了的弦
  1. nixiangtuidao

    0下载:
  2. 输入运算结果和操作数,然后该程序通过对操作数运算匹配,若雨运算结果相符则输出算术表达式,表达式的输出格式为1 +2 /3 +4=5,按从左至右顺序计算,目前只支持对+-*/这四类运算符的匹配-Enter the result of the operation and operands, then the program matches the number of operations by the operator, if the rain is consistent with the outp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:333420
    • 提供者:会奔跑的虫
  1. expressionj-src-0.7

    1下载:
  2. ExpressionJ 是一个用来解析简单的算术表达式的 Java 类库。-ExpressionJ is a Java library allowing to interpret simple numeric expressions, which may be used in all applications which have to combine numeric values, but do not want to use full-blown scr ipting languages.
  3. 所属分类:Algorithm

    • 发布日期:2016-04-26
    • 文件大小:448512
    • 提供者:寒风
  1. suanshu

    1下载:
  2. 简单的算术表达式代码,可实现加减乘除的算数计算-Simple arithmetic expression, code, which can realize add, subtract, multiply and divide arithmetic calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1070
    • 提供者:
  1. 1

    0下载:
  2. 【课题】若某算术表达式采用后置法表示(即逆波兰表达式),请编程计算该表达式的值。如:表达式(a+b*c)/d-e用后置法表示为abc*+d/e-。 -[ Topic ] If an arithmetic expression using the post method representation (i.e., inverse Poland expression ), please programming calculation of the value of the expression.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:27091
    • 提供者:张秋霞
  1. Arithmetic-expression

    0下载:
  2. 自己写的算术表达式小程序,输入一个算术表达式,会得出一个最终值,供大家参考。-Arithmetic expressions to write their own program, enter an arithmetic expression, will come to a final value, for your reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-24
    • 文件大小:8502473
    • 提供者:周洁
  1. evalution

    0下载:
  2. 算数表达式求值,根据输入的算术表达式,求出对应的正确值-Arithmetic expression is evaluated, based on the input arithmetic expression, find the correct value of the corresponding
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1440
    • 提供者:陈艺
  1. IIInToPostn

    0下载:
  2. 中缀表达式转换成后缀表达式算法,,并求算术表达式的方法。可直接使用。 -Infix expression into postfix expression algorithm, and seek the method of arithmetic expressions. Can be used directly.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2102
    • 提供者:
  1. LinkStack

    1下载:
  2. 从键盘上输入一算术表达式检验该算术表达式中括号是否配对,例如:表达式(a+b))和a+b)中的括号不配对。-Input from the keyboard on the arithmetic expression in an arithmetic expression tests whether paired brackets, such as: the expression (a+b)), and a+b) in the brackets are not paired.
  3. 所属分类:Algorithm

    • 发布日期:2016-01-27
    • 文件大小:1024
    • 提供者:陈晓文
  1. Design

    0下载:
  2. 设计算法判断一个算术表达式的圆括号是否配对-Design algorithm to determine an arithmetic expression is paired parentheses
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:37684
    • 提供者:梁华盛
  1. exp

    0下载:
  2. 表达式求值,可以计算算术表达式,考虑括号,可以计算出数据double类型。-Expressions are evaluated, can calculate any arithmetic expressions, consider parentheses, can be calculated data type double.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:5166
    • 提供者:panboyu
« 12 »
搜珍网 www.dssz.com