中缀表示法是算术表达式的常规表示法。
Infix notation is the conventional notation for arithmetic expressions.
let命令也能执行一个或多个算术表达式。
The let command can also execute one or more arithmetic expressions.
一种整体式可用于在一个算术表达式。
使用算术表达式基于初始文本或属性值进行计算。
Computed using an arithmetic expression on the original text or attribute value.
安全评价中的算术表达式?
坦白地讲,我无法使算术表达式和括号嵌套保持清晰。
I can't, frankly, keep arithmetic expressions and parenthetical nestings clear.
算符优先文法是处理算术表达式的有力工具。
Operator precedence grammar is a powerful tool for handling arithmetic expressions.
一个特殊值,此值指示算术表达式返回了非数字值。
A special value that indicates an arithmetic expression returned a value that was not a number.
算术表达式包含START _ date列使得谓词不可索引。
The arithmetic expression involving the START_DATE column makes the predicate non-indexable.
算术表达式中最常见的表示法形式有中缀、前缀和后缀表示法。
The three most common forms of notation in arithmetic expressions are infix, prefix, and postfix notations.
本文分析了一个applet,它能一步一步的对算术表达式求值。
This article examined an applet that has the ability to evaluate arithmetic expressions step by step.
本文采用算符优先分析和堆栈的方法给出了算术表达式的计算过程。
This article used the operator first to analyze and the storehouse method has given the arithmetic expression computation process.
在使用算术表达式时,还需要记住一点,在版本7.2之前,Vim只支持整数运算。
When using arithmetic expressions, it's also important to remember that, until version 7.2, Vim supported only integer arithmetic. A common mistake under earlier versions was writing something like.
在COBOL系统中,由一个数据项、算术表达式或条件表达式表示的信息。
In the COBOL system, the information represented by a data item, arithmetic expression, or conditional expression.
使用迄今为止学到的东西,现在能够构建简单的计算器来计算算术表达式,如清单9所示。
Using what you have learned so far, you could now build a simple calculator to evaluate arithmetic expressions as shown in Listing 9.
利用栈完成算术表达式求值:从键盘或文件中输入算术表达式,计算其结果并显示。
Done using an arithmetic expression evaluation stack: file input from the keyboard or an arithmetic expression, calculate and display the results.
传统检索运算算法照搬算术表达式的算法,未考虑到检索运算的特点,因而其效率是不高的。
The conventional retrieval algorithm used directly the arithmetic expressions ig nores its retrieval operation features and has the low searching efficiency.
计算所得列使用算术表达式或其他类型的表达式,有选择地使用其他列中的数据来生成结果。
Computed columns use a mathematical or other expression to generate results for a column, optionally using data from other columns.
编写代码对算术表达式求值的经典方法由DonaldKnuth描述于1962年(请参阅参考资料)。
The classic approach to writing code to evaluate arithmetic expressions was described by Donald Knuth in 1962 (see Resources). Knuth Outlines three steps.
例如我们要写一个计算由浮点数、圆括号及一些常用的加、减等算术符号组成的算术表达式的程序。
As an example we will write a small program to read and evaluate arithmetic expressions consisting of floating point Numbers, parentheses and the usual operators for addition, subtraction, and so on.
作为例子,我们将要写一个计算由浮点数、圆括号及一些常用的加、减等算术符号组成的算术表达式的程序。
As an example we will write a small program to read and evaluate arithmetic expressions consisting of floating point Numbers, parentheses and the usual operators for addition, subtraction, and so on.
例如,算术表达式的计算在线程内看来是从左到右地执行操作(JLS 15.6章节),而这种执行效果是没有必要被其他线程观察到的。
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.
只要没有混合的类型表达式,就可以在常数说明中使用算术运算符。
You can use arithmetic operators within your constant declarations as long as there are no mixed type expressions.
如前面所述,表达式节点还支持简单的算术和逻辑表达式。
As mentioned, expression nodes also support simple arithmetic and logical expressions.
表达式节点支持包含算术和布尔(真或假逻辑)运算符的简单表达式。
Expression nodes support simple expressions involving arithmetic and Boolean (true or false logic) operators.
新的功能包括用于模式匹配的正则表达式语法,新的日期函数比如当前日期,还有新的算术函数比如floor,ceiling和round。
New functions include regular expression syntax for pattern matching, new date functions such as current date, and new numeric functions such as floor, ceiling and round.
这里可以放任何XPath表达式,包括算术和其他基本计算的表达式。
You can place any XPath expression you like here, including ones that do arithmetic and other basic calculations.
另一方面,算术操作符为左结合。表达式。
The arithmetic operators, on the other hand, are left associative. The expression.
本文提出一种新的算法,它是从开关函数最小项集合所对应的整数集出发,通过对整数进行算术运算,从而求得接近最小的两级与一或表达式。
An algorithm for such purpose, quite different from any others so far known, is here presented on the basis of arithmetic operations on integers, which correspond to the minterms of the function.
就如你可能猜想的那样,整数转换优先级用于定义表达式求值的规则。这些规则叫做整型提升和常用算术转换。
As you probably suspect, the integer conversion rank is used to define the rules for expression evaluation. Those rules are named the integer promotions and the usual arithmetic conversions.
应用推荐