Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

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

Bit-reverse a byte on 68HC12

High Order Bits - Take them and make a uint64_t into a uint8_t

MySQL bitwise operations, bloom filter

mysql bit-manipulation

Perl bitwise AND giving me funky results

Fast average without division

Store an int in a char buffer in C and then retrieve the same

How to set bits of a bit vector efficiently in parallel?

Extracting Values Across Byte Boundaries With Arbitrary Bit Positions and Lengths In C#

Bit operation used in a for loop