搜索资源列表
crc
- Source code to calculate CRC6, CRC8, CRC10, CRC16 based on table-driven algorithm
crc-8
- CRC-8 检错码 -CRC-8 error code CRC-8 Error Code
crc
- CRC校验程序包,包含VB,C,汇编下,实现CRC校验程序的代码,详细介绍CRC校验的原理,介绍 查表法,半字节查表法,等等实现CRC校验的方法,希望对大家有所帮组。-CRC Checksum package, including VB, C, compilation achieve CRC checksum code, detailing the principles of CRC checksum on look-up table method, semi-byte look-up tabl
8bit.CRC.checksum.algorithm32bit
- CRC校验8位16位32位算法设计经典代码8-bit CRC checksum algorithm 16-bit 32-bit classic code -8-bit CRC checksum algorithm 16-bit 32-bit classic code
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
- C++开发的CRC原代码,里面有详细的说明-C++ Developed the original CRC code, which is described in detail
vb
- 查表法计算CRC码的VB程序设计,生成多项式为CRC-32-Look-up table method to calculate CRC code of VB programming, generating polynomial for the CRC-32
CRC
- C#编写的通讯检测的CRC校验代码,已经封装成几个函数,使用字符串输入进行检测,哪来直接可以使用-C# Prepared communication CRC checksum detection code has been packaged into several function, use string input detection, where you can use directly
crc
- delphi CRC code for modbus-CRC
CRC
- 详细讲解CRC32的产生方法,详细的c代码文档解释。-Explain in detail the method for the selection of CRC32 and detailed explanation of c code documentation.
CRC
- crc码算法 用以MODBUS通讯协议,满足对通讯无码的判断,增强通讯可靠性-crc code algorithm for MODBUS communication protocol to meet the needs of communication-free code to determine and enhance the reliability of communications
crc
- 循环冗余校验码CRC的VerilogHDL源程序-CRC cyclic redundancy check code of the source VerilogHDL
CRC
- 通讯中常用的CRC码,可以作为工具使用,也可以作为源码参考。包含CRC8和CRC16的源码。-Communications commonly used in CRC code, can be used as a tool, but also can be used as a reference source. Contains the source CRC8 and CRC16.
crc
- 根据输入计算出CRC码,输入请用16进制,不超过14个字符。-CRC code calculated based on the input
conv.vhd
- 卷积编码的VHDL代码,公司内部资料,不是个人随便编写的-VHDL code of convolutional encoding
CRC
- Sample code in VB.NET for calculate and check CRC (Modbus specification). Supported both string format (like MSComm) and bytes array(like DCB).
crc
- verilog crc source code
VB
- 1、掌握循环冗余校验码的生成原理; 2、了解CRC校验程序有两种办法:一种为计算法,一种为查表法; 3、进一步掌握VB编程CRC校验程序; 4、用查表法计算CRC码的VB程序设计,生成多项式为CRC- CCITT; -A master cyclic redundancy check code generation principle 2, understand the CRC checking of program in two ways: one for the calcul
CRC
- SICK激光数据CRC效验部分程序 输入原始数据点击按钮得出CRC码-CRC efficacy SICK laser data part of the program click the button input raw data obtained CRC code
CRC
- 循环冗余校验就是一种被广泛采用的错误检验编码。介绍了循环冗余校验码的差错控制原理及其算法实现。-CRC is a widely used test coding errors. Introduced a cyclic redundancy check code for error control principle and algorithm.