CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
bit-manipulation
09-12
front end
Unexpected behaviour from multiple bitwise shift operators in an expression
09-10
OS
How can I quickly find the smallest integer satisfying a bitmask and greater than another integer?
09-07
other
Overflow flag set to 1 after ROL operation even though it should be undefined
09-05
database
STM32 Blinking an LED using CMSIS
09-05
OS
C/C Bitwise operation university problem
08-31
OS
Whats the fastet way in Java to multiply or divide with 1.6
08-28
Software engineering
Finding min and max between two numbers using bit manipulation in Go
08-26
Software engineering
If we have a long variable which we return from a function, and store the returned value in int vari
08-24
database
Efficient transpose of 2D nibble matrix?
08-21
Mobile
Using bitwise operators to change all bits of the most significant byte to 1
08-20
Back-end
Powershell Hex, Int and Bit flag checking
08-19
other
Change MSB and leave remaining bits unchanged
08-19
Blockchain
Change MSB and leave remaining bits unchanged
08-02
Enterprise
Set every nth bit in an integer without for loop
08-01
front end
Find Minimum Operand to Maximize sum of bitwise AND operator
07-29
Net
Why is a bit-wise AND necessary to check if a bit is set?
07-28
OS
Why is a bit-wise AND necessary to check if a bit is set in C ?
07-27
other
Given xor and the range of 2 numbers, find their maximum possible sum
07-26
Enterprise
How to replace only 4 bits of 1 byte?
07-24
Mobile
Is there a way to convert 16-bit color to 24-bit color efficiently while avoiding floating-point mat
07-23
Software engineering
Getting and setting bits in a byte in C/C
07-22
Net
Does left shift operator wrap the bits around?
07-22
Net
Invalid operands to binary errors (have 'long unsigned int *' and 'int')
07-22
Back-end
Set all meaningful unset bits of a number
07-14
Back-end
How to swap pairs of bits of unsigned int in C
06-24
Net
Unpacking 4 bit chunks in Java int optimization
06-21
Mobile
General algorithm for bit permutations
06-21
Software engineering
General algorithm for number/bit transformations
06-13
Back-end
How does multiplying by 66049 duplicate bits?
06-09
OS
Detecting error in Number of Solutions in N-Queens Problem
06-08
front end
Shortish bitwise method of rouding towards zero to nearest 0x50?
06-02
Back-end
Hardcoded data storage in memory and usage in bitwise operations (C)
06-02
Back-end
Bad file descriptor error by working on files
06-01
front end
Implement a function that blends two colors encoded with RGB565 using Alpha blending
06-01
database
Is it possible to find duplicate characters in a random unicode string using the bitwise operations?
05-31
Software design
What is the purpose of the Bitwise & operator
05-22
Mobile
Good way of popping the least signifigant bit and returning the index?
05-14
Enterprise
How to use Oracle bitwise operators &, |, ^, ~?
05-12
other
How can I extract those bits from 16bit LE data?
05-07
Mobile
Determining the validity of a multi-hot encoding using bit manipulation
120
1
2
3
Next
Last
Links:
CodePudding