搜索资源列表
AMR-Code
- This ETSI TETRA codec.It enable intercommunication between TETRA and other 3G networks without transcoding, and to provide enhanced voice quality for TETRA by using the latest low bit rate voice codec technology. Areas involved expected to include: -
ccANDCRC
- 用汇编语言编写得TD中使用得CC和CRC代码,希望对编写硬件得同仁有些帮助:)-assembler language used in the TD in the CC and CRC code, hope for the preparation of the hardware in some colleagues to help :)
CRC.rar
- CRC校验码生成软件,试用于调试通信时做数据校验时使用,一个不错的软件,CRC Check Code generation software, the trial in the debug communication data when checking the use of, a good software
crc
- CRC s ASM implementation
crcsend
- 用vhdl代码实现循环冗余检验,CRC即Cycic Redundancy Check-Vhdl code used to achieve the cycle redundancy check, CRC that Cycic Redundancy Check
crc
- 用vb编的crc16位校验码,有验证程序-Crc16 by vb-bit checksum for the code, there is the verification process
crc8
- 8bit CRC码生成器vhdl 代码,延时一个周期CRC码有效。-8bit crc code genergator,after delay one clock,crc code valid
CRC_Wrong_Dec_1
- CRC侦测 当data大于poly除式会有 错误的验证code 让你了解为何会出错 可以得知误判的个数-CRC to detect except when the data is larger than poly-type the verification code would be erroneous to find out what mistakes you can see that the number of miscarriage of justice
testcrc
- 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明-Calculation CRC16/CRC8/CRC32 procedures, available CRC-CCITT/CRC-16/CRC-8/CRC-32 calculations. Delphi source code and provides a comp
data
- CRC code in assembly
crc
- crc串,并行算法:穿行算法实现循环冗余校验码的编码 并行算法实现循环冗余校验码款速编码.-crc serial, parallel algorithms: walk through algorithm encoding cyclic redundancy check code parallel algorithm for cyclic redundancy check code section rate coding.
crc
- crc16的算法,使用查表法,可快速查找,比传统的代码计算速度快很多-crc16 algorithm, using look-up table, quick find, than the traditional code much faster computing speed
crc
- crc校验工具程序源码,还有四字节转浮点数格式-crc check utility source code, there are four bytes to transfer floating-point format
main
- 利用汇编语言通过RCL语句实验CRC码的高效校验-Efficient assembly language by RCL statement experiments CRC code check
crc
- 计算输入字符串的CRC编码。CRC编码即循环冗余码,它是利用除法及余数的原理来作错误侦测的。-Calculate the CRC coding of the input string. The CRC encoder that cyclic redundancy code, which is the principle of the division and the remainder for error detection.
crc
- CRC校验程序,主要用于数据通讯中的数据完整性和可靠性的校验。-CRC verificaion code. Generally used in data communication for data integrity and verification.
ERROR-detecting-code-using-CRC-CCITT
- The idea behind CRC calculation is to look at the data as one largebinary number. This number is divided by a certain value and the remainder ofthe calculation is called the CRC. Dividing in the CRC calculation at firstlooks to cost a lot of computin
CRC
- CRC校验算法(包含8位16位32位),多种方式的CRC码的校验。-CRC verification, a variety of ways to verify the CRC code
crc
- crc编码实现12位(225,237)循环校验-crc code
CRC_16
- 串口通讯中,根据已有数据计算出CRC校验码。(in serial communication, you can reach the CRC code according to the data)