Welcome![Sign In][Sign Up]
Location:
Search - crc

Search list

[MPIcrc

Description: crc串,并行算法:穿行算法实现循环冗余校验码的编码 并行算法实现循环冗余校验码款速编码.-crc serial, parallel algorithms: walk through algorithm encoding cyclic redundancy check code parallel algorithm for cyclic redundancy check code section rate coding.
Platform: | Size: 1024 | Author: 武莎莎 | Hits:

[VC/MFC1

Description: CDT规约中CRC校验码的正确快速生成对报文解析十分重要。介绍了CDT规约的帧结构,CRC校验码的生成方法, 并给出C语言原程序。-CRC checksum CDT Statute quickly generate the correct decoding of the importance of the newspaper. Introduced the Statute of the frame structure of CDT, CRC checksum generation method, and gives the original C language program.
Platform: | Size: 95232 | Author: 黄勇 | Hits:

[Other Embeded programS19-CRC-fill-reset

Description: 计算Motorola的S19格式文件CRC并填充空闲空间为复位指令-Motorola S19 format calculating the CRC and to fill the free space for the reset command
Platform: | Size: 9216 | Author: 爱是旧伤 | Hits:

[VHDL-FPGA-VerilogPCK_CRC16_D1

Description: CRC源代码,VHDL文件,可供参考,16位的-CRC source code, VHDL files, for reference, 16-bit
Platform: | Size: 1024 | Author: ly | Hits:

[DSP programcrc_x51_doc

Description: crc code for dsp student
Platform: | Size: 173056 | Author: hamed | Hits:

[ARM-PowerPC-ColdFire-MIPSCalcCRC

Description: CalcCRC8 The CalcCRC8 is used to append an eight-bit CRC to the message. A successful CRC check results in returning a 0. Implementation: This CRC will be using the CRC-16/CITT protocol. A 16-bit wide non-reflected code that starts initially with 0xFFFF. The final value is XORed with 0x0000. The constant (Poly or G or divisor) is 0x11021. Note: Crc equals the remainder after 0x11021 has been subtracted from rData. Algorithm XOR s bit 7 (the MSB) of the current CRC with the current MSB of the data byte. The current CRC and byte are then left shifted by one. This value is then XOR ed with bits 7,4,3,1,0 of the current CRC. This is done until all bits have been processed.- CalcCRC8 The CalcCRC8 is used to append an eight-bit CRC to the message. A successful CRC check results in returning a 0. Implementation: This CRC will be using the CRC-16/CITT protocol. A 16-bit wide non-reflected code that starts initially with 0xFFFF. The final value is XORed with 0x0000. The constant (Poly or G or divisor) is 0x11021. Note: Crc equals the remainder after 0x11021 has been subtracted from rData. Algorithm XOR s bit 7 (the MSB) of the current CRC with the current MSB of the data byte. The current CRC and byte are then left shifted by one. This value is then XOR ed with bits 7,4,3,1,0 of the current CRC. This is done until all bits have been processed.
Platform: | Size: 1024 | Author: FarmerBoy | Hits:

[Software Engineeringcrc

Description: crc for any one to use it
Platform: | Size: 46080 | Author: dk | Hits:

[Internet-NetworkCRC

Description: crc编码解码,实现程序crc,进行通信数据的检错校验-crc coding and decoding
Platform: | Size: 1024 | Author: 李亚光 | Hits:

[Othercrc

Description: 此代码是cdma2000基带信号处理过程中crc校验的算法程序。-This code is cdma2000 baseband signal processing algorithm crc check program.
Platform: | Size: 1024 | Author: 齐赞 | Hits:

[OtherCRC

Description: C#编的CRC循环校验,虽然不是非常完美-C# Code for CRC checksum loop
Platform: | Size: 38912 | Author: haoxu | Hits:

[matlabMS_CRC_Init

Description: cdma2000 matlab simulink CRC编码模块程序-cdma2000
Platform: | Size: 1024 | Author: guyan | Hits:

[VHDL-FPGA-Verilogcrc

Description: CRC用来对所输入的序列进行检测 看是不是有错误-CRC is use to detect whether the line right or wrong
Platform: | Size: 4166656 | Author: 王良俊 | Hits:

[Communication-Mobilecrc

Description: 本程序的功能是要求得一串字符的反序CRC-the purpose is to obtain the reserve crc of a serial char bytes
Platform: | Size: 295936 | Author: olc | Hits:

[Data structsCRC

Description: CRC校验采用多项式编码方法。被处理的数据块可以看作是一个n阶的二进制多项式-CRC checksum using polynomial encoding. Data blocks can be processed as a binary n-order polynomial
Platform: | Size: 64512 | Author: 我下下 | Hits:

[AlgorithmCRC-32

Description: CRC是由待傳輸的資料區塊計算出的,它的計算方式是將待傳輸的區塊視為一堆連續位元所構成的一整個數值,並將此數值除以一特定的除數,通常以二進位表示,此除數又稱為衍生多項式 (Generation Polynomial),該除數一般皆由設計硬體或軟體的廠商所提供,而除數值位元數目則視欲得到的 CRC 位元數目而定。-CRC is transmitted by the data block to be calculated, which is calculated by the block to be transmitted as a continuous bit composed of a bunch of a whole value and this value divided by a particular divisor, usually binary, said that this division is also known as derivative polynomial (Generation Polynomial), the divisor rests general hardware or software design provided by the manufacturers, while the number of inter-bit value as the CRC bits to yield a depending on the number.
Platform: | Size: 275456 | Author: david | Hits:

[Othercrc

Description: crs循环编码器源码. 在数据和控制信息中加上循环冗余码是通用串行总线(USB)协议中一个重要的错误检测措施。接收端通过进行循环冗余校验(CRC),可以检测包在传输过程中是否发生损坏。-CRC Encoding
Platform: | Size: 15360 | Author: 小一 | Hits:

[Windows Developcrc

Description: 通过查找表的方法,该函数可以计算出以字节为单位的数据的CRC校验位,可以应用于网络编程中的一些帧的校验位的生成-Through the method of lookup-tabel,this function can generate the crc parity code of bytes,which can be used for network program field
Platform: | Size: 1024 | Author: 周德强 | Hits:

[Windows Developcrc

Description: A small program compute CRC.
Platform: | Size: 329728 | Author: Jian | Hits:

[VHDL-FPGA-Verilogcrc

Description: 用verilog实现串进并出的CRC算法-Achieved with verilog into and out of the CRC series algorithm
Platform: | Size: 1024 | Author: santa | Hits:

[matlabc9

Description: 信道编码的matlab程序,CRC校验码,RS码,卷积码,turbo码,TCM码-Matlab program channel coding, CRC check code, RS code, convolutional codes, turbo codes, TCM code
Platform: | Size: 5120 | Author: 郑书鑫 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net