
[数] 算术表达式
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)指由操作数(数值、变量或函数返回值)和算术运算符组合而成,用于执行数学计算的式子。其核心目的是通过运算符规定的运算规则,将操作数组合起来产生一个数值结果。
以下是其关键要素的详细解释:
操作数 (Operands):
5
, 3.14
, -10
。x
, count
, total_price
。sqrt(9)
返回 3, random
返回一个随机数。算术运算符 (Arithmetic Operators):
+
):将两个操作数相加。-
):将第一个操作数减去第二个操作数。/
):将第一个操作数除以第二个操作数。%
):返回第一个操作数除以第二个操作数后的余数(主要用于整数)。-
):改变单个操作数的符号(如 -x
)。或
^)**:将第一个操作数提升到第二个操作数指定的幂次(如
2 ** 3或
2 ^ 3等于 8)。注意:
^` 在某些语言中可能表示按位异或而非指数。计算规则与优先级:
*
, /
, %
) 通常优先于加法和减法 (+
, -
)。( )
:用于显式地改变默认的计算顺序,括号内的表达式总是最先计算。示例:
5 + 3 * 2
:结果是 11
(因为乘法 3 * 2 = 6
优先于加法 5 + 6
)。(5 + 3) * 2
:结果是 16
(括号强制先计算 5 + 3 = 8
,然后 8 * 2
)。10 / (2 + 3)
:结果是 2
(先计算括号 2 + 3 = 5
,然后 10 / 5
)。-x + y * 5
:先对 x
取负,y
乘以 5
,然后将两者相加。area = width * height
:这是一个赋值语句,其中的 width * height
是一个算术表达式,其计算结果被赋给变量 area
。应用场景: 算术表达式是编程、脚本语言、电子表格、数据库查询、数学软件以及任何需要进行数值计算的领域的基础构建块。它们用于计算数值、定义公式、进行条件判断等。
参考资料:
"Arithmetic expression"(算术表达式)是指由数字、运算符和括号组成的数学结构,用于执行基本算术运算并产生数值结果。以下是详细解析:
核心组成
运算优先级 遵循数学中的运算顺序规则(PEMDAS/BODMAS):
括号 → 指数 → 乘除 → 加减
例如:$2 + 3 times 4 = 14$(先乘后加)
表达式类型
应用场景
3 * (a + b)
=SUM(A1:A5)*0.1
特殊说明
**
表示指数,MATLAB用^
)例如表达式$2 times (3 + 5)$的计算过程:
teenagerluxurystand byalumnibodkinbonbonbravedclubbedforwardedrampagedrickettsiasolverappropriate timecoal reservescome into existenceconduction velocityamylopsinapproximantbaconycarbonatitecholereticdemonophobiaGCAinfractinterstepmesocephalicMicrothamnionsinteredcoal pulverizerpdl