搜索资源列表
xHEX
- 一个简单的16进制编辑器,新版本添加了以下的功能: 1。更强的撤消 2。块删除 3。插入 4。块填充 5。内存编辑 6。checksum(计算CRC32,求和) 7。直接对数值运算-a simple band of 16 editors, the new version adds the following features : 1. Subsequent to the withdrawal of two. Delete three blocks. Insert 4.
pngimage1.56
- This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the previous version, 1.2). Improvements in this new version includes: This new version allows the programmer to not use Delphi heavy units which
crc2345
- crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送
CRC
- 上机实验(1)——CRC校验码(3学时) 实验要求:编写出CRC码的编码和解码程序。 (1)实验框架:CRC编码-信道传输-CRC解码。 (2)CRC编码将原始数据按照既定的生成多项式进行编码; (2)信道传输中实现模拟信道,某些位数据随机发生差错; (3)CRC解码要能准确判断是否有差错,无差错要恢复出原始数据。
1
- 用DELPHI写的Modbus RTU CRC检验方法,希望对你有所作为。
crc_a51
- 用51汇编编写的CRC-4校验程序,生成多项式g(x) = x4 + x + 1, 非常适合数据量不大的场合.
VBcrc16
- CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。-1、 Load a 16-bit register with FFFF hex. Call this the CRC register. 2、 Exclusive OR the first 8-bit byte of the message with
CRC8
- 计算CRC校验(x^8+x^7+x^6+1)的通用函数-Calculate the CRC (x ^ 8+ x ^ 7+ x ^ 6+1) generic function
crc32b
- Pascal source code, comaptible with Win32 Free Pascal 1.0.4, TMT 3.5, TP7. CRC s compatible with windows commander .SFV file format. crc32b.pas = console app, calculate 32-bit crc for one file, crc32bs.pas = console app, calculate 32-bit crc s
niaes_lib_inline_crc-1.0.0-6
- crc校验,包括CRC8,CRC16等几种校验方式-crc checksum
CRC
- 循环码的编码与译码器(支持一位的纠错) 编码(n,k可调) 测试用例1: input:n=7 k=3 g=11101 m=101 output:1010011 input:n=7 k=3 g=11101 m=010 output:0100111 测试用例2: input:n=7 k=4 g=1011 m=1101 output:1101001 input:n=7 k=4 g=1011 m=1010 output:1010
PNGImage
- This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the previous version, 1.2). Improvements in this new version includes: This new version allows the programmer to not use Delphi heavy units which
pdschconformncetet
- Long-Term Evolution (LTE) is a new standard specied by 3GPP for fourth generation (4G) wireless communications. LTE provides high spectral eciency, high peak data rates, short round trip time, and frequency exibility. It relies on the follow
CRC校验码计算 1
- MOUDBUS CRC校验 已经验证了 可以使用(The MOUDBUS CRC check has been validated and can be used)