• 算法使用整数运算所以具有很快速度

    Since only integer arithmetic is used, speed of this algorithm is high.

    youdao

  • 可能一些优势浮点数运算整数运算如下解释。

    There might be some advantage to doing integer arithmetic than floating-point arithmetic, as explained below.

    youdao

  • 例如,函式(尤其是执行整数运算式)的效能提升。

    For example, performance improvements will be achieved for functions, especially those that perform integer operations.

    youdao

  • 常用算术转换规则规定任意整数运算首先执行提升

    The usual arithmetic conversion rules state that first you perform the integer promotions on any integer operands.

    youdao

  • 使用算术表达式时,需要记住一点,在版本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.

    youdao

  • 整数运算实现基于环面自同构的算法他们传统RSA算法比较

    Have realized two kinds of algorithms with the large integer operational library in VC, and compare them with traditional RSA algorithm.

    youdao

  • 我们提出信号多重备份方法,解决整数运算结构中关键信号广播带来负载问题

    We propose a Signal Multi-Backup strategy to resolve the problem of large loads that are caused by the signal broadcasting of large-bit operation structures.

    youdao

  • 本文分析了字节定点整数运算进行插值计算所能达到计算精度列举了两个计算实例

    This paper analyses the computing accuracy of linear interpolation obtained with double bytes integer operation, which is illustrated by two examples.

    youdao

  • 注意中,sum必须初始化为一个显式浮点否则所有后续计算使用整数运算计算

    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.

    youdao

  • 算法补过程中进行整数运算每次插补计算可以得到两个坐标轴进给脉冲增量

    The algorithm can get two forward steps' pulse increments in three axes every interpolation step, and uses only integer operations.

    youdao

  • 计算机代数系统处理对象虽然符号公式需要整数运算并且需要的是无限精度整数运算

    Although the objects processed by a computer algebra system are usually symbolic formulae, it is necessary for the system to operate with integers and even with infinite integers.

    youdao

  • 因此提供64寻址整数运算能力必须要修改现有数据类型绑定映射或者向c语言添加新的数据类型。

    Thus, providing 64-bit addressing and integer arithmetic capabilities involves changing the bindings or mappings of the existing data types, or adding new data types to the language.

    youdao

  • 解决状态观测器采用传统浮点运算时,因自动下溢出产生误差问题提出整数运算算法提高控制精度

    To avoid the cumulative error problem caused by auto-overflow in state observer floating operation, the whole-integer operation was proposed to improve the control precision.

    youdao

  • PCNN具体实现网络强制单循环网络,通过简化模型阈值查找整数运算等技巧,降低了PCNN的时间复杂度

    For the specific implementation of PCNNs, a PCNN was forced to be a single pass network. And simplified model, look-up threshold table, and integer operation were used to decrease the time complexity.

    youdao

  • 添加了psyco .bind (main),而不是添加一个总的psyco . jit调用因为main函数确实要循环多次(但是利用最少整数运算)。

    Call, I added only the line psyco.bind (main), since the main function does loop a number of times (but only makes minimal use of integer arithmetic).

    youdao

  • 函数请求提取32位整数使用中的算术运算计算一个动态缓冲区大小

    This function takes a 32-bit integer from the request, and USES it in an arithmetic operation that calculates the size of a dynamic buffer.

    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

  • 进行组合只需存储已扫描运算,就象整数进行的操作一样。

    To mulitiplex, simply store away the scanned operator's value, exactly as you did for integers.

    youdao

  • 一个UDF在给定之间执行EXLUSIVE OR运算,这两个值已经被转换二进制形式

    The next UDF performs EXLUSIVE OR operation between two given integer values as translated to binary expressions

    youdao

  • 使用to运算迭代各个整数上下文item(2.0中的上下文item)未定义

    As you use the to operator to iterate through various integers, the context item (it's the context item in 2.0) is undefined.

    youdao

  • 其次我们前面可以看到指针可以整数进行相加相减运算

    Second, we have already observed that a pointer and an integer may be added or subtracted.

    youdao

  • 这种情况下最好的选择使用绝对值运算如果基本整数除法

    Your best bet in situations like this is to operate on absolute values when doing modulo operators if you want basic integer division.

    youdao

  • 本文提出新的算法,它是从开关函数最小项集合所对应整数集出发,通过整数进行算术运算从而求得接近最小两级与一或表达式。

    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.

    youdao

  • 通过模糊集合运算算子变换把模糊数学模型最终转化一个0-1整数规划问题

    Then, the fuzzy set-covering model is transformed to a 0-1 integer planning problem through fuzzy set operation and operator transformation.

    youdao

  • 兴趣区域(ROI)进行无损压缩编码过程中,采用整数变换然后进行算术编码方案降低运算复杂度保证图像质量

    In the process of compressing the ROI, to decrease the complexity of computation and ensure the quality of the image, integer wavelets transform and arithmetic algorithm are used.

    youdao

  • 静态规划建立混合整数规划模型利用基于线性规划运算支路交换有效地求解模型。

    The static planning constructs the mixed integer programming model . A branch exchange technique based on the change base of linear programming solves the model effectively.

    youdao

  • 另外一个方法就是格式运算,也就是百分号%。用于整数的时候,百分号%余数的运算符。第一运算对象是字符串的时候,百分号%就成了格式运算符了。

    An alternative is to use the format operator, %. When applied to integers, % is the modulus operator. But when the first operand is a string, % is the format operator.

    youdao

  • 另外一个方法就是格式运算,也就是百分号%。用于整数的时候,百分号%余数的运算符。第一运算对象是字符串的时候,百分号%就成了格式运算符了。

    An alternative is to use the format operator, %. When applied to integers, % is the modulus operator. But when the first operand is a string, % is the format operator.

    youdao

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

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

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