移位运算 meaning in English
shift operation
Examples
- A bit - shift operation performs an arithmetic shift on a bit pattern
移位运算移位运算对位模式进行数学移位。 - Let i c s be a squarefree monomial ideal , ic is obtained from i under combinatorial shifting
) s为无平方单项式理想, i ~ c为i在组合移位运算下得到的无平方强稳定理想 - This article have two parts : g - fixed ideals and some ideas with stable betti numbers on shifting operations
本文分两部分: g -不变理想与移位运算下保持分次betti数不变的一些理想。 - In an arithmetic left shift , the bits shifted beyond the range of the result data type are discarded , and the bit positions vacated on the right are set to zero
在数学左移位运算中,丢弃移出结果数据类型范围的数位,而将右端空出的数位位置设置为零。 - In an arithmetic right shift , the bits shifted beyond the rightmost bit position are discarded , and the leftmost bit is propagated into the bit positions vacated at the left
在算术右移位运算中,将丢弃移出最右侧数位位置的数位,并将最左侧的数位传播到左端空出的数位位置。