CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
bitwise-operators
08-28
Software engineering
Finding min and max between two numbers using bit manipulation in Go
08-24
Software engineering
Binary random number with a specific number of ones
08-24
OS
Fixed point arithmetic long long int representation issue in C
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-09
database
Storing up to 8 boolean values in a byte or up to 32 boolean values in an Integer
08-07
Net
How to shift a character by another character in C
08-02
Software design
Golang Logical AND of result of function
07-31
front end
Bitwise operations on large numbers
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-21
Back-end
How to flip the sign of a float using bitwise operators in C
07-19
Mobile
Why left-shifting operation with different result on __u32 and __u64?
07-19
OS
Bitwise comparison of "slightly" different DataFrames yield conflicting results
07-16
database
Multiply float by a number using bitwise operators
07-14
Back-end
How to swap pairs of bits of unsigned int in C
07-14
database
Modify higher bits of a variable in C
07-03
database
Bitwise AND with 0 is unreachable in C
06-30
OS
How "bitwise AND mask equals mask" can be optimized?
06-29
OS
Strange behavior using & in if statement in Python
06-19
Back-end
Storing the right value in a two dimensional array in c. But when I tried to print the value it show
06-15
Software engineering
Concatenate serialized bits from list into bytes
06-01
database
Is it possible to find duplicate characters in a random unicode string using the bitwise operations?
05-23
Mobile
Setting the alpha channel of an image, based on the pixel values in another image
05-22
OS
Bitwise XOR on unsigned char is terminating program without error
05-19
front end
Unable to understand Bitwise & operator in java
05-12
other
How can I extract those bits from 16bit LE data?
05-10
Enterprise
Is it required and/or preferred to wrap C enum items in parenthesis , and if so, what's the uti
05-08
Mobile
A C left shift anomaly in unsigned long long ints
05-04
other
How to convert one byte and 4 bits from another byte to a short using bitwise?
04-29
OS
Difference between !(n & 1) and n & 1 == 0 in C
04-28
Net
Unpacking three values packed into a Long
04-25
database
Bitwise operation and arrow function return statement
04-20
Mobile
How does the BitConverter reconstruct bytes to a short
04-12
Blockchain
Why does ^1 equal -2?
04-12
database
Remove subset rows of other rows in SQL
04-12
OS
Calculating number bonds to value in Java
03-29
Blockchain
let x = (0&0xFFFFFFFF) ~0 1 , what is the value of x?
03-27
Mobile
bitand : keyword vs function in C
03-25
database
Bitwise Negation Issue - C (Tiva C TM4C123GXL)
80
1
2
Next
Last
Links:
CodePudding