bit-operations

There are 12 repositories under bit-operations topic.

  • Astrodynamic/Decimal-float-point

    Decimal is a high-precision value type for financial calculations that minimizes errors due to rounding. It represents big numbers how in C#.

    Language:C++21430
  • lxaw/chibi-txt

    Simple file compression in Rust.

    Language:Rust2151
  • MarioMatschgi/Converter

    Converter is an app for converting and calculating numbers. It can convert numbers between different radix (bases), for example binary to hexadecimal or decimal numbers and vice versa. It also supports a calculator which can evaluate braces, different radix and even bit-operations!

    Language:Vue2100
  • 4s4v1n/Decimal

    This project presents an implementation of the decimal data type of the C# language, in pure C.

    Language:C1100
  • allenvox/bitwise-operations

    Learning bitwise operations in pure C, making varint & UTF-8 encoding methods

    Language:C1100
  • yulin-physics/bitop

    Package bitop implements simple functions to manipulate bits, mimicking package strings.

    Language:Go1110
  • marciamart/Bitset

    Ordenador de valores entre 0 a 5000 com um vetor de bits

    Language:C0100
  • Astrodynamic/Decimal-fixed-point

    Decimal is a high-precision value type for financial calculations that minimizes errors due to rounding. It represents big numbers how in posgresql.

    Language:C++10
  • IstiakAlin/4-Bit-ALU-Project

    Design a 4-bit ALU capable of performing 4 different arithmetic or logical operations using Quartus, implement it using Verilog HDL, and verify it using a timing diagram.

  • JacobGH2/HuffUtil

    Lightweight C++ implementation of Huffman coding. Contains a command-line interface and bit-level wrappers over fstream objects.

    Language:C++