搜索资源列表
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
0302041
- 摘要 关键词 引言 第一章 开发网页广播服务系统的问题 1.1网页广播服务系统的简介 1.2网页广播服务系统功能需求 1.3开发工具简介 第二章 网页广播服务系统的分析和设计 2.1网页广播服务系统的总体设计 2.2网页广播服务系统的具体设计 2.3网页广播服务系统的接口设计 第三章 网页广播服务系统的具体实现 3.1遍历文件模块设计说明 3.2CRC校验程序设计说明 3.3组织文件和文件索引表模块设计说明 3.4组
jisuan
- 用vb编写的用于计算一个自定义协议中,校验和,传送数值等程序.
ldpc_v2.0
- LDPC码是低密度奇偶校验码,是一种信道纠错检错码,最近关于该码的实现和应用研究非常流行,这里给出一个C语言实现的实际例子,希望有志于这方面研究的人喜欢。
COMWithModBus
- 串口调试程序,采用Modbus协议,发送时自动添加CRC校验码,支持ASIIC模式和RTU模式两种。
Serial_Wizard_source_code
- 串口编程调试精灵可以在线设置各种通讯速率、奇偶校验、通讯口而无需重新启动程序;可以设置定时发送的数据以及时间间隔;可以自动显示接收到的数据,并能在字符串、十进制和十六进制之间自由切换; 自动保存设置参数。
CommAssistant
- 串口调试助手,支持16进展和10进展通讯,支持多发送窗口,提供自动计算校验和功能
PortExpert10_SRC
- 端口专家是一个优秀的端口(串口、并口)监视、调试程序,有以下基本功能: 1.能动态设置各种通讯速率、奇偶校验、数据位、停止位和流控; 2.可以16进制形式自动显示接收到的数据,并能同时发送ASCII码(包括中文)和16进制字符串,可以任意设定自动发送周期,定时发送数据; 3.能将接收数据保存成文本文件,便于比较观察;并能发送任意大小的数据文件(以二进制形式发送); 4.能自动保存设置参数,无需每次重新设置。-port experts is a good ports (serial, parall
CheckCode.rar
- 计算校验位的程序,异或相加与累加和,可以用于硬件研发人员与一些串口通讯程序使用,Procedures for calculating the parity bit, XOR sum of cumulative and can be used in hardware R & D personnel with a number of procedures for the use of serial communication
checktool
- 串口调试常工具,在AVR猎手检验工具基础上改进。可以计算累加校验和,异或检验和,CRC16,可以添加数据帧头帧尾(用于自定义协议的起始和结束标志),如果能集成在串口助手里面则更好,只是本人VB新手,串口助手写了一个,经常蹦愧,不好意思弄上来。-Serial debugging tools often, hunters in the AVR on the basis of test tools to improve. Can calculate the cumulative checksum, X
testcom
- TestCom 串口测试软件 非常好用 含CRC校验 异或 累加和等处理-TestCom serial test software very easy to use with different or cumulative CRC checksum and other processing
6188
- 关于语音芯片6188的发送程序,有校验和改变参数的功能,把要发的东西放在buf里面就可以了。-On the voice chip of the sending process 6188, a check and change the parameters of the function of the fat things to buf on inside it.
hart_2
- 本人上载的几个.c文件为自己所写的代码,是关于自动化设备广泛使用的HART协议的主机与从机之间的通信过程(通过串口). hart_2.c-----包含了HART主机需要调用的计算校验函数,串口发送函数和HART数据帧生成函数.-I uploaded a few. C files for their own written code, is the extensive use of automation equipment on the HART protocol between the h
APPdecode
- 低密度校验码的应用程序,包括编码、调制、信道加躁、译码和错比特统计,适用面广泛。-LDPC applications, including coding, modulation, channel plus impatient and decoding and bit wrong statistics, applicable to a wide range.
CommDlg
- 功能: visualC++ 2005 多线程串口通讯实例,可以实现异步发送和接受数据。接受数据和发送数据不会相互阻塞,实现数据的串口畅通交互。 参数: 串口号:COM4 波特率:9600 数据位:8 奇偶校验:偶校验 停止位:1-Function: visualC++ 2005 instances of multi-threaded serial communication can be achieved asynchronously send and rece
c51-test
- 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。 测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。-Communication protocols: 1 byte, MSB is 1 mark for the first 1 byte, 2 bytes, MSB
Basic-Serial-Write-and-Read
- 串口读写操作,在读写基础上增加数据校验和数值读写位位数据显视.-Serial read and write operations, the increase in reading and writing on the basis of data validation and the value read and write bit data display.
COMM
- 串口工具完成。加入了校验码功能。有无校验,校验和,异或校验,CRC校验,LRC校验。 2012/9/5 由kylin完成。-Serial tools to complete. Adding a checksum feature. Whether the checksum, checksum and XOR checksum, CRC check, LRC checksum. 2012/9/5 by kylin completed.
UDPCheckSum
- UDP发包校验和的计算源码 一个很有用的。程序中单独发生udp报文,可以通过wireshark trace下来。-UDP contract checksum calculation a useful source. Program alone udp packet by wireshark trace down.
CheckSum
- 使用VS2008编译环境,实现了TCP/IP校验和;代码给出了结构体和完整的计算校验和方法。-The use of VS2008 compiler environment, realize TCP/IP checksum code gives the structure and complete check and calculation method.