awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesCRC Lookup Tables

Precomputed tables for efficient cyclic redundancy check computation using bit-wise, byte-wise, or word-wise processing.

Distinct from Table-Driven Decoding: Distinct from Table-Driven Decoding: focuses on CRC computation tables, not instruction opcode decoding.

Explore 1 awesome GitHub repository matching operating systems & systems programming · CRC Lookup Tables. Refine with filters or upvote what's useful.

Awesome CRC Lookup Tables GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • madler/zlibmadler का अवतार

    madler/zlib

    6,687GitHub पर देखें↗

    zlib is a lossless data compression library that implements the deflate compression algorithm, combining LZ77 sliding window and Huffman coding. It provides the core compression and decompression engines, along with support for gzip, zlib, and raw deflate stream formats, enabling data to be compressed and restored without any loss of information. The library offers a range of capabilities for handling compressed data, including single-call memory and file operations, as well as incremental stream-based processing for working with data larger than available memory. It includes mechanisms for a

    Implements table-driven CRC computation for data integrity verification during compression.

    C
    GitHub पर देखें↗6,687
  1. Home
  2. Operating Systems & Systems Programming
  3. Table-Driven Decoding
  4. CRC Lookup Tables

सब-टैग एक्सप्लोर करें

  • CRC Bit Manipulation ToolsUtilities that determine which bits to invert in a message to achieve a desired CRC value, enabling CRC spoofing without message content. **Distinct from CRC Lookup Tables:** Distinct from CRC Lookup Tables: focuses on manipulating bits to match a target CRC, not on precomputed lookup tables for CRC computation.