搜索资源列表
crc.zip
- crc数据校验算法
Projectjohu123006
- crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下:
sufexpresssrc
- 本程序是一个完整的后缀表达式计算,主要用栈的操作实现,本程序封装了CStack类实现栈的操作,本程序最大的特色在于运用动态监视表达式的算法对表达式进行数据校验,对一切合法的表达式进行计算,检验出所有任何非法表达式并提示。-this procedure is a complete expression suffix, the main stack to achieve the operation, Packaging of this program to achieve Stack CStack
crc16
- 函数名称:CRC-16 Process 函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16. 校验字放在字符串最后,低8位在前高8位在后. msgaddr : 进行CRC16校验的据块的首地址 datalen : 进行CRC16校验的据块的个数 CRC-ITU的计算算法如下: a.寄存器组初始化为全\"1\"(
CRC32
- 我用查表法写的CRC32校验程序,恶劣条件下的数据传输有可能需要自已些校验程序,或许可以帮你.
CRC
- 计算程序。可以通过它来进行CRC的校验计算。可以将十六进制数转化为十进制数据
CRC32数据检验算法代码
- 在远距离数据通信中,为确保高效而无差错地传送数据,必须对数据进行校验即差错控制。循环冗余校验CRC(Cyclic Redundancy Check/Code)是对一个传送数据块进行校验,是一种高效的差错控制方法。-in long-distance data communication, in order to ensure efficient without error to transmit data, the data must check that the error control. C
16位CRC校验_Modbus标准算法
- CRC校验 1、循环校验码(CRC码):是数据通信领域中最常用的一种差错校验码,其特征是信息 字段和校验字段的长度可以任意选定。 2、生成CRC码的基本原理:任意一个由二进制位串组成的代码都可以和一个系数仅 为‘0’和‘1’取值的多项式一一对应。例如:代码1010111对应的多项式 为x6+x4+x2+x+1,而多项式为x5+x3+x2+x+1对应的代码101111。 3、CRC码集选择的原则:若设码字长度为N,信息字段为K位,校验字
CalcxiaonegCRC32
- CRC32数据校验工具,能将计算结果分别用十进制和十六进制显示源代码。-CRC32 data validation tool, able to calculate the results were displayed in decimal and hexadecimal code.
hannuota
- 计算机组成原理 海明码校验根据数据输出根据算法算出的海明校验码 2 实现汉诺塔,递归算法-haiming code hanruo
crc
- crc数据校验算法-crc data check algorithm
neuralnetworks_hw_02
- 神经网络BP算法C程序,文件中包含训练数据及测试数据。文件中神经网络训练功能为8位奇偶校验功能。-BP neural network algorithm for C programs, files included in the training data and test data. Document the functional neural network training for eight parity function.
16bitcrc
- 通过输入的数据自动算出16位crc校验和,支持Modubs协议.-The data is automatically calculated by entering the 16-bit crc checksum, support Modubs agreement.
CRC
- CRC校验采用多项式编码方法。被处理的数据块可以看作是一个n阶的二进制多项式-CRC checksum using polynomial encoding. Data blocks can be processed as a binary n-order polynomial
ldpc
- LDPC(低密度奇偶校验码)编码是提高通信质量和数据传输速率的关键技术。LDPC码应用于实际通信系统是本课题的研究重点。编码资料-LDPC (Low Density Parity Check) codes is to improve communication quality and data transfer rates of key technologies. LDPC codes used in practical communication systems is the subject
CRC32
- CRC校验由于实现简单,检错能力强,被广泛使用在各种数据校验应用中。占用系统资源少,用软硬件均能实现,是进行数据传输差错检测地一种很好的手段。-Look-up table to complete the CRC-32
crc
- 电子软件工程师必备的工具,CRC8\CRC16\CRC32\totlesum,数据校验工具。-data crc check ,8\26\32
eghe362
- CRC校验程序,在通信中,我们常用的一种CRC校验程序()
hemarshal
- 32 bits CRC算法演示,用户可以选择输入一个文件,本工具根据循环雍余校验算法,生成并显示出其32位计算结果,()
校验正态分布
- 校验数据是否是正态分布,并算出方差与期望,同时画出正态分布图形,并在该正态分布参数上随机生成100个数据(Is the calibration data normal distribution, calculating variance and expectation, drawing normal distribution graph, and generating 100 data randomly on the normal distribution parameters.)