Crc
循环冗余校验(英语:Cyclicredundancycheck,通称“CRC”)是一种根据网上数据包或计算机文件等数据产生简短固定位数校验码的一种散列函数,主要用来检测或校验数据传输或者保存后可能出现的错误。生成的数字在传输或者存储之前计算出来并且附加到数据后面,然后接收方进行检验确定数据是否发生变...
共 766 份资源
源代码 10,000
Crc 热门资料
查看全部 766 份 →
PDF文档
This program is used to calculating CRC32 checksums of files in order to verify the integrity of fil
This program is used to calculating CRC32 checksums of files in order to verify the integrity of files. Written in Visua...