logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

计算循环冗余码

FJNU.1240Description计算机网络中采用循环冗余码来校验数据的正确性。其原理是:发送方计算出待发送的二进制数据的循环冗余码,并随同原数据一起发送到接收方;接收方通过重新计算接收到的数据的循环冗余码,并和收到的循环冗余码进行比较,如果两者相同则可判定所收到的数据是正确的,否则说明数据是错误的。其中计算二进制数据的循环冗余码的计算过程如下: >>协议事先约定一个二进制生成表达式,本

#测试#c++
Biorhythms

FJNU.1132 & PKU.1006DescriptionSome people believe that there are three cycles in a persons life that start the day he or she is born. These three cycles are the physical, emotional, and intellectu

#c++
到底了