摘要: this type of error where you have multiple bit errors in a row is called burst error 除了为每一行添加一个奇偶校验位,还可以为每一列添加 parity bits per row parity bits per col 阅读全文
posted @ 2020-02-02 22:02 hh9515 阅读(775) 评论(0) 推荐(0)
摘要: 概念: one’s complement ( 二进制补码的第一种形式) two's complement(二进制补码的第二种形式 我们中文翻译中的“补码”) Twos complement: Negative numbers in binary 二进制的负数表示法 负数的表示法: 我们将第一位定义为 阅读全文
posted @ 2020-02-02 19:56 hh9515 阅读(1035) 评论(0) 推荐(0)