Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Faster way to swap endianness in C# with 32 bit words

algorithm behind the generation of the reverse bits lookup table(8 bit)

Check if a bit is set only once in a series of bitsets

bit-manipulation

How can I test if all bits are set or all bits are not?

c++ c bit-manipulation

Bitwise operation exercise

Bitwise - How can I check if a binary number contains another?

c++ c binary bit-manipulation

“Type mismatch: cannot convert int to byte”

java byte bit-manipulation

Java Bit Manipulation - What does (num >>= 1) do?

32 bit unsigned JavaScript bitwise operation is one short

Java integer flag and bitwise operations for memory reduction

Boolean Not operator in VBScript

More idiomatic way in Go to encode a []byte slice int an int64?

go bit-manipulation

Create bitmask based on a pattern as constexpr

Explanation of the safe average of two numbers

stealing bits from a pointer

c pointers bit-manipulation

How do I set or clear the first 3 bits using bitwise operations?

mirror bits of a 32 bit word

c assembly bit-manipulation

Dividing by power of 2 using bit shifting

c# bit-manipulation

How do you use bitwise flags in C++?

c++ bit-manipulation

How can I convert bits to bytes?

c# bit-manipulation byte