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

Micrium-<b>ucos-iI</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

  • 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

  • ZLG/FS文件系统,它是可移植的、可固化的文件系统

    ZLG/FS文件系统,它是可移植的、可固化的文件系统,可以用于前后台系统,也可用于多任务环境。包括ZLG_FS在CF卡上的例子,uCOS-II中使用和前后台使用代码

    标签: ZLG 文件系统 FS 固化

    上传时间: 2014-01-20

    上传用户:问题问题

  • 详细介绍了arm7-at91r40008,的开发全过程

    详细介绍了arm7-at91r40008,的开发全过程,其中包含了ucos-II的移植,已经定时管理任务的应用。

    标签: 40008 arm 91 at

    上传时间: 2016-04-15

    上传用户:xyipie

  • 网络是嵌入式应用的常备功能

    网络是嵌入式应用的常备功能,在NIOS II中集成了UCOS II和LWIP,分析网络设备在NIOS II中的来龙去脉对学习NIOS II设备驱动程序有典型的意义

    标签: 网络 嵌入式应用

    上传时间: 2016-05-01

    上传用户:teddysha

  • 用游标的方法实现对称差的计算

    用游标的方法实现对称差的计算,即 (A-B)+(B-A)

    标签: 对称 计算

    上传时间: 2016-05-23

    上传用户:远远ssad

  • 实时多任务操作系统μ/COS-Ⅱ在AVR单片机上移植的源代码

    实时多任务操作系统μ/COS-Ⅱ在AVR单片机上移植的源代码,在GCC编译器上使用,文件名为“ucos_ii_avr_gcc-ucos ii在AVR上的移植(GCC编译器).rar”。

    标签: COS AVR 实时多任务 单片机

    上传时间: 2014-01-21

    上传用户:wendy15

  • 周立功的MINIARM,M2020FNU20的出厂代码

    周立功的MINIARM,M2020FNU20的出厂代码,有UCOS-II操作系统和驱动程序。

    标签: MINIARM 2020 FNU 20

    上传时间: 2014-01-10

    上传用户:aig85

  • PDIUSBD12USB接口芯片的实验资料包

    PDIUSBD12USB接口芯片的实验资料包, 包括以下内容 D12驱动 PDIUSBD12 PC机驱动程序,分为Win2k_Xp和Win98 EasyUSB 读写PDIUSBD12的API函数(Win32标准动态库) PCTest PC机端演示软件,提供可执行文件PCTest.exe及源程序 D12 For uCos-II PDIUSBD12 设备端演示软件 ZLG_D12.pdf USB驱动程序软件包简要说明及应用例子 常见问题及解决.txt 遇到问题请阅读该文件 PDIUSBD12芯片相关资料 PDIUSBD12芯片相关资料

    标签: PDIUSBD USB 12 接口芯片

    上传时间: 2016-07-02

    上传用户:miaochun888

  • 基于smartarm2200开发板

    基于smartarm2200开发板,ucos-ii操作系统,tft4346液晶屏,EasyJTAG-H仿真器。显示注册对话框。

    标签: smartarm 2200 开发板

    上传时间: 2016-07-08

    上传用户:cainaifa