虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

高级数值<b>仿真软件</b>

  • crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC

    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,则认为没有错误,否则认为有错

    标签: crc CRC 多项式 位运算

    上传时间: 2014-01-16

    上传用户:hphh

  • 集合了LCD汉字的程序

    集合了LCD汉字的程序,和仿真软件为一体的实例,只要你一看就会懂了。

    标签: LCD 汉字 程序

    上传时间: 2013-12-28

    上传用户:wang5829

  • 混沌电路设计的源码

    混沌电路设计的源码,采用ewb电路仿真软件编写的程序,适合科研应用

    标签: 混沌 电路设计 源码

    上传时间: 2014-01-23

    上传用户:netwolf

  • 本代码介绍了使用VHDL开发FPGA的一般流程

    本代码介绍了使用VHDL开发FPGA的一般流程,最终采用了一种基于FPGA的数字频率的实现方法。该设计采用硬件描述语言VHDL,在软件开发平台ISE上完成,可以在较高速时钟频率(100MHz)下正常工作。该设计的频率计能准确的测量频率在1Hz到100MHz之间的信号。使用ModelSim仿真软件对VHDL程序做了仿真,并完成了综合布局布线,最终下载到芯片Spartan-II上取得良好测试效果。

    标签: VHDL FPGA 代码 流程

    上传时间: 2014-01-12

    上传用户:hj_18

  • 本程序是通过单片机进行电机的控制

    本程序是通过单片机进行电机的控制,可以控制电机的转速,前进和倒退。单片机通过串口接收来计算机的控制信号(可以采用无线方式进行串口的通讯)。工具采用的是“韦福”的仿真软件。

    标签: 程序 单片机 电机 控制

    上传时间: 2013-12-22

    上传用户:lo25643

  • 网络拥塞中的PI算法源码

    网络拥塞中的PI算法源码,可以在用NS-2仿真软件方针,也可以用于其它算法开发

    标签: 网络拥塞 算法 源码

    上传时间: 2014-01-11

    上传用户:aix008

  • 网络拥塞控制算法源程序

    网络拥塞控制算法源程序,敢于弃尾算法的,同样可以在ns-2仿真软件下仿真

    标签: 网络拥塞 控制算法 源程序

    上传时间: 2015-11-19

    上传用户:huangld

  • PCM

    PCM,是用于光纤通讯中光纤的偏振控制的程序,可以在dsp的仿真软件ccs上运行

    标签: PCM

    上传时间: 2015-12-03

    上传用户:lijinchuan

  • 附件中资料时模拟时钟方面的信息

    附件中资料时模拟时钟方面的信息,可用单片机仿真软件仿真。

    标签: 附件 模拟 时钟 方面

    上传时间: 2015-12-22

    上传用户:Andy123456

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    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