Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「011001000010100100100010001000100100100100」というバイナリ文字列がありますが、CRC8 を計算するにはどうすればよいですか? ありがとう
Jacksumを使用します。
CRC8 JavaのGoogle検索から。
これが機能的に組み込まれているパッケージはたくさんあります。私の頭の中で、jFLAC が jflac.util.crc8 クラスにそれを持っていることを思い出します。