搜索资源列表
CRCsuanfaheqita
- 包括CRC在内的N多算法2,自己自己看吧,很不错,对于需要快速开发数据效验的朋友很有帮助-including the CRC algorithm for two more N, mull their own, very good, the need for rapid development of data validity checks helpful friends
Steath Bomber_Source For AntiVirus Utility
- Stealth Bomber is an ti-virus utility. It performs simple checks by looking for suspicious behaviour in the operating system and checks files with one of the most effective weapons against computer viruses: the Cyclic Redundancy Check, or CRC
crc
- CRC校验程序包,包含VB,C,汇编下,实现CRC校验程序的代码,详细介绍CRC校验的原理,介绍 查表法,半字节查表法,等等实现CRC校验的方法,希望对大家有所帮组。-CRC Checksum package, including VB, C, compilation achieve CRC checksum code, detailing the principles of CRC checksum on look-up table method, semi-byte look-up tabl
CRC
- The file contains 16-bit, 32-bit CRC checks.
Lab1-Windows1
- 利用所学数据链路层原理,自己设计一个滑动窗口协议,在仿真环境下编程实现有噪音信道环境下两站点之间无差错双工通信。信道模型为8000bps全双工卫星信道,信道传播时延270毫秒,信道误码率为10-5,信道提供字节流传输服务,网络层分组长度固定为256字节。 通过该实验,进一步巩固和深刻理解数据链路层误码检测的CRC校验技术,以及滑动窗口的工作机理。滑动窗口机制的两个主要目标:(1) 实现有噪音信道环境下的无差错传输 (2)充分利用传输信道的带宽。在程序能够稳定运行并成功实现第一个目标之后,运
crc32
- I was suprised LabVIEW didn t had the CRC32. So I made it, http://en.wikipedia....edundancy_check, http://www.ietf.org/rfc/rfc1952.txt. It can take a array of U32, one element of U32 or a string. When needed I can create more CRC checks, CRC8, CRC16,
index_sub_table_format4
- This checks that CRC(buf + CRC(buf)) = 0, and that CRC commutes with bit-reversal. This has the side effect of bytewise bit-reversing the input buffer, and returns the CRC of the reversed buffer.