生成多项式就是用来把要进行防错处理的二进制码流进行转换生成校验码,然后接收方会收到原始的二进制码流和校验码,按照与发送方相同的多项式再次进行转换生成校验码,与发来的校验码进行比较。如果一致则说明接收到的二进制码流是正确的;反之则说明接收到的二进制码流包含错误。
18 多项式g(x)称为码的生成多项式(generator polynomial)。 g(x)的次数等于码中校验位的个数,即等于n-k。
基于182个网页-相关网页
·2,447,543篇论文数据,部分数据来源于NoteExpress
为什么CRC32生成多项式33位很久了吗?
快速相关攻击的关键是寻找序列的项数较少、次数较低的生成多项式。
It is a key for the fast correlation attacks that search for generation polynomials with less terms and low degrees.
文章给出了CRC码中所含1的个数与生成多项式的关系的一个性质。
A property about the relation between the number "1" in CRC code and polynomial generation were presents in this paper.
应用推荐