Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Given an array of bytes, how can I create a byte where each bit contains the mode (average) value for bits in that position from the input?

Checking the value of a bit in C

c binary bit-manipulation

Fastest way to count consecutive 1 bits. C++

c++ count bit-manipulation bit

bit shift different result in similar programs

Make a function that returns 1 if x < y , otherwise return 0

c bit-manipulation

Result of bitwise OR operator in c

Apply Excel bitwise function (BITAND or BITOR) to a range with large values

AVR bitwise C operations

c gcc bit-manipulation avr

bitwise checking if a number is -1 or not

bit-manipulation

In C language, assuming expression is equal to 0, why !(expression) is also 0?

c gcc bit-manipulation

Why does the bitwise operator OR truncate the value in this example? [duplicate]

C# - which data structure to use - manipulate and store chess position in 180 bits?

Extracting rightmost N bits of a double in C

Bitwise Operators in GAP

How to clear a bit in a byte?

c# byte bit-manipulation

Swapping bytes of unsigned short integer

Reverse all bits in an int and return the int

Bits retrieval of a number

java bit-manipulation