搜索资源列表
循环冗余码校验crc算法
- 这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC-4,生成多项式为C(X)=X4+X+1, 应用举例为ITU G704 -This is a small program used to achieve VC 6.0 cyclical redundancy check CRC algorithm. Standards for the CRC-4, generating polynomial C (X) = X-1 X4, applications for th
crc-4校验码
- 计算机网络的课程小实验,主要实现的是CRC-4的校验码,不过程序写的不错,值得大家仔细阅读!-Experiment of computer network lesson. It can calculate the CRC-4 checksum. Nice written, and worth reading.
计算校验和
- 关键字: 校验和算法, VC.NET, 这是我VC.NET写的一个小程序,在控制台模式下实现校验和算法 希望更多的人与我交流, QQ:270596846 E_MAIL:chmuggmwtg@163.com -keyword : checksum algorithm, VC.NET, this is my VC.NET write a small program the console model under checksum algorithm hope more people sh
RC校验
- 在vb中进行crc校验,程序未经过测试,估计可能有点问题,仅供参考。-in vb for crc check, the procedure has not been tested, it is estimated that perhaps, for reference purposes only.
CRC-32校验的小程序
- CRC校验由于实现简单,检错能力强,被广泛使用在各种数据校验应用中。占用系统资源少,用软硬件均能实现,是进行数据传输差错检测地一种很好的手段。为了提高编码效率,在实际运用中大多采用查表法来完成CRC-32校验。
计算校验和程序
- 计算校验和程序内涵说明书
crc校验的matlab程序
- crc校验的matlab程序,对多项式进行处理,可以正常运行,经过fpga实现验证-crc check of the matlab program, processing of the polynomial can be normal operation, after verification fpga implementation
CRC16
- CRC校验程序(labVIEW2009)经典-CRC check program(labVIEW2009)
CRC
- VisualBasic编程的循环冗余校验CRC校验程序。程序运行后,在输入框填入输入值,点击“CRC校验”按钮后,可得到运行结果,显示在“校验结果”文本框内。-VisualBasic programming Cyclic Redundancy Check CRC checksum procedure. Program running, fill in the input box enter the value, click the
HexCounter
- 一个可以对输入的16进制字符串求其校验和的小程序,只要按照如下格式输入既可计算:12 34 1a 3b 4d,然后点计算就会输入其校验和 -To enter a string of 16 hexadecimal checksum for its small program, as long as the input format can be in accordance with the following calculation: 12 34 1a 3b 4d, then calculat
ldpc-radford
- 构造LDPC校验矩阵的程序,包括多种方法来构造校验方程,可以自己修改。 -LDPC check matrix construction process, including a number of ways to construct the calibration equations, it can be changed.
getLCheckSum
- 在做通信程序时 常用到计算校验码 可参考-Often used in making communication program checksum calculation may refer to
ldpc_generate
- LDPC码即低密度奇偶校验码(Low Density Parity Check Code,LDPC),这是LDPC仿真中稀疏矩阵生成程序,我花了好几天的时间搞懂,并做了注释。 -LDPC codes that low-density parity check codes (Low Density Parity Check Code, LDPC), which is generated sparse matrix LDPC simulation program, I spent a few
yihuo
- 自己在vc控制台下编写的一个用于检查数据的异或校验程序-Vc console himself for writing a check or verify the program data of different
批量计算IMEI校验位VB
- 用VB6.0编写的用于批量计算手机IMEI校验位小程序,在手机代工厂实用
CRC8校验
- 在数据传输时进行校验,可用于无线传输,保证数据的准确性(Verify when data is transmitted)
CRC
- CRC校验的matlab仿真程序, 测试无误(CRC's matlab code, matlab code of CRC parity)
GetHex
- 字节异或和和校验计算器,小巧,方便,实用(Byte XOR and check calculator, compact, convenient and practical)
阵列程序
- 阵列程序 用于朝圣者阵列信号的测向 误差校验等(Array program used to check the direction finding error of pilgrims array signal)
CRC_Check
- 之前看到的一个很简洁的Modbus CRC校验程序,常量表格仅占用16个字。(I saw a very simple Modbus CRC check program before.)