• Then it becomes merely a matter of simple arithmetic to calculate coordinates that you can use to derive a point to tell Rational Functional Tester where to click.

    将其作为一种简单算法告诉RationalFunctionalTester需要点击的位置坐标。

    youdao

  • SIGFPE - Arithmetic exception, integer divided by 0, or floating-point exception.

    SIGFPE—算术异常、整数被零除或浮点异常。

    youdao

  • While nearly every processor and programming language supports floating point arithmetic, most programmers pay little attention to it.

    虽然几乎每种处理器和编程语言都支持浮点运算,但大多数程序员很少注意它。

    youdao

  • SQL-92 includes a decimal data type, which is an exact numeric type for representing fixed point decimal Numbers and performs basic arithmetic operation on decimal Numbers.

    SQL- 92包括DECIMAL数据类型,它是用于表示定点小数的精确数字类型,它可以对小数进行基本的算术运算。

    youdao

  • A processor interprets a stream of data as instructions to execute; it has one or more processing units that perform integer and floating-point arithmetic as well as more advanced computations.

    处理器将数据流解释为要执行的指令,它拥有一个或多个处理单元,用于执行整数和浮点运算以及更高级的计算。

    youdao

  • Fiscal pessimists point both to past experience and to the arithmetic of public debt for evidence that sovereign-debt crises could spread far beyond Greece.

    对财政悲观的人指陈过去的经验以及公共债务的数字做为主权债危机将远远散布超过希腊的证据。

    youdao

  • Remember, integer arithmetic is much faster than floating-point arithmetic, as it can usually be done directly by the processor, rather than relying on external FPUs or floating point math libraries.

    记住,整形数运算要比浮点数运算快得多,因为处理器可以直接进行整型数运算,浮点数运算需要依赖于外部的浮点数处理器或者浮点数数学库。

    youdao

  • The floating point environment functions are not always supported, and some platforms will not have support for IEEE arithmetic.

    浮点环境函数并不是总被支持,有一些平台不会支持IEEE运算。

    youdao

  • It is best to reserve the use of floating point arithmetic for calculations that involve fundamentally inexact values, such as measurements.

    最好将浮点运算保留用作计算本来就不精确的数值,譬如测量。

    youdao

  • Even under version 7.2, Vim does only floating-point arithmetic if one of the operands is explicitly floating-point.

    即使对于版本7.2,如果其中一个运算对象被明确声明为浮点类型,那么Vim只支持浮点算术。

    youdao

  • For reasons that concern the implementation of floating point arithmetic, we decided to train our net with these twenty counts divided by a normalizing factor.

    由于关注浮点运算的执行,我们打算用一种规格化因素将这20字符统计分开来,并以此培训我们的网络。

    youdao

  • Note that, in this example, sum must be initialized to an explicit floating-point value; otherwise, all the subsequent computations will be done using integer arithmetic.

    注意,在本例中,sum必须被初始化为一个显式的浮点值;否则,所有后续计算都将使用整数运算计算。

    youdao

  • The system uses CCD for getting digital image, uses a 16 bit fix-point DSP to perform fast discret cosine transform(DCT) arithmetic and image encoding and realizes a fast image compression in end.

    系统使用CCD获取原始数字图像数据,采用快速算法实现了核心的二维DCT变换,经过编码后,在一个16位定点DSP上实现了快速图像压缩。

    youdao

  • Many of the familiar algebraic rules for real number arithmetic do not always hold for floating-point arithmetic.

    对于浮点算法而言,许多惯用的实数算法代数规则有时并不适用。

    youdao

  • This paper describes a 32-bit fixed-point Arithmetic and Logic Unit (ALU).

    本文介绍了一种32位定点运算部件的设计方案和实现结果。

    youdao

  • I2C bus digital potentiometer AD5242 was used as core of digital alternating current parameter multi-function meter, it has a point, two point and multiple point sampling arithmetic.

    数字式工频交流电参数多用表以i2c总线数字式电位器ad5242为核心,其采样算法有一点、两点及多点。

    youdao

  • Aiming at this point, it introduces the theory of Concurrent Branch Patterns, and puts forward Concurrent Branch Patterns Mining based on the Maximum forward Path and gives relevant arithmetic.

    正是针对这些非顺序模式,介绍了并发分支模式的相关理论,提出了一种基于最大向前引用的并发分支模式挖掘方法,给出了相应的算法。

    youdao

  • The 8-neighbour point arithmetic is a simple and effective method to extract the contours in slice image.

    采用8邻域轮廓提取算法可以方便地提取到二值化分割后的图像断层轮廓。

    youdao

  • In this article, the authors study the trimming of a random smooth curve in a plane polygon and present an arithmetic for it, with the conclusion drawn from the concept of traversing point.

    研究了平面任意封闭区域对平面任意光滑曲线的裁剪,提出光滑曲线对封闭区域的穿越点概念,并以穿越点为依据,给出了平面任意封闭区域对光滑曲线的裁剪算法。

    youdao

  • My friend and I did some arithmetic, some algebra, derived the general formula for the differential at a point-all stuff he had had in the course.

    我和我的朋友做了些算术和代数,得到了某一点的微分公式——这些都是他上课学过的。

    youdao

  • To analyze the rounding error of calculator floating-point Numbers arithmetic operation is the foundation of numerical calculation method's error analysis.

    对计算机浮点数算术运算的舍入误差进行分析,是对数值计算方法作误差分析的基础。

    youdao

  • Based on the research of unwrapped arithmetic of multi-point forming workpiece surface, the unwrapped dimension tolerance resulted from it has been analyzed in theory.

    在对多点成形板类件自由曲面展开算法研究的基础上,从理论上分析了引起板类件自由曲面展开尺寸误差的原因。

    youdao

  • This new method can shorten the runtime as well as improve efficiency of denoised arithmetic, while ensure the denoising quality, especially in the point, line, and edge regions.

    与原有算法相比,新算法大大提高了总体最小二乘图像去噪算法的效率,并保证了去噪质量特别是保持图像边缘结构以及点特征。

    youdao

  • 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.

    作为例子,我们将要写一个计算由浮点数、圆括号及一些常用的加、减等算术符号组成的算术表达式的程序。

    youdao

  • Block floating-point arithmetic is used to enhance the dynamic range and computation accuracy.

    采用块浮点算法以提高动态范围和运算精度。

    youdao

  • 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.

    例如我们要写一个计算由浮点数、圆括号及一些常用的加、减等算术符号组成的算术表达式的程序。

    youdao

  • 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.

    例如我们要写一个计算由浮点数、圆括号及一些常用的加、减等算术符号组成的算术表达式的程序。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定