Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

What is 0xFF and why is it shifted 24 times?

ASCII compressor works for short test file, not on long

Bit-reversal algorithm by Rutkowska

What are good methods for hashing bits in an Int32 or UInt32?

c# bit-manipulation prng

Best way to compute max mask of sse var

What's the best way to represent a short bit string?

8-bit checksum is off by one

Is there any valid use for a sign-preserving left shift?

assembly bit-manipulation

What does the expression "b=(b-x)&x" mean?

c++ loops set bit-manipulation

Find the longest prefix of bit arrays

Generate all combinations for pair of bits set to 1?

Smoothing algorithm using integer arithmetic

Storing binary string in MySQL

Bit shift when there is no ... bit shift operator

Generic bit string comparison against zero in Postgres

Concatenating Bits in C++

c++ bit-manipulation

print binary representation of a number

c bit-manipulation bit

Java - finding leading zeros in a long by conversion to double

What's the fastest way to obtain the highest decimal digit of an integer? [duplicate]