您要查找的是不是:
- arithmetic operator splitting 算子分裂
- An arithmetic operator that adds two numbers together. 将两个数相加的算术运算符。
- An arithmetic operator that divides one number by another number. 将一个数除以另一个数的算术运算符。
- A string of one or more characters used to separate or organize elements of computer programs or data; for example, parentheses, blank character, arithmetic operator, if, "BEGIN". 用来分隔或组织计算机程序元素或数据元素的字符或字符串。例如括号、空格符、算术运算符、if(如果)、“BEGIN"等。
- An arithmetic operator that multiplies one number by another number. 将一个数与另一个数相乘的算术运算符。
- An arithmetic operator that subtracts one number from another number. 从一个数中减去另一个数的算术运算符。
- This addition arithmetic operator also can add a number, in days, to a date. 此加法算术运算符还可以计算日期与天数之和。
- The arithmetic operator of Roberts is used to get the contours of prostate. 研究了基于二维平行轮廓线的前列腺三维表现重建问题。
- Performance in floating-point arithmetic operations. 浮点算术运算的性能。
- All arithmetic operators are supported, except for idiv. 除了idiv以外,支持所有算术运算符。
- A measure of a computers's performance of arithmetic operations. 计算机算术操作性能的一种测量方法。
- The resulting type from an arithmetic operator is based on the types of the input values. 从算术运算符得到的类型基于输入值的类型。
- The result of an arithmetic operator is always nullable, even if the operands are nonnullable and ANSI_WARNINGS or ARITHABORT is set ON. 即使操作数不可为空并且ANSI_WARNINGS或ARITHABORT设置为ON,算术运算符的结果也始终可为空。
- If an arithmetic operator has two expressions of the same type, the result has the same data type with the precision and scale defined for that type. 如果算术运算符有两个相同类型的表达式,结果就为该数据类型,并且具有对此类型定义的精度和小数位数。
- An operator splitting numerical method combining finite difference method (FDM) and finite element method(FEM) is proposed in this paper by using boundary-fitted coordinate system. 在边界拟合坐标系下给出耦合了有限差分法和有限单元法的新型的破开算子法。
- Performs an arithmetic operation that subtracts one number from another number. 执行一项算术运算,从一个数中减去另一个数。
- The result of applying an arithmetic operator to a pair of EL expressions is the result of applying that operator to the numeric values returned by those expressions. 对几个EL表达式应用算术运算符的结果是将该算术运算符应用于这些表达式返回的数值所得的结果。
- The | operator gives a bitwise OR, exactly as performed by the OR machine instruction. Bitwise OR is the lowest-priority arithmetic operator supported by NASM. 运算符进行按位或运算,就象OR机器指令一样。位或运算符是NASM支持的最低优先级的算术运算符。
- So,a model of the discrete network design problem(DNDP)based on the transformable network units is built by introducing the network generation arithmetic operator(NGAO)in. 进而建立了基于可变网元的离散路网设计模型,采用路网生成算子来表征道路增减带来的路网单元结构的变化,设计了路网生成算子的算法流程。
- In char, byte, and short you can see the effect of promotion with the arithmetic operators. 在char,byte和short中,我们可看到算术运算符的“转型”效果。