能给发家提供这个好东西不容易,希望大家能多多学习,不要辜负了。 uC/GUI是uC/OS-II配套的专用图形界面。这可不是开源软件,也不象uC/OS-II一样可以免费下载,这个是非常昂贵的软件。所以大家拿到后,不要声张,偷着乐吧 ^_^
标签: 家
上传时间: 2015-03-31
上传用户:hewenzhi
单片机上网卡的系列文档V1.0,后期还会不断补充,请注意版本号的变化。文档详细介绍了uC/OS-II在51上的移植方法,重入问题的解决,shell人机界面的编写,NE2000网卡驱动,ARP实现,ping命令的实现,相关网站介绍,经验体会等内容,对希望学习嵌入式系统开发的初学者非常有用
上传时间: 2014-01-19
上传用户:xinyuzhiqiwuwu
不用说了,uC/OS2.51官方源代码,此外结合本人心得体会增加了详细地说明,希望对初次使用者能起到一定的帮助作用。适用于uC/OS-II开发工具Borland C3.1剪裁版。
标签:
上传时间: 2014-11-05
上传用户:sammi
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda
武汉大学网络实验室的ARM开发的实验教程,里面有uc/os-II,LWIP移植的内容,很不错。
上传时间: 2015-05-24
上传用户:lindor
arm,pidusbd12,,,uC/OS-II opration system。usb1.1
标签: arm
上传时间: 2015-07-08
上传用户:VRMMO
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-11-28
上传用户:宋桃子
经过两天的奋战,终于在borlandc3.1上实现了ucos操作系统在pc上的单步运行调试,期间得到了众多网友留下的文字的帮助,我也决定将我的努力成果上载。 注意将software解压到c盘根目录下,并且将borlandc3.1安装在d盘borlandc目录下,进入C:\software\UCOS-II\EX1_X86L目录下,运行bc.pif,就进入dos的borlandc程序,可以修改并单步调试程序。 这样学ucos应该快多了吧。
标签:
上传时间: 2015-08-23
上传用户:wendy15
TCP通信源代码,用于ARM嵌入式操作系统,基于UC/OS-II,适用于LPC2200系列芯片
上传时间: 2015-08-24
上传用户:zmy123
操作系统的选择是由嵌入式系统的需求决定的。简单的说就是,中小型控制系统可充分利用uC/OS-II小巧且实时性强的优势,如果开发PDA和互联网连接终端等较为复杂的系统则uClinux是不错的选择。
上传时间: 2013-12-26
上传用户:wang0123456789