搜索资源列表
1crc
- 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明。 更新历史: 2003/05/04 新增CRC-8算法的实现。 2004/02/02 修改CRC-8算法,新增CRC-32算法,增加比较详细的调用和使用说明。-CRC16/CRC8/CRC32 calculation procedures available CRC
g711_g721_g723.tar
- CCITT G.711,G.721,G.723语音压缩算法 -CCITT G.711, G.72 3 voice compression algorithm
CRC-16 CRC-32 算法介绍,程序代码
- CRC-16 CRC-32 算法介绍,程序代码-CRC-16 CRC-32 algorithm, the program code
crc_low
- 用c语言实现crc算法,采用ccitt标准多项式,查找表方法实现,低位先处理,接收校验成功标志为f0b8.-Checksum crc algorithm to achieve the standard which use ccitt polynomial, using look-up table method to achieve, low bit to deal with first, mark of success receiving check is f0b8.
costg711.tar
- CCITT G.711语音压缩算法 -CCITT G.711 voice compression algorithm
CRC_bit_arithmetic
- CRC采用比特型算法,生成多项式为CCITT 0x1021,无需查表,节省内存空间。-CRC-bit-based algorithm used to generate a polynomial for the CCITT 0x1021, no look-up table to save memory space.
G0729nde
- 通信系统 ITU-T G.729 Annex -D 语音压缩标准附录D-Coding of speech at 8 kbit/s using Conjugate- Structure Algebraic-Code-Excited Linear-Prediction (CS-ACELP)Annex D: 6.4 kbit/s CS-ACELP speech coding algorithm ITU-T Recommendation G.729 – Annex D (Previousl
CRC
- 详细介绍了循环冗余校验CRC(Cyclic Redundancy Check)的差错控制原理及其算法实 现。-Details of Cyclic Redundancy Check CRC (Cyclic Redundancy Check) theory and the error control algorithm.
crc_high
- 用c语言实现crc算法,采用ccitt标准多项式,查找表方法实现,高位先处理,接收校验成功标志为1d0f.-Checksum crc algorithm to achieve the standard which use ccitt polynomial, using look-up table method to achieve, high bit to deal with first, mark of success receiving check is 1d0f.
CRC
- 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
The-data-compression-book-2nd
- The primary purpose of this book is to explain various data-compression techniques using the C programming language. Data compression seeks to reduce the number of bits used to store or transmit information. It encompasses a wide variety of softwar
crc_explain
- 详细介绍了循环冗余校验 CRC(Cyclic Redundancy Check)的差错控制原理及其算法实 现。 -Details of the cyclic redundancy check CRC (Cyclic Redundancy Check) error control principle and algorithm.
crc-encode
- CRC-CCITT码实现,即(k,k+16)码实现算法-CRC-CCITT code to achieve, namely (k, k+16) code algorithm
CCITTV_42bis--compression-algorithm
- 本文主要介绍CCITT v.42bis建议的压缩算法的主要特点,以及实现该算法的数据结构,形成新串的方法,动态维护字典的方法和指针编码,并给出V.42bis建立的模拟结果。V.42压缩可以用于SNDCP子层分组数据部分的压缩。-This paper describes the main features recommended by the CCITT v.42bis compression algorithm, and the data structure of the algorithm,
QCRC
- qt下CRC-CCITT生成算法,可以选择文件进行计算CRC的值.-the CRC-CCITT algorithm under qt,it can select a file to calculate the CRC value.
CRC16-CCITT
- CRC16-CCITT校验算法,包含Visual C源程序。-CRC16-CCITT calibration algorithm
CRC-16_CCITT
- CRC-CCITT的算法实现,以及自己的心得-CRC-CCITT algorithm, as well as their own experiences
CRC16-CCITT
- CRC16-CCITT算法源代码,我的工程使用正确,没问题-CRC16-CCITT algorithm source code, my project used correctly, no problem
crc_ccitt
- Checksum algorithm CRC CCI-Checksum algorithm CRC CCITT
CRC16-CCITT
- 代码用C实现了CRC16 CCITT x1021算法。并带有位交换和种子初始化。-This code is used to program algorithm of CRC16 CCITT x1021 with C. Inside there are bit-reverse and seed-initialization provided.