搜索资源列表
CRC算法和c语言实现
- CRC的全称为Cyclic Redundancy Check,中文名称为循环冗余校验。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制-CRC called the Cyclic Redundancy Check, the Chinese name of the Cyclic Redundancy Check. It is an important class of linear block codes, encoding and decoding
计算校验和
- 关键字: 校验和算法, VC.NET, 这是我VC.NET写的一个小程序,在控制台模式下实现校验和算法 希望更多的人与我交流, QQ:270596846 E_MAIL:chmuggmwtg@163.com -keyword : checksum algorithm, VC.NET, this is my VC.NET write a small program the console model under checksum algorithm hope more people sh
Checksum.Src
- 一个checksum工具源代码 用于从命令行中生成和校验文件的checksum digest 支持MD5, MD2, MD4, SHA1 and CRC32-a checksum tool for source code generated from the command line and checking documents to support MD5 checksum data, MD2, MD4, SHA1 and CRC
CmdLine-src
- 一个checksum工具源代码 用于从命令行中生成和校验文件的checksum digest 支持MD5, MD2, MD4, SHA1 and CRC32-a checksum tool for source code generated from the command line and checking documents to support MD5 checksum data, MD2, MD4, SHA1 and CRC
check_sum
- 计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。 由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读入缓冲区时忽略空格。由于累加是按16位进行的,所以每次从缓冲
计算校验和程序
- 计算校验和程序内涵说明书
Cheak
- 校验工具源码,包含了异或校验,求和校验,可以算字节,可以算明码。很实用的一个校验工具。-Calibration source tools, including the XOR check, check sum, you can count bytes, you can count codes. Very useful tool for a check.
FileCheckSum
- pe文件校验和计算 在写驱动壳或者驱动感染的时候使用-pe file checksum calculation at Writing-driven shell, or when the use of infection-driven
HexCounter
- 一个可以对输入的16进制字符串求其校验和的小程序,只要按照如下格式输入既可计算:12 34 1a 3b 4d,然后点计算就会输入其校验和 -To enter a string of 16 hexadecimal checksum for its small program, as long as the input format can be in accordance with the following calculation: 12 34 1a 3b 4d, then calculat
CommDlg
- 功能: visualC++ 2005 多线程串口通讯实例,可以实现异步发送和接受数据。接受数据和发送数据不会相互阻塞,实现数据的串口畅通交互。 参数: 串口号:COM4 波特率:9600 数据位:8 奇偶校验:偶校验 停止位:1-Function: visualC++ 2005 instances of multi-threaded serial communication can be achieved asynchronously send and rece
ModbusCrc16校验码计算工具(未全面测试)
- Modbus Crc16校验码计算和一些相应的辅助功能。(Modbus Crc16 code calculate tool.)
Project11
- CRC校验,根据信息码和多项式生成crc校验码,根据crc校验码判断传输数据是否出错(CRC check, according to the information code and polynomial generated CRC checksum, according to the CRC checksum to determine whether the transmission data error)
CheckSum
- 对16进制数据进行累加和计算。快速计算和校验(Accumulate and calculate the 16 Decimal data. Fast calculation and verification)
CRC校验Demo和CRC计算工具
- CRC校验Demo和CRC计算工具,CRC 域检验整个报文的内容。不管报文有无奇偶校验,均执行此检验。(CRC checksum Demo and CRC computing tools, the CRC domain to verify the contents of the entire message. This check is performed regardless of whether or not the message has parity.)
ConvertTool
- 转码,如ASCII->HEX,HEX->ASCII 校验,如XOR,CRC8,CRC16,CRC32等(code convert,as ascii data to hex data,hex data to ascii data check,as xor,crc8,crc16,crc32 and so on)
GetHex
- 字节异或和和校验计算器,小巧,方便,实用(Byte XOR and check calculator, compact, convenient and practical)
cheksum
- 能够实现labVIEW 计算校验和 并能够检验校验和是否正确(why we need 20 words that is so bad checksum and labVIEW calculation)
YC_CheckInfo
- 代码中主要是CRC校验和进制转换的相关内容(Integration of various validation algorithms)
CRC校验码计算
- CRC校验码计算介绍及使用详细,关于CRC效验的说明调试,已经怎么使用的函数。十分有用,在PLC和上位机通信当中有用,各种CRC的算法。(CRC16,CRC32,TTICCT16)
crc8
- 一个字节的冗余校验子程序,用于和下位机通讯时的数据校验(One byte redundant check subroutine)