Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Maximum value of unsigned char

Whats the reverse function of x XOR (x/2)?

How to do bitwise unsigned (zero-fill) right shift in Dart?

bit-manipulation dart

Bit Shift and Bitwise operations to encode RGB values

java bit-manipulation

Correct usage of bitmask?

What is the difference between literals and variables in C (signed vs unsigned short ints)?

Why does JDK use shifting instead of multiply/divide?

Incompatible types error Java between short and int. Unsure of cause

Minimum number of bits to represent a given `int`

Reverse bit pattern in C

C++: How do I cast an int to an unsigned long and not change any bits?

What is a good way to iterate a number through all the possible values of a mask?

signed to positive near-perfect hash

Generate all bit patterns for a given mask

Any smarter way to extract from array of bits?

Determine the sign of a 32 bit int

c logic bit-manipulation

What is arithmetic left shift of 01001001?

Invert a bitwise left shift and OR assignment

Replace least significant bit with bitwise operations

In C++ What's the point of using bool instead of char?