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 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送方和接收方约定一个生成多项式G(x),设该生成多项式 的最高次幂为r。 (3) 在数据块的末尾添加r个0,则其相对应的多项式为M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),获得商Q(x)和余式R(x),则 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2运算,T(x)所对应的数据是在原数 据块的末尾加上余式所对应的数据得到的。 (6) 发送T(x)所对应的数据。 (7) 设接收端接收到的数据对应的多项式为T’(x),将T’(x)除以G(x) ,若余式为0,则认为没有错误,否则认为有错
上传时间: 2014-01-16
上传用户:hphh
经典龙格-库塔算法c++实现,求解微分方程的高精确度的解法
标签: 算法
上传时间: 2014-11-11
上传用户:hphh
数学,好似后的变换,QR分解等解场系数微分方程的程序
标签:
上传时间: 2015-11-22
上传用户:极客
这是用matlab编写的显示积分方法中心差分法的源程序,可用于求解微分方程描述的工程问题和相关仿真
上传时间: 2015-12-11
上传用户:cuiyashuo
这是一种基于线性加速度假设的用于编制大型程序的算法,即威尔逊法,可用于微分方程描述的问题计算仿真
上传时间: 2015-12-11
上传用户:Shaikh
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
用C语言写的常用的数值算法,包括插值,拟合,矩阵运算,微分方程求解,线性方程求解等
上传时间: 2014-01-19
上传用户:comua
用Euler法及其改进方法解初值问题u’=-5u,t0=0,u(0)=1 的微分方程。在C语言中实现
上传时间: 2013-12-26
上传用户:www240697738
第一部分 概论 第一章 仿真的作用 第二章 仿真方法论 第二部分 基本概念与方法 第三章 采样与量化 第四章 带通信号与系统的低通仿真模型 第五章 滤波器模型与仿真方法 第六章 案例研究:锁相环与微分方程方法 第七章 随机信号的产生与处理 第八章 后处理 第九章 蒙特卡罗方法导论 第十章 通信系统的蒙特卡罗仿真 第十一章无线系统仿真的方法论 第三部分 第十二章非线性系统的建模与仿真 第十三章时变系统的建模与仿真 第十四章波形信道的建模与仿真 第十五章离散信道模型 第十六章高效仿真技术 第十七章案例研究:蜂窝无线通信系统的仿真 第十八章仿真实例
上传时间: 2014-01-18
上传用户:csgcd001
超声医学图像去噪代码,用TV法实现偏微分方程去除斑点噪声
上传时间: 2014-01-02
上传用户:youke111