搜索资源列表
2120050338_张娜_2
- 一个简单实现Ethernet数据帧封装和计算 CRC 校验的功能的程序,供新手参考-achieve a simple Ethernet data frames Packaging, and CRC calculation of the function of the procedures for newcomers reference
CRC_check_sum
- 用VC实现计算CRC校验和功能的程序,校验和主要用于网络中差错检验与差错控制。
crc32
- 能够帮助计算crc校验的代码,使用起来很方便。
crc校验码的实现
- 计算crc校验码的程序,便于理解基本算法-crc check code calculation procedures easier to understand basic arithmetic
tt
- 计算xk+1除CRC-CCITT后的余式,k从1到32768
cal_crc1
- crc校验方法和例子 可以分为 1.按半字节计算; 2.按字节计算; 3.按位计算;-crc checksum methods and examples can be divided into 1. Calculation of a half-byte 2. by byte calculation 3. by-bit computing
MyFramer
- Ethernet帧的封装与解析 帧的封装:用户输入任意一段信息,以回车作为结束。然后程序将这段信息作为帧的数据字段封装到数据帧中。并相应填充帧的其他字段。 帧的解析:从用户输入的文件中读取帧,并对其进行解析。通过重新计算CRC-8校验和,判断该帧是否会被接受。最终在终端输出帧的相关信息。 -Ethernet Frame CRC-8
CRC-16-jisuanfangfa
- CRC-16循环冗余码的计算方法源代码程序-CRC-16 cyclic redundancy code calculation method source code
zyb
- 计算机网络冗余码计算,CRC冗余码校验编程-Computer networks, the redundancy code CRC redundancy check (CRC) programming
CRC
- CRC校验和计算的程序,C++编写,可编译运行-CRC checksum calculation
CRC-checksum
- CRC 校验 通过Ethernet帧的CRC校验,了解网络协议中校验字段的计算过程与作用。-CRC checksum Ethernet frame CRC checksum, to understand the process and the role of the network protocol checksum field calculation.
DES-CRC-SUM
- des crc校验,累加和计算,集成了DES及CRC计算 累加和计算为一体的计算软件,放便平时的计算-des crc and sum calc
VB-CRC32
- 这是一个VB-CRC计算的程序,可以配合单片机生成CRC校验-This is a program VB-CRC calculation can be generated with single-chip CRC checksum
CRC-code
- 用模2除法计算CRC码,生成多项式为CRC-16;允许输入字符等,有完备的报错功能。-The 2 division calculation CRC code mode, generating polynomial for CRC-16 allow input characters, there are errors of complete function.
crc
- 循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC,它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。-Cyclic Redundancy Check English name for the Cyclical Redundancy Check, referred to as
crc-ccitt
- 用查表法计算 CRC 码的 CRC-CCITT 校验软件设计;通信传输方式通过共享文件实现;生成多项式为 CRC-CCITT,能在两台计算机上运行程序,一台产生 CRC 码,另一台校验。-CRC-CCITT check software is designed by using look-up table method communication transmission mode is realized by shared file generating polynomial is CRC
indccation
- 计算qualcomm手机与计算机通讯时,数据包的CRC,研究CDMA手机必不可少()