搜索资源列表
Winsock通信测试程序--Source-V2.0
- 使用Winsock控件编写的TCP、UDP通信测试程序,支持CRC、XOR、SUM等通信校验方式,是一款比较使用的工程测试工具软件-Winsock controls prepared by the TCP, UDP communications test procedure, support CRC, XOR, SUM calibration methods such as communications, is a comparison
一个判断远程主机存活程序代码
- 一个判断远程主机存活程序代码(ping) #include #include #include #include #include "winsock.h" #pragma comment(lib,"Ws2_32"); #define SEND_SIZE 32 #define PACKET_SIZE 4096 #define ICMP_ECHO 8 #define ICMP
Winsock通信测试程序--Source-V2.0
- 使用Winsock控件编写的TCP、UDP通信测试程序,支持CRC、XOR、SUM等通信校验方式,是一款比较使用的工程测试工具软件-Winsock controls prepared by the TCP, UDP communications test procedure, support CRC, XOR, SUM calibration methods such as communications, is a comparison
check_sum
- 计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。 由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读
RX_Demodulation
- 一个无线接收子程序,它接收一个2mS高2mS低电平起始位,16位地址(1.5mS高电平加0.5mS低电平为0,0.5mS高电平加1.5mS低电平为1),8位数据位,8位前面三个字节相加的校验位。-A wireless receiver subroutine, which receives a high 2mS low 2mS initiation site, 16-bit address (1.5mS high plus low 0.5
CrcCheck
- CRC校验实用程序 CRC-16码: G(x)=X16+X15+X2+1 CRC-32码: G(x)=X32+X26+X23+X22+X16+X12+X11+X10+X8+X7+X5+X4+X2+X1+X+1 -CRC checksum utility CRC-16 Code: G (x) = X16+ X15+ X2+ 1CRC-32 Code: G (x) = X32+ X26+ X23+ X22+ X16+ X12+
p
- 云台解码器派尔高P协议,为原版协议,开发人员请注意其最后位校验,为异或校验,不是求和校验,这里很容易发生错误,我们在开发产品的时候搞错,头很大-PTZ decoder Pelco P protocol for the original agreement, the developer to draw your attention to the last bit checksum for the XOR checksum, not sum
PEG_LDPC
- 引入PEG(Progressive-edge-growth)算法来构造适合线性时间编码的LDPC校验矩阵,译码时采用简化最小和Min-Sum译码算法实现简化译码.仿真结果表明,该方法能够构造适合LDPC码的线性时间编码的下三角校验矩阵日,并且用此方法构造的LDPC码性能非常接近原来PEG算法构造的LDPC码.同时通过采用最小和Min-Sum算法降低译码复杂度.-The introduction of PEG (Progressive-e
yuyundonghui
- 参加运动会的 个学校编号为 。比赛分成 个男子项目和 个女子项目,项目编号分别为 和 。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;还有些项目只取前三名,得分顺序为5,3,2。写一个统计程序产生各种成绩单和得分报表。 2、要求产生各学校的成绩单,内容包括各校所取得的每项成绩的项目号、名次(成绩)、姓名和得分;产生团体总分报表,内容包括校号、男子团体总分、女子团体总分和团体总分。 3、测试数据:对于
Cheak
- 校验工具源码,包含了异或校验,求和校验,可以算字节,可以算明码。很实用的一个校验工具。-Calibration source tools, including the XOR check, check sum, you can count bytes, you can count codes. Very useful tool for a check.
CheckCode
- 计算校验位的程序,异或相加与累加和,可以用于硬件研发人员与一些串口通讯程序使用-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
ping
- 实现ping的主要功能,包括ICMP报头的发送和接收,校验和算法,以及ICMP协议报头的去除,和mian()函数-implemente the main function of ping,including the send and receive of ICMP header,the check sum algorithm and main()function
SPA
- 首先介绍了LDPC码的校验矩阵和其因子表示方法,然后利用二分图对和积解码算法进行了详细的描述,最后给出了信度传播概率译码算法详细步骤,并对关键公式作了证明-This paper,first introduces the check matrix and the factor graph of LDPC,then describes the sum-product algorithm by using the factor graph
xieyi
- 协议计算器,计算的协议包括 求和取补校验 异或校验 CRC16校验-Agreement calculator to take up the agreement, including check sum check CRC16 checksum XOR
sum-product-algorithm_SPA
- 用C++编程的低密度奇偶校验码的和积算法,用于LDPC的译码算法-In C++ programming, low-density parity check codes and product algorithm for LDPC decoding algorithm
sum
- 常用校验和的C程序方法,C函数 常用校验和的C程序方法-sum mecth
chang
- 将一个字节转换为两个字符、将字符转换为字节、并且对字节之和进行校验-Will a byte into two characters, will characters into bytes, and check the sum of bytes
DES-CRC-SUM
- des crc校验,累加和计算,集成了DES及CRC计算 累加和计算为一体的计算软件,放便平时的计算-des crc and sum calc
VB6_COM(CRC`SUM)
- 串口编程的范例,包含了CRC,SUM校验.-Serial programming examples, including the CRC, SUM checksum.
ModBusCRC
- MODBUS协议CRC校验,可方便实现求出CRC校验和(CRC check of Modbus protocol can be easily realized to calculate the CRC check sum)