Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Bit manipulation, permutate bits

c++ bit-manipulation

bitwise shifiting question

c bit-manipulation

fast increase number to be mod 16 in C

why can't you shift a uint16_t [duplicate]

how do i define 24 bit array in c++?

c++ bit-manipulation

How to set the 513th bit of a char[1024] in C?

c arrays char bit-manipulation

equal to operator == can be used to do checking bit ?

Constrain a 16 bit signed value between 0 and 4095 using Bit Manipulation only (without branching)

Flip bits using XOR 0xffffffff or ~ in C++?

Optimising "i = b ? (i | mask) : (i & ~mask)"

How do I compare two longs as unsigned in Java?

java bit-manipulation math

Find out max & min of two number without using If else?

C# .NET: if ((e.State & ListViewItemStates.Selected) != 0) <- What does it mean?

Macros to set and clear bits

Conditional Using Bitwise Operators

c bit-manipulation

By Left shifting, can a number be set to ZERO

bitwise operators in C

How to find number of 1's in a binary number in O(1) time?

Understanding bitwise operations in javascript

Lower case to upper case