Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

Longer titles found: Bitwise operations in C (view)

searching for Bitwise operation 7 found (46 total)

alternate case: bitwise operation

Material nonimplication (337 words) [view diff] exact match in snippet view article find links to article

minus q." "p without q." "p but not q." "q is false, in spite of p." Bitwise operation: A & ~B. This is usually called "bit clear" (BIC) or "and not" (ANDN)
Palace of Magic (475 words) [view diff] exact match in snippet view article find links to article
colour of the pixels of the character sprite is overlaid, using an XOR bitwise operation, with the colour of the superimposed object, resulting in a completely
Board representation (computer chess) (1,734 words) [view diff] exact match in snippet view article
resides which, excluding spaces occupied by friendly pieces (one bitwise operation), yields the legal moves of the piece. But the moves of the sliding
Citadel (video game) (1,270 words) [view diff] exact match in snippet view article
colour of the pixels of the character sprite is overlaid, using an XOR bitwise operation, with the colour of the superimposed object, resulting in a completely
Josephus problem (3,647 words) [view diff] case mismatch in snippet view article find links to article
pp. 2403–2405. Robinson 1960, pp. 47–52. "Josephus Problem using Bitwise Operation (Java)". GitHub. January 7, 2018. Retrieved January 7, 2018. Park
Zhegalkin polynomial (5,153 words) [view diff] exact match in snippet view article find links to article
{c}}+{\bar {a}}b{\bar {c}}+{\bar {a}}bc+ab{\bar {c}}} . The line in Russian at the bottom says: ⊕ {\displaystyle \oplus } – bitwise operation "Exclusive OR"
Comparison of C Sharp and Java (13,904 words) [view diff] exact match in snippet view article find links to article
value to an integer value before the operation. Thus, the result of a bitwise operation is a numeric type, not a character, in both languages. Both languages