运算顺序

  • 网络order of operation;The Order of Operations;operation order
运算顺序运算顺序
  1. (计算机科学)属于或关于复运算顺序操作。

    ( computer science ) of or relating to the sequential performance of multiple operations .

  2. 单个计算机运行两个或多个计算机程序的过程。(计算机科学)属于或关于复运算顺序操作。

    The execution of two or more computer programs by a single computer . ( computer science ) of or relating to the sequential performance of multiple operations .

  3. Minkowski结构运算与顺序滤波

    Minkowski structural operation and order filtering

  4. 芝加哥——我们刚刚听完了数学家尤金妮娅·郑(EugeniaCheng)关于非结合律的精彩讲解:运算的顺序会影响运算结果,比如在减法中。

    CHICAGO - We had just finished the mathematician Eugenia Cheng 's splendid demonstration of nonassociativity where the order of operations counts - as it does in , say , subtraction .

  5. C/C++运算求值顺序的缺陷分析

    Pitfalls of Operator 's Evaluation Sequence in C / C + + Operators

  6. 用软硬结合的方法克服高速流水线的障碍&条件运算和顺序下标表处理

    OVERCOMING THE HINDRANCES IN HIGH-SPEED PIPELINE COMPUTERS BY MEANS OF COMBINATION OF HARDWARE AND SOFTWARE & Conditional Operation and the Treatment of Sequential Subscript List

  7. 采用单个基16/8复用的蝶形运算单元顺序处理,并通过减少乘法器数目,有效降低了硬件消耗;

    By using a single radix-16 / 8 butterfly processing element and reducing the number of multipliers , the proposed approach obtains significant hardware reduction .

  8. 本文以实例程序及其在3种不同编译器上的不同运行结果,表明C/C++运算求值顺序存在缺陷。

    This essay gives a program and its different results in three compliers , proves pitfalls of evaluation sequence in C / C + + operators .

  9. 基于数据流的组件组合方法:介绍了基于数据流的组件组合模型,并给出了CCS组件的四种组合运算方法:顺序组合运算、使用组合运算、选择组合运算、协作组合运算。

    Describes the method of components combination based on Data Stream , and gives 4 kinds of combination method : the Sequential Combination , the Using Combination , the Choosing Combination , the Cooperation Combination . ( 4 ) The reusing method based on source code .

  10. 用高斯消去法求解结构刚度方程,当对角元素被消成零值时,立即把该对角元素改成适当的正实数,使消元运算能按自然顺序继续下去。

    The stiffness equation is solved by means of the Gauss elimination method .

  11. 普通程序中,只能指定常量,常量之间不能运算,程序只能顺序执行,不能跳转,因此功能是固定的,不能变化。

    In the common programs , constants can be appointed , but they cannot operate , and programs only can be carried out in sequence , so the function is definite .