摘要
简要分析了 CRC的硬件实现原理 ,给出了 CRC在 VB6 .0中的两种快速算法 :直接使用 VB语言算法和调用 DL L(Dynamic L ink L ibraries,动态链接库 )算法。测试结果表明 :这两种算法都能在很短的时间内完成任意长度信息段的
A realization principle of CRC is simply analy ze d,and two algorithms of CRC in VB,direct VB language algorithm and DLL(Call Dyn amic Link L ibraries)algorithm,are also presented in this paper.These two algorithms are pro ved in practices that can finish CRC computation for any length of message secti on in very short time
出处
《电脑开发与应用》
2003年第10期14-15,22,共3页
Computer Development & Applications
关键词
VB6.0
循环冗余校验
CRC
快速算法
程序设计
CRC(cyclical redundancy check),serial com munication,VB,dynamic chained base,DLL algorithm