操作数

cāo zuò shù
  • operand
操作数操作数
操作数[cāo zuò shù]
  1. 我们将这种混合乘算法和分离操作数扫描算法(SOS)结合起来组成HSOS算法,一种实现大整数模运算的新模乘算法。

    We combine our hybrid method with the Separated Operand Scanning ( SOS ) Montgomery multiplication into the HSOS method , a new technique to perform long-integer modular arithmetic .

  2. 字的大小这一术语(也称字长)描述了操作数寄存器的大小,但它也可用来不那么严格地描述出入处理器的通道的大小。

    Technically , the term work size ( also called word length ) describes the size of an operand register , but it is also used more loosely to describe the size of the pathway to and from the processor .

  3. LOAD指令的操作数也是前面所未知的。

    The load instruction 's operand was previously unknown as well .

  4. set的操作数是一个变量。

    The operand for set is an argument .

  5. 因为在GAS中中间操作数带$前缀,所以80hex是$0x80。

    Because immediate operands are prefixed with $ in GAS , 80 hex is $ 0x80 .

  6. 输入操作数是充当指令输入操作数使用的C表达式。

    The input operands are the C expressions that serve as input operands to the instructions .

  7. 输出操作数是将对其执行汇编指令输出的C表达式。

    The output operands are the C expressions on which the output of the assembly instructions will be performed .

  8. 在一般情况下,fish中的所有内置函数都有上下文相关的操作数补全。

    In general , all the built-ins and functions included with fish have context-sensitive operand completion .

  9. cd函数是一个fish函数,它的操作数是一个现有的目录。

    The cd function is a fish function and is aware that its operand is an existing directory .

  10. 否则,如果操作数的编译时类型是Long、Float或者Double,会经过拆箱转换。

    Otherwise , if the operand is of compile-time type Long , Float , or Double it is subjected to unboxing conversion .

  11. 将一个操作数包装到number()、boolean()、string()或者其他新增的类型构造器函数中。

    Wrap one of the comparands in number (), boolean (), string (), or one of the new type-constructor functions .

  12. 如果您不知道一个命令处理的操作数类型,fish在许多情况下可以提供帮助,但并不是在所有情况下都可以。

    If you don 't know what kind of operand a command manipulates , fish can help & in many cases , but not all .

  13. 由于DB2子系统会按照处理的顺序来读取数据,因此集群能帮助降低昂贵的SORT操作数。

    Because the DB2 subsystem reads data in the order in which it needs to process it , clustering helps reduce expensive SORTs .

  14. 常用算术转换的规则决定了C中进行整数或浮点数运算时大多数两操作数运算的结果类型。

    The usual arithmetic conversions are the rules that determine the result type of most of the two-operand operators in C when they are operating on integer or floating-point operands .

  15. 该函数将上报应用程序指定的基准测试值,参数分别为每CPU秒可执行的浮点和整数操作数。

    This reports the results of an application-specific benchmark , expressed as number of floating-point and integer operations per CPU second .

  16. 操作数用标志符A、b和C,取代了主存的b>地址b>编号,这样也简化了代码。

    The operands use labels , such as A , B , and C , instead of numbers to represent main memory addresses , and that simplifies the code , too .

  17. 它还规定在存储设备与一组32位矢量寄存器(VectorRegister,VR)之间存取和储存的字节、半字、字和四字操作数。

    It also provides for byte , halfword , word , and quadword operand fetches and stores between storage and a set of32 Vector Registers ( VRs ) .

  18. 简单的答复是,Python会根据需要将表达式中的所有操作数转换为最复杂的操作数的类型。

    The simple answer is that Python converts all operands in an expression to the type of the most complex operand , as necessary .

  19. 如果知道某个book至多有一个price元素,则可以使用XQuery的值比较来编写查询,这迫使进行比较的操作数是单个数。

    If you know that a book has at most one price element , you can write the query using XQuery value comparisons , which force the comparison operands to be singletons .

  20. specificintrinsic的所有操作数都会映射为一个称为qword的特殊类型,它实际上是一个opaque寄存器值类型。

    All operands to specific intrinsics are cast to a special type called qword , which is essentially an opaque register value type .

  21. 多圆盘上的对偶Toeplitz算子一种只对一个操作数进行运算的算子或算符。

    Dual Toeplitz Operators on the Polydisk ; An operator that represents an operation on one and only one operand .

  22. CPU根据操作数的宽度(8、16或32)选择AL、AX或EAX寄存器。

    The CPU chooses the AL , AX , or EAX register depending on the width of the operand ( 8,16 , or32 bits ) .

  23. 例如,通过合并其两个操作数的枚举使在联合表达式上调用enumerate()可行。

    Calling enumerate () on a union expression , for example , works by merging the enumerations of its two operands .

  24. 如果实际应用无法满足这两个条件,就必须插入数据置换(permutation)指令,对参与运算的数据进行重新组织,以得到符合SIMD指令要求的操作数。

    For applications can not meet above two requirements , extra data permutation instructions should be inserted to generated operands for SIMD instructions .

  25. 依赖性暂停(Dependencystall)&这种暂停之所以会发生是因为下一条指令的一个操作数需要上一条尚未完成的指令产生的值。

    Dependency stall & This is a stall that occurs because one of the operands of the next instruction requires a value from a previous instruction that has not yet completed .

  26. 其中一个算法基于PRAM-EREW计算模型,在不增加总操作数复杂度的前提下,将时间复杂度减小到O(n)。

    Based on PRAM-EREW model , without increasing the work complexity , the first algorithm can decrease to O ( n ) .

  27. 6600使用硬件、Freon冷却系统和能完成每秒浮点操作数为3百万的单个CPU填充了四个机柜。

    The 6600 filled four cabinets with hardware , a Freon cooling system , and a single CPU capable of 3 million floating-point operations per second ( FLOPS ) .

  28. 通过分析CMOS电路功耗产生原因,介绍了动态功耗管理、门控时钟和操作数隔离等低功耗设计方法,给出了该AES密码算法详细的低功耗实现方案。

    By analyzing the source of CMOS circuit 's power consumption , a detailed solution which considered several low-power techniques , such as dynamic power management , clock gating and operand isolation , was provided .

  29. 如果我们能够确定其中的一个操作数为unsigned,那么使用无符号除法将会更好,因为它要比有符号除法快得多。

    It will be better to use unsigned division by ensuring that one of the operands is unsigned , as this is faster than signed division .

  30. 尽管Python会与您预期的一样转换操作数,但是语言并不基于运算符转换操作数,如1/3示例中所示,其计算结果为整数。

    While Python will convert the operands as you might expect , the language does not convert operands based on the operator , as shown in the1 / 3 example , which evaluates to an integer .