月沙工具箱
现在位置:月沙工具箱 > 学习工具 > 英语单词大全

arithmetic expression是什么意思,arithmetic expression的意思翻译、用法、同义词、例句

输入单词

常用词典

  • [数] 算术表达式

  • 例句

  • It should be set to an arithmetic expression that has an integer as a result.

    它设置了一个完整的数学表达应该能得到一个完整的结果。

  • The arithmetic expression involving the START_DATE column makes the predicate non-indexable.

    算术表达式包含 START_DATE 列使得谓词不可索引。

  • This article used the operator first to analyze and the storehouse method has given the arithmetic expression computation process.

    本文采用算符优先分析和堆栈的方法给出了算术表达式的计算过程。

  • Normally we would use the compiler generator tools lex and yacc to build that part of the program which recognizes an arithmetic expression.

    一般说来,我们将要通过规定的编译工具和另外的某编译器来生成能计算这个算术运算的目标程序。

  • An arithmetic expression is correct if and only if brackets placed correctly.

    当且仅当括号匹配正确,表达式才是正确的。

  • Computed using an arithmetic expression on the original text or attribute value

    使用算术表达式基于初始文本或属性值进行计算

  • This paper discusses the function of control static output in the PID arithmetic expression and gives, out several methods of PID arithmetic expression.

    讨论了PID算式中稳态控制输出在算式中的作用,同时讨论并给出了提高PID算式控制效果的几种措施。

  • For example, arithmetic expression evaluation is performed in left-to-right order (JLS section 15.6) as viewed by the thread performing the operations, but not necessarily as viewed by other threads.

    例如,算术表达式的计算在线程内看来是从左到右地执行操作(JLS 15.6章节),而这种执行效果是没有必要被其他线程观察到的。

  • A special value that indicates an arithmetic expression returned a value that was not a number.

    一个特殊值,此值指示算术表达式返回了非数字值。

  • An arithmetic compute method is exploited to replace look-up table, and the arithmetic expression is optimized with technology of unfolding and share.

    利用算术计算替代查找表,且通过展开和共享技术对算术表达式进行优化;

  • So the PostScript command 3 7 mul 2 add is equivalent to the arithmetic expression (3 * 7) + 2.

    因此PostScript命令37mul2add等效于算术表达式 (3 *7) +2。

  • In the COBOL system, the information represented by a data item, arithmetic expression, or conditional expression.

    在COBOL系统中,由一个数据项、算术表达式或条件表达式表示的信息。

  • It should be set to an arithmetic expression_r that has an integer as a result.

    它设置了一个完整的数学表达应该能得到一个完整的结果。

  • Persistent Puzzle alarm: an optional feature that makes the alarm sound until you solve an arithmetic expression or input the shown random 4-digits number.

    持久益智报警:一可选功能,使报警声,直到你解决一个算术表达式或输入所显示的随机4位数。

  • Done using an arithmetic expression evaluation stack: file input from the keyboard or an arithmetic expression, calculate and display the results.

    利用栈完成算术表达式求值:从键盘或文件中输入算术表达式,计算其结果并显示。

  • By constructing the BOM structure model, mathematic expression and arithmetic of the four types of Items in the multi-view mapping course is deducted.

    通过建立BOM结构数学模型,推导了四种类型物料项映射规则的数学表达式和相应的算法。

  • Chapter 5 introduces expression for arithmetic figure about immaterial display design introduction and related to computer technique.

    第五章介绍了非物质展示设计的数字化表达及相关的计算机技术。

  • This thesis introduces the arithmetic design that how regular expression switches to minimum state DFA and the method how finite automata switches to regular expression.

    本文主要介绍基于编译器构造技术中的由正规表达式到最小化DFA的算法设计和实现技术,以及自动机转换正规式的方法。

  • To perform basic arithmetic, you can embed the expression into $(( )) (see Listing 13).

    若要执行基本的算术运算,您可以在 $(( ))中嵌入表达式(请参见清单13)。

  • The paper describes the RSA arithmetic about cipher, showing the exponential expression of it.

    就密码学中的RSA算法进行了描述,指出RSA算法的指数表达式;

  • As mentioned, expression nodes also support ****** arithmetic and logical expressions.

    如前面所述,表达式节点还支持简单的算术和逻辑表达式。

  • The realization of expression LRAUC single-path testing is described, and the arithmetic to construct the constraint set of expression LRAUC single-path testing is given.

    阐述了表达式LRAUC单路测试方法的具体实现,给出了表达式LRAUC单路测试约束集构造算法;

  • It introduces the method of the text auto-categorization, briefly describes the vector space model expression, and finally gives training arithmetic and categorization arithmetic of the text.

    本文介绍了文本自动分类的研究方法,文本的向量空间模型表示.并给出了文档的训练算法和分类算法。

  • The paper describes the RSA arithmetic about cipher, and shows the exponential expression of it.

    针对密码学中的RSA算法进行了描述,指出RSA算法的指数表达式;

  • Decision Tree arithmetic can easily create an IF-THEN expression.

    决策树算法的最大优点是能够很容易地产生出IF-THEN表达式。

  • Expression nodes support ****** expressions involving arithmetic and boolean (true or false logic) operators.

    表达式节点支持包含算术和布尔(真或假逻辑)运算符的简单表达式。

  • It makes a close combination of arithmetic and geometric operations, forming a new way of expression of plane figures.

    把算术运算和几何运算紧密结合起来,形成新颖的平面图形表达方法。

  • The most common cause is that the function contains a complex expression of user-defined class variables and arithmetic operators.

    最常见的子句是包含用户定义的类变量和算术运算符的复杂表达式的函数。

  • 专业解析

    算术表达式(Arithmetic Expression)指由操作数(数值、变量或函数返回值)和算术运算符组合而成,用于执行数学计算的式子。其核心目的是通过运算符规定的运算规则,将操作数组合起来产生一个数值结果。

    以下是其关键要素的详细解释:

    1. 操作数 (Operands):

      • 构成表达式的基本数据单元,代表参与计算的值。
      • 可以是:
        • 字面量常量:直接写出的数值,如 5, 3.14, -10
        • 变量:存储数值的标识符,如 x, count, total_price
        • 函数调用:返回数值的函数,如 sqrt(9) 返回 3, random 返回一个随机数。
      • 操作数提供了计算所需的原始数据。
    2. 算术运算符 (Arithmetic Operators):

      • 定义操作数之间执行的数学运算类型。
      • 常见的基本运算符包括:
        • 加法 (+):将两个操作数相加。
        • 减法 (-):将第一个操作数减去第二个操作数。
        • *乘法 (``)**:将两个操作数相乘。
        • 除法 (/):将第一个操作数除以第二个操作数。
        • 取模/取余 (%):返回第一个操作数除以第二个操作数后的余数(主要用于整数)。
        • 一元负号 (-):改变单个操作数的符号(如 -x)。
        • 指数 (`^)**:将第一个操作数提升到第二个操作数指定的幂次(如2 ** 32 ^ 3等于 8)。注意:^` 在某些语言中可能表示按位异或而非指数。
      • 运算符决定了操作数之间的运算关系。
    3. 计算规则与优先级:

      • 算术表达式遵循特定的计算顺序规则:
        • 优先级 (Precedence):不同运算符具有不同的计算优先级。例如,乘法和除法 (*, /, %) 通常优先于加法和减法 (+, -)。
        • 结合性 (Associativity):当多个相同优先级的运算符连续出现时,决定计算从左到右还是从右到左进行(大多数算术运算符是左结合的)。
        • 括号 ( ):用于显式地改变默认的计算顺序,括号内的表达式总是最先计算。
      • 这些规则确保了表达式有明确的、唯一的计算结果。

    示例:

    应用场景: 算术表达式是编程、脚本语言、电子表格、数据库查询、数学软件以及任何需要进行数值计算的领域的基础构建块。它们用于计算数值、定义公式、进行条件判断等。

    参考资料:

    网络扩展资料

    "Arithmetic expression"(算术表达式)是指由数字、运算符和括号组成的数学结构,用于执行基本算术运算并产生数值结果。以下是详细解析:

    1. 核心组成

      • 操作数:参与计算的数字或变量(如 3、x、5.2)
      • 运算符:包括:
        • 基础运算符:+(加)、-(减)、*(乘)、/(除)
        • 扩展运算符:%(取模)、^或**(指数)
      • 括号:用于改变运算优先级,如 (2+3)*4
    2. 运算优先级 遵循数学中的运算顺序规则(PEMDAS/BODMAS):

      括号 → 指数 → 乘除 → 加减

      例如:$2 + 3 times 4 = 14$(先乘后加)

    3. 表达式类型

      • 简单表达式:$5 + 3$
      • 复合表达式:$(2 + x) times (y - 4)$
      • 含函数的表达式:$sqrt(9) + 2$
    4. 应用场景

      • 数学计算:$ frac{(15 - 3)}{4} = 3 $
      • 编程语言:Python中的3 * (a + b)
      • 电子表格:Excel公式=SUM(A1:A5)*0.1
    5. 特殊说明

      • 变量表达式需在变量赋值后才有确定值
      • 不同编程语言运算符可能不同(如Python用**表示指数,MATLAB用^

    例如表达式$2 times (3 + 5)$的计算过程:

    1. 计算括号内指数:$5 = 25$
    2. 括号内加法:$3 + 25 = 28$
    3. 最终乘法:$2 times 28 = 56$

    别人正在浏览的英文单词...

    teenagerluxurystand byalumnibodkinbonbonbravedclubbedforwardedrampagedrickettsiasolverappropriate timecoal reservescome into existenceconduction velocityamylopsinapproximantbaconycarbonatitecholereticdemonophobiaGCAinfractinterstepmesocephalicMicrothamnionsinteredcoal pulverizerpdl