搜索资源列表
CRC_c_book
- 本文从理论上推导出CRC 算法实现原理,给出三种分别适应不同计算机或微控 制器硬件环境的C 语言程序。读者更能根据本算法原理,用不同的语言编写出独特风格 更加实用的CRC 计算程序。-is theoretically derived from the CRC algorithm theory, Adaptation were given three different computer or micro-controller hardware environment of the C P
CRCsfCsx
- 本文从理论上推导出CRC算法实现原理,给出三种分别适应不同计算机或微控制器硬件环境的C语言程序。读者更能根据本算法原理,用不同的语言编写出独特风格更加实用的CRC计算程序。
crc
- crc循环冗余检验的原理,很详细,可供学习和编程参考。
CRC
- 一篇关于CRC循环冗余校验的科普文献 .内容是循环冗余校验CRC的算法分析和程序实现.解释了CRC的原理--采用多显示编码方法.并对其算法进行了分析.-A CRC cyclic redundancy check on the popular science literature. Is Cyclic Redundancy Check CRC algorithm analysis and program. Explained the CRC principle- the use of multi-
CRC
- CRC算法原理及实例-CRC algorithm and examples
CRC
- 本文提出一种通用的CRC 并行计算原理及实现方法,适于不同的CRC 生成多项式和不同并行度(如8 位、16 位、及32 位等) ,与目前已采用的查表法比较,不需要存放余数表的高速存储器,减少了时延,且可通过增加并 行度来降低高速数传系统的CRC 运算时钟频率.-In this paper, a universal principle of CRC and implementation of parallel computing methods for generating differ
CRC_algorithm_principle
- CRC(循环冗余校验)算法原理详细说明,文中有源代码说明,并附查表算法数据表-CRC (cyclic redundancy check) algorithm principle of detailed instructions, source code text descr iption, together with data table look-up table algorithm
DynamicProgrammingFoundations
- Dynamic.Programming.Foundations.and.Principles,.Sniedovich,.2ed,.CRC,.2011很好的国外编程原理书籍。-Dynamic Programming Foundations and.Principles Sniedovich
CRC32_CRC16_CRC_pdf
- 我学习CRC32、CRC16、CRC原理和算法的总结-I learned a summary of the CRC32, CRC16, CRC principle algorithm
CRC
- CRC循环冗余码算法原理及三种C语言实现的算法。是一篇介绍CRC非常好的文章。-CRC Cyclic Redundancy Code algorithm and three C language algorithms. Is the one to introduce the CRC a very good article.
CRClist
- CRC查表法的算法分析,原理及编程实现的算法-CRC look-up table algorithm analysis, theory and programming algorithms