搜索资源列表
crc
- CRC码产生器与校验器程序 Features : Executes in one clock cycle per data word Any polynomial from 4 to 32 bits Any data width from 1 to 256 bits Any initialization value Synchronous or asynchronous reset
CRC
- 通过对于模2除法的研究 可以得到如下方法: 1. 把信息码后面加上p-1位的0,这个试验中p是6位,即在输入的信息码后面加上“00000”。把这个17位的被除数放入input中。 2. 在得到被除数input之后,设计一个在被除数上移动的数据滑块变量d,把input中的最高位开始逐次复制给变量d。 3. 如果d的最高位为1,由变量d和变量p做异或运算;如果d的最高位为0则不运算或者做多余的异或‘0’的运算。 4. 把滑块变量d往后滑动一位。 5. 循环步骤(3,4)
EDCECC_arithmetic
- ECC/EDC算法理论:4字节检错码EDC:CD-ROM扇区中,有一个4字节共32位的EDC字域,它就是用来存放CRC码。 CD-ROM的CRC校验码生成多项式是32阶的,P(x) = (x16+x15+x2+1)(x16+x2+x+1)。 计算CRC码时用的数据块是从扇区的开头到用户数据区结束为止的数据字节,以Mode1为例, 即字节0—2063共2064个字节。将数据加上4个字节0,然后除多项式,得到的余数为校验码。 -ECC/EDC algorit
CRC4
- 该源程序可以实现4位crc编码,用户输入需要发送的由0和1组成的字符串,程序运行结果可以显示出4位CRC编码,其生成函数为x4+x+1-The source program can achieve four crc coding and user input needs to be sent by a string of 0 and 1. The result of the program is a crc code.The crc coding generation function is
if_fddi
- Define max and min legal sizes. The frame sizes do not include 4 byte FCS CRC (frame check sequence).
libfcoe
- Max MTU for FCoE: 14 (FCoE header) + 24 (FC header) + 2112 (max FC payload) + 4 (FC CRC) + 4 (FCoE trailer) = 2158 bytes.
libfcoe
- Max MTU for FCoE: 14 (FCoE header) + 24 (FC header) + 2112 (max FC payload) + 4 (FC CRC) + 4 (FCoE trailer) = 2158 bytes.
if_fddi
- Define max and min legal sizes. The frame sizes do not include 4 byte FCS CRC (frame check sequence).
if_fddi
- Define max and min legal sizes. The frame sizes do not include 4 byte FCS CRC (frame check sequence).