Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

C - Fast conversion between binary and hex representations

Bitwise shift operation in C on uint64_t variable

c 64-bit bit-manipulation

What is the difference between unsigned char and unsigned short in this case?

c bit-manipulation

Replace byte in a int

c# bit-manipulation

What are the advantages to using bitwise operations over boolean operations in Python?

What does this code do?

c bit-manipulation

Applications of a circular shift

Scala bitwise operation

scala bit-manipulation

Bitwise operators in node.js with big numbers

Bitwise Operations and not logical

bit-manipulation

Are compilers able to avoid branching instructions?

How to convert a char to uppercase without using toupper function

Most efficient way to set n consecutive bits to 1?

c bit-manipulation

How to clear multiple bits at once in C?

c bit-manipulation

A question in java.lang.Integer internal code

java bit-manipulation

negation of a number

c bit-manipulation

Java Integer.highestOneBit in C#

c# bit-manipulation

How to set bits in byte without loop

c++ c bit-manipulation

Performance comparison of modulo operator and bitwise AND

Is it possible to create a generic bitwise enumeration 'IsOptionSet()' method?

c# .net enums bit-manipulation