Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Number of unset bit left of most significant set bit?

c# c++ c 64-bit bit-manipulation

Structures with bitwise data in C++ [duplicate]

c++ struct bit-manipulation

Performing the inverse of (or reversing) bitwise OR in C#

Time complexity of this code to list all subsets of a set?

Finding Highest Order 1 in a Java Primitive

java bit-manipulation

Why does bit-shifting an int upwards produce a negative number?

How can I get the position of bits

Optimize mysql query to use index on a Bitwise where clause

Is it possible to do bitwise operations on a string in Python?

How to tell if a 32 bit int can fit in a 16 bit short

c integer bit-manipulation

Is java bit shifting circular?

Set bit X of an integer to bit Y of another integer without branching?

what does a[0] = addr & 0xff?

c arrays bit-manipulation

K&R C Exercise Help

c binary bit-manipulation kr-c

Determine which single bit in the byte is set

Slick way to reverse the (binary) digits of a number in Python?

Fast constant time evaluation of "x==7" to 1 (true) or 0 (false) in Java

Unexpected C/C++ bitwise shift operators outcome

c bit-manipulation

C: Most efficient way to set all bits in a range within a variable

c bit-manipulation

Combine flags in array to single value using bitwise OR