About 91,400 results
Open links in new tab
  1. In C/C++ what's the simplest way to reverse the order of bits in a byte?

    Apr 9, 2010 · While there are multiple ways to reverse bit order in a byte, I'm curious as to what is the "simplest" for a developer to implement. And by reversing I mean: 1110 -> 0111 0010 -> 0100 This is

  2. Efficient Algorithm for Bit Reversal (from MSB->LSB to LSB->MSB) in C

    Apr 14, 2009 · Performance was about 10% faster than 32-bit, and was nearly identical whether you were just using 64-bit types to reverse bits on two 32-bit int types at a time, or whether you were …

  3. powerbi - How to turn the drillthrough filter off in a single visual in ...

    You can't turn off drill-through on a visual by visual basis. The only options you have are Cross-report and Keep all filters. Keep all filters allows you to specify what filters are kept, depending on you …

  4. c++ - How to reverse bits in a bitset? - Stack Overflow

    Feb 1, 2018 · For example, I have the integer a = 10; and it's binary representation (for a 32 bit integer) is 00000000000000000000000000001010 and reversed, it becomes ...

  5. Reverse integer bitwise without using loop - Stack Overflow

    Feb 2, 2014 · To reverse a 64bit number, this algorithm takes only 6 "steps" (at 5 operations for all but 1 step, so roughly 30 operations) whereas the bit-by-bit algorithm takes 64 steps (at 3 operations per …

  6. binary - C reverse bits in unsigned integer - Stack Overflow

    Feb 5, 2012 · 13 I'm converting an unsigned integer to binary using bitwise operators, and currently do integer & 1 to check if bit is 1 or 0 and output, then right shift by 1 to divide by 2. However the bits are …

  7. Is there a built-in function to reverse bit order

    Basically, i want to reverse the bit order in a byte, so that the least significant bit becomes the most significant bit. For example: 1001 1101 = 9D would become 1011 1001 = B9 On of the ways to do …

  8. Reverse bit order on VHDL - Stack Overflow

    Reverse bit order on VHDL Asked 13 years ago Modified 7 years, 1 month ago Viewed 57k times

  9. Most efficient way to reverse the order of a BitArray?

    Jan 25, 2011 · I've been wondering what the most efficient way to reverse the order of a BitArray in C#. To be clear, I don't want to inverse the Bitarray by calling .Not (), I want to reverse the order of the …

  10. what is the quickest command to reverse bits in file using bash

    Apr 12, 2022 · my idea is that, user input for example 3rd bit to change if on 3rd bit was 1 then change to 0 and reverse. User will not know the address of the bit (s)