搜索资源列表
crc16
- 函数名称:CRC-16 Process 函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16. 校验字放在字符串最后,低8位在前高8位在后. msgaddr : 进行CRC16校验的据块的首地址 datalen : 进行CRC16校验的据块的个数 CRC-ITU的计算算法如下: a.寄存器组初始化为全\"1\"(
myZip
- 本实例采用输入参数的方式,并且演示了如何使用Checksum类来计算和校验文件的“校验和”。在dos窗口中输入:java myZip test 1.txt 2.txt 这条命令把1.txt和2.txt文件压缩到test.zip文件中
CalcxiaonegCRC32
- CRC32数据校验工具,能将计算结果分别用十进制和十六进制显示源代码。-CRC32 data validation tool, able to calculate the results were displayed in decimal and hexadecimal code.
CRxiaoyanfanfCIT
- 自己写的CRCIT算法和校验方法,不同于常见的CRC16或CRC32,在VB环境下通过二进制的方式计算得到结果的代码。-Write their own algorithms and verification methods of CRCIT, unlike common CRC16 or CRC32, in the VB environment by way of the calculated results of the binary code.
The-CRC-checksum
- 实现多个数据的CRC校验,通过输入数据和校验数据,计算出CRC校验码。-CRC check multiple data through the input data and parity data to calculate the CRC checksum.
decoder_BP_SE_ref
- 置信传播即BP译码算法,在每一次迭代过程中,都要对全部比特和校验信息进行更新,存在计算量大、译码效率低的问题,故提出了单边传播信息的迭代BP算法-Belief Propagation that BP decoding algorithm, in each iteration, we must check for all the bits and update the information, there is a large amount of calculation, low coding e
decoder_BPML
- 置信传播(belief propagation,BP)算法的计算复杂度较高,且变量节点和校验节点间信息传递的信息可靠,但是迭代的实现,就最大似然算法来说,验证其提高译码性能的特点。 -Belief propagation (belief propagation, BP) higher computational complexity of the algorithm, and reliable information between variable nodes and check node
Checksum
- 校验和计算器,对于网络协议需要加校验和功能,去掉包头。包尾,自动计算-Checksum calculator, check for network protocols and functions need to add, remove header. Rear, automatic calculation
CRC8
- CRC 8 校验和计算函数可以直接使用,纯C语言格式。-CRC 8 Cal function ,Can be used Direcctlly ,Pure C laguage Format.
CRCTool-v2.0
- 一个 CRC32/CRC16 计算和校验的工具,可以直接校验文件的 CRC.-A tools for CRC32 /CRC16.
problem
- 背景 例如,包装为26盎司的Morton牌碘化盐所用条码下的数字是: 0 24600 01003 0 下面是一种计算校验位的方法:首先把第一位、第三位、第五位、第七位、第九位和第十一位数字相加。然后把第二位、第四位、第六位、第八位和第十位数字相加。接着把第一次加法结果乘以3后再加上第二次加法的结果。随后,再把上述结果减去1。减法后的结果除以10取余数。最后,用9减去上一步骤中得到的余数。现在以Morton碘盐为例,第一组数字的加法是0+4+0+0+0+3=7,而第二组数字的加法是2+6+0