en

Bitwise

UK
/ˈbɪt.waɪz/
US
/ˈbɪt.waɪz/
ru

Translation of "bitwise" into Russian

bitwise
Adjective
raiting
UK
/ˈbɪt.waɪz/
US
/ˈbɪt.waɪz/
bitwise
The bitwise operation is crucial for optimizing the algorithm.
Побитовая операция имеет решающее значение для оптимизации алгоритма.

Definitions

bitwise
Adjective
raiting
UK
/ˈbɪt.waɪz/
US
/ˈbɪt.waɪz/
Relating to or involving the manipulation of individual bits within a binary number or data structure.
The bitwise operation allowed the programmer to efficiently compare binary values.
bitwise
Adverb
raiting
UK
/ˈbɪt.waɪz/
US
/ˈbɪt.waɪz/
In a manner that treats or manipulates data one bit at a time.
The two integers are compared bitwise to detect any differences.

Idioms and phrases

bitwise operation
A bitwise operation is an operation that directly manipulates bits.
побитовая операция
Побитовая операция - это операция, которая напрямую манипулирует битами.
bitwise operator
The bitwise operator is used to perform operations on bits.
побитовый оператор
Побитовый оператор используется для выполнения операций над битами.
bitwise shift
A bitwise shift moves bits to the left or right in binary numbers.
побитовый сдвиг
Побитовый сдвиг перемещает биты влево или вправо в двоичных числах.
bitwise and
The bitwise AND operation compares each bit of two values.
побитовое И
Побитовое И сравнивает каждый бит двух значений.
bitwise xor
The bitwise XOR returns true only when the bits are different.
побитовое исключающее ИЛИ
Побитовое исключающее ИЛИ возвращает истину только когда биты разные.

Related words