Description: crc表格生成器,只要输入CRC多项式和CRC位数,即可生成一个*.txt文件,里面就有一个CRC表格-CRC table generator, as long as the input CRC polynomial and the CRC median, you can generate a*. txt file, inside there is a CRC table Platform: |
Size: 6144 |
Author:陈赠 |
Hits:
Description: The 16-bit CRC checksum. The algorithm used is CRC-CCITT. The CRC calcula-
tion includes all bytes of the frame. The data bytes have to be calculated as a
word. At first you have to shift in the high byte of the data word. This is the opposite
way you transmit the data word. The 16-bit generator polynomial ‘x16
+x12
+x5
+1’ is
used for the calculation.
-The 16-bit CRC checksum. The algorithm used is CRC-CCITT. The CRC calcula-
tion includes all bytes of the frame. The data bytes have to be calculated as a
word. At first you have to shift in the high byte of the data word. This is the opposite
way you transmit the data word. The 16-bit generator polynomial ‘x16
+x12
+x5
+1’ is
used for the calculation.
Platform: |
Size: 159744 |
Author:jj |
Hits:
Description: 16位CRC校验原理与算法分析,不讨论CRC的纠错原理以及为什么要选下面提及的生成多项式,只是针对以下的生成多项式,如何获得CRC校验码,作一个比较详细的说明。-16-bit CRC checksum algorithm theory and analysis, not to discuss the principles of the CRC error correction, and why to choose the generator polynomial mentioned below, only for the following generator polynomial, to obtain a CRC for a more detailed instructions. Platform: |
Size: 2048 |
Author:李楠 |
Hits:
Description: 首先将用户输入的字符串转为二进制信息字段并左移16位后得到信息多项式,再利用生成多项式对信息多项式做模2除生成校验码,将16位的校验码拼接在左移空出的位置上,就是发送端发送的信息。由于传输过程中会有差错,所以接收方利用生成多项式对收到的信息同样做模2除检测,若余数为0,则传输过程中没有发生差错;若余数不为0,则传输过程中有差错。-First user input string converted to binary information field and moves to the left 16 bit after get the information polynomial, the generator polynomial model of an information polynomial 2 in addition to generate the checksum, 16 bit checksum stitching on the left shift vacated position is the sender to send information. Due to the errors in the transmission process, so the receiver by generating polynomial to receive information to do the same mode 2 in addition to the detection, if the remainder is zero, the transport process did not occur error. If the remainder is not 0, transmission error in the process. Platform: |
Size: 2048 |
Author:罗宵晗 |
Hits:
Description: 信息交换内容为文本文件;通信信息交换通过共享文件实现编码要求:用模 2 除法计算 CRC 码,生成多项式为 CRC-16 能在两台计算机机上运行程序,一台产生 CRC 码,另一台校验。-Clearing the contents of a text file communications exchange achieved through shared document coding requirements: CRC code calculated by modulo-2 division, is the CRC-16 generator polynomial can be a computer program running on both machines, a CRC code is generated, another school experience. Platform: |
Size: 366592 |
Author:易航 |
Hits:
Description: This CRC generator program is very useful for generating the equations necessary for PCI Express 32-bit LCRC, scrambler LFSR, and 16-bit DLLP CRC equations. One needs to remember that once the PCI express CRC has been calculated it first needs to bit swapped and bit inverted before being tacked onto the end of a TLP or DLLP. Below shows how this would be accomplished for PCI Express 32-bit LCRC. Platform: |
Size: 419552 |
Author:shandongtou |
Hits: