Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

expressing hex value in 2's complement

c# bit-manipulation

Produce interleaving bit patterns (morton keys) for 32 bit , 64 bit and 128bit

Understanding a five-dimensional DP with bitshifts and XORs?

Signed extension from 24 bit to 32 bit in C++

Java: How to replace last 16 bits of a long with a short

java bit-manipulation

Bit setting question

c++ c bit-manipulation

How does this method count the number of 1s in binary representation? [duplicate]

Sign extension with bitwise shift operation

c++ c bit-manipulation

Golang bitwise operations as well as general byte manipulation

go byte bit-manipulation

Why the need of a bitwise "and" for some char to byte conversions in Java?

Simulating unsigned number with a certain power of two max in java

Get specific bit from uint32

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?