内存特征:
计算机中的内存:
Capacity: The capacity of the memory is the number of bytes (or preferably words) it can store.
- The word size (or length) is the natural unit of organisation.
- It is usually equal to the number of bits used to represent an integer and to the instruction length.
3个key: 访问时间,恢复时间,传输速率
Parity Bits(奇偶效验位)
具体方法如下:
奇校验:就是让原有数据序列中(包括你要加上的一位)1的个数为奇数
1000110(0)你必须添0这样原来有3个1已经是奇数了所以你添上0之后1的个数还是奇数个。
偶校验:就是让原有数据序列中(包括你要加上的一位)1的个数为偶数
1000110(1)你就必须加1了这样原来有3个1要想1的个数为偶数就只能添1了。
标签:1000110,计算机,奇数,--,个数,number,length,week5 From: https://www.cnblogs.com/Lamboofhome/p/16878933.html