搜索资源列表
CRC_FILE_SRC
- 32 bits CRC算法演示,用户可以选择输入一个文件,本工具根据循环雍余校验算法,生成并显示出其32位计算结果。-32 bits CRC algorithm demonstration, a user could choose to import a document, the tools under the revolving Yong I checksum algorithm for generating and demonstrated its 32 results.
gcrc8
- 8位crc校验的计算源码,查表计算,可以计算任意8位的多项式的校验-eight crc check the source calculation, look-up table to be calculated in terms of the eight random polynomial Check
FILE_CRC
- 计算文件的32位CRC校验码.比较简单实用,Demo中一次性读完整个文件是不可取的,您需要作些修改以应用于所有大小的文件CRC.-calculations of 32 of CRC. Relatively simple and practical, Demo one time reading the entire document is undesirable, You need to make some changes to apply to all size of the CRC docum
crc16
- 函数名称:CRC-16 Process 函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16. 校验字放在字符串最后,低8位在前高8位在后. msgaddr : 进行CRC16校验的据块的首地址 datalen : 进行CRC16校验的据块的个数 CRC-ITU的计算算法如下: a.寄存器组初始化为全\"1\"(
CRC
- 计算程序。可以通过它来进行CRC的校验计算。可以将十六进制数转化为十进制数据
CRC
- 数组为8位char型数值,通过该函数可以计算出数组的16位循环校验码。
CRC计算工具
- 电力系统用的计算校验工具,电力系统用的计算校验工具,电力系统用的计算校验工具
crc
- 自动完成CRC校验码的计算 1 010110001101 110011 可以得到: (1)index:5 pointing:1 101011 110011 011000 (2)index:6 pointing:0 110000 110011 000011 (3)index:7 pointing:0 000110 0 000110 (4)index:8 pointing:0 001100 0 001100 (5)ind
jscrc
- VB6.0编写的计算CRC校验码程序,适用于通讯程序编写者.-VB6.0 CRC checksum calculation written procedures for communications writers.
CRC_SUM
- 通过输入的十六进制字符串计算CRC校验和和累加校验和-Hexadecimal string by entering the CRC checksum calculation and verification and the cumulative
CRC_cal
- CRC校验计算工具,对crc校验对帮助。-crc jianyan calate
CRC
- CRC校验码,本软件可在输入16进制数据后直接计算出CRC校验码-CRC, the software can enter the hexadecimal data directly calculate a CRC checksum
The-CRC-checksum
- 实现多个数据的CRC校验,通过输入数据和校验数据,计算出CRC校验码。-CRC check multiple data through the input data and parity data to calculate the CRC checksum.
CRC8
- CRC 8 校验和计算函数可以直接使用,纯C语言格式。-CRC 8 Cal function ,Can be used Direcctlly ,Pure C laguage Format.
CrcCal
- crc校验的一种计算方式,可以用于网络协议或串口、can协议的校验位计算,有封装好的函数-A calculation crc check can be used for network protocols or serial port, can protocol parity bit calculation, there is a good function package
CRCTool-v2.0
- 一个 CRC32/CRC16 计算和校验的工具,可以直接校验文件的 CRC.-A tools for CRC32 /CRC16.
FlexRay_Header_CRC_cal
- 这是关于FlexRay总线网络设计过程中,计算每个网络节点的数据帧头部循环校验码的程序。计算结果在控制台下显示为一个二进制数组。-This is a project completed on Visual C++ 6.0, which could be used for calculation of the header CRC code of each node in a FlexRay network. The results are displayed as an array of bin
hemarshal
- 32 bits CRC算法演示,用户可以选择输入一个文件,本工具根据循环雍余校验算法,生成并显示出其32位计算结果,()