Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Python byte array to bit array

Optimize an array of tribools for space

Flip all groups of consecutive 0 bits of size <= N to 1s

c++ c bit-manipulation

Most efficient method of generating a random number with a fixed number of bits set

What are 0xaa and 0x55 doing?

Is there any way to write "mod 31" without modulus/division operators?

Fastest way to produce a mask with n ones starting at position i

Finding the next in round-robin scheduling by bit twiddling

What do these JavaScript bitwise operators do?

Unset the rightmost set bit [duplicate]

How to bitwise shift in VB.NET?

Flags and << operation on enums? C# [duplicate]

c# enums bit-manipulation

combine/merge two bytes into one...?

C bitwise negation creates negative output: [duplicate]

c bit-manipulation

Number of bits to represent a number

Finding Bit Positions in an unsigned 32-bit integer

c bit-manipulation

Is it possible to read/write bits from a file using JAVA?

Cast float to int without ANY conversion?

c# casting bit-manipulation

What is the fastest way to calculate the number of bits needed to store a number

c++ bit-manipulation bits

Testing for even numbers in Java without modulo operator