搜索资源列表
code
- CRC循环冗余检测 车牌定位与识别系统 基于神经网络的文字识别系统 小波算法的VC++实现 网络流量监控系统 实时曲线显示 远程监控系统-CRC cyclic redundancy detection license plate location and recognition system based on neural network character recognition system wavelet algorithm VC++ Network traffic
CRC
- 该程序详尽介绍了crc程序检查,对单片机C语言的可靠执行非常重要。 本文从理论上推导出CRC算法实现原理,给出三种分别适应不同计算机或微控制器硬件环境的C语言程序。读者更能根据本算法原理,用不同的语言编写出独特风格更加实用的CRC计算程序-The program includes detailed descr iptions of procedures to check the crc of reliable single-chip implementation of C language
TEST
- 实现与串口连接,经过CRC算法校验,源代码-COMM1
crc32
- CRC32计算的高效算法,利用查表法,可以直接使用。- CRC32 calculation efficient algorithm, using look-up table method can be used directly.
CRC
- 用C语言编写的循环冗余算法的代码(CRC)-With the C language algorithm for cyclic redundancy code (CRC)
crc
- crc32的校验代码,c++builder5.0的代码,对crc32算法有助于了解-crc32 validation code, c++ builder5.0 code, right crc32 algorithm help to understand
MyCRC16
- visual basic 的CRC-ITU算法程序,用查表法实现,crc多项式为x^16 + x^15 + x^2 +1-visual basic procedures of the CRC-ITU algorithm, using look-up table method to achieve, crc polynomial x ^ 16+ x ^ 15+ x ^ 2+1
CRC
- 循环冗余校验就是一种被广泛采用的错误检验编码。介绍了循环冗余校验码的差错控制原理及其算法实现。-CRC is a widely used test coding errors. Introduced a cyclic redundancy check code for error control principle and algorithm.
crc
- 此代码是cdma2000基带信号处理过程中crc校验的算法程序。-This code is cdma2000 baseband signal processing algorithm crc check program.
crc
- CRC16的算法之一,适用于单片机和PC,占用内存少,运算速度快-The crc16 calculator
crc
- 主要做了crc的4位、8位、16位算法。-crc for four/eight/sixteen arithmetic.
CRC3
- CRC3算法 verilog 实现,循环校验,在传输数据时通过crc算法,验证数据是否传输正确-CRC3 algorithm verilog achieve, cyclic check whether the transmission data by the the crc algorithm, validation data transferred correctly
CRC-Cyclic-Redundancy-Check
- 一种利用Visual C++ 实现CRC校验的算法,比较好用。-CRC Cyclic Redundancy Check
CRC
- 数据通信领域中最常用的一种差错校验码,其特征是信息字段和校验字段的长度可以任意选定。循环冗余检查(CRC)是一种数据传输检错功能,对数据进行多项式计算,并将得到的结果附在帧的后面,接收设备也执行类似的算法,以保证数据传输的正确性和完整性-Cyclic Redundancy Check
CRC
- 各种多项式的CRC算法,有直接计算的,有查表的,可以在各种平台上使用- Various polynomial CRC algorithm, there is direct calculation, there are look-up table, can be used on a variety of platforms
CRC-ITU
- CRC-ITU算法C#实现,输入16进制字符串,算出CRC的码-CRC-ITU algorithm in C#, enter a hexadecimal string, calculates the CRC code
crc
- 封装了常用的CRC校验算法,便于其他模块调用。(Encapsulates the commonly used CRC checksum algorithm)
AUTOSAR-SWS-CRCLibrary
- Autosar 的 CRC 模块库,包含各种CRC算法的说明。(This specification specifies the functionality, API and the configuration of the AUTO-SAR Basic Software module CRC.)
CRC
- 图像校验CRC算法,已类化,可直接调用Image verification CRC algorithm, which has been categorization, can be called directly(Image verification CRC algorithm, which has been categorization, can be called directly)
CRC校验码计算
- CRC校验码计算介绍及使用详细,关于CRC效验的说明调试,已经怎么使用的函数。十分有用,在PLC和上位机通信当中有用,各种CRC的算法。(CRC16,CRC32,TTICCT16)