Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Are there any well-established/standardized ways to use fixed-width integers in C89?

c bit-manipulation c89 ansi-c

How can I read/write bits from/to a file in Java?

java file bit-manipulation

Bit manipulation in C# using a mask

c# bit-manipulation

Javascript Math.ceil(Math.abs()) optimization

The structure of Deflate compressed block

How does this approximation of division using bit shift operations work?

Bit shifting a character with wrap? C++

How to find N's complement of a number?

Smallest integer larger than lg N

What are the rules for bitmasks? Like 0xFF vs. 0xFC

Format negative integers in two's complement representation

python bit-manipulation

Efficient bit-fiddling in a LFSR implementation

what the author of nedtries means by "in-place"?

I want to calculate the inverse mask for an unsigned char

c bit-manipulation bitmask

Fast way to find a intersection between two sets of numbers, one defined by a bitwise condition and another by an arithmetic condition

How to implement SWAR unsigned less-than?

c bit-manipulation swar

Bit reversal of an integer, ignoring integer size and endianness

c integer bit-manipulation

Extracting 'parts' of a hexadecimal number

c++ c bit-manipulation

Iterating bits of a char

java bit-manipulation

Using bit manipulation to tell if an unsigned integer can be expressed in the form 2^n-1