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

Micrium-uC<b>OS-II</b>-V

  • c语言版的多项式曲线拟合。 用最小二乘法进行曲线拟合. 用p-1 次多项式进行拟合

    c语言版的多项式曲线拟合。 用最小二乘法进行曲线拟合. 用p-1 次多项式进行拟合,p<= 10 x,y 的第0个域x[0],y[0],没有用,有效数据从x[1],y[1] 开始 nNodeNum,有效数据节点的个数。 b,为输出的多项式系数,b[i] 为b[i-1]次项。b[0],没有用。 b,有10个元素ok。

    标签: 多项式 曲线拟合 c语言 最小二乘法

    上传时间: 2014-01-12

    上传用户:变形金刚

  • 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-11-28

    上传用户:宋桃子

  • 我上传的文件开发环境都是ADS 1.2 ARM网络开发程序包

    我上传的文件开发环境都是ADS 1.2 ARM网络开发程序包,内有pdf说明文件。 ZLG/IP提供实现 Internet 网络上 IP接点的功能,是个高性能的嵌入式 TCP/IP 协议栈软件。它使用μC/OS-II 实时操作系统的信号机制来实现一个多任务并行并可重入的协议栈,完全使用 ANSI C 进行编写,可以象μC/OS-II 那样支持多种 CPU。ZLG/IP还具有层次清晰,易于升级和修改等特点

    标签: ADS 1.2 ARM 开发环境

    上传时间: 2014-11-18

    上传用户:refent

  • 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

  • Note that only the PORT is provided and it is assumed that you have the rest of the source for &micr

    Note that only the PORT is provided and it is assumed that you have the rest of the source for µ C/OS-II from the book or the upgrade.

    标签: the that provided assumed

    上传时间: 2013-11-25

    上传用户:er1219

  • This book is intended for embedded system programmers, consultants and students interested in real-t

    This book is intended for embedded system programmers, consultants and students interested in real-time operating systems. μC/OS-II is a high performance, deterministic real-time kernel and can be embedded in commercial products (see Appendix F, Licensing). Instead of writing your own kernel, you should consider μC/OS-II. You will find, as I did, that writing a kernel is not as easy as it first looks.

    标签: consultants programmers interested intended

    上传时间: 2015-11-06

    上传用户:l254587896

  • 本课题的目的就是研制适用于工业现场控制的嵌入式工业控制器

    本课题的目的就是研制适用于工业现场控制的嵌入式工业控制器,这对于提 高工业现场控制的实时性具有重要意义。本课题以嵌入式系统设计原理和工业控 制实际应用为核心,从理论上和技术方法上开展了一系列研究。主要工作有: 1全面系统地概述了嵌入式系统的发展过程和分类,及其在各个领域 内的应用,以及嵌入式系统的发展方向 2基于嵌入式系统设计原理的嵌入式工业控制器的设计的总体方案, 从硬件和软件两个方面讲述了嵌入式工业控制器的设计思想和方 法,及其可行性的论证 3嵌入式工业控制器硬件平台的设计与调试,着重叙述了硬件平台的 整体设计方案,包括各个设计模块的选型与接口电路的设计 4嵌入式工业控制器所采用的操作系统的移植与调试,详细讲叙了 u C/OS-II实时操作系统在基于AT9I M40800的嵌入式工业控制器 硬件平台上的移植过程及注意事项 5在后继的工作中,我们还要在实时嵌入式操作系统的基础上完成对 操作系统的扩展以及对各个模块的驱动。

    标签: 工业现场 嵌入式工业 控制 控制器

    上传时间: 2015-12-05

    上传用户:kikye

  • 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

  • 『embedded systems building blocks, complete and ready-to-use modules in C, second edition』 - This

    『embedded systems building blocks, complete and ready-to-use modules in C, second edition』 - This second edition features revisions that support the latest version of the author s popular operating system and book, MicroC/OS-II - Complete and ready-to-use modules in C Get a clear explanation of functional code modules and microcontroller theory

    标签: ready-to-use embedded building complete

    上传时间: 2014-12-04

    上传用户:阿四AIR

  • 《STR7 系列微控制器》介绍

    《STR7 系列微控制器》介绍,以及《µ C/OS-II在STR71x微控制器上的移植》,都是中文的,这年头中文的资料不好找。

    标签: STR7 微控制器

    上传时间: 2014-01-27

    上传用户:英雄