嵌入式实时操作系统(RTOS)设计 田上飞 王庆华(Rainbow队) 摘要 本文从实时操作系统实时性的重要性出发,引出了基于优先级和时间片的实时性的实现方案:链表+位图,并在此基础上提出了一种嵌入式实时操作系统的实现方案——ATOP操作系统。关键词:嵌入式 实时操作系统 优先级调度 时间片轮询 1 ...
分类:
其他好文 时间:
2016-10-23 20:13:59
阅读次数:
183
在Linux系统中查询系统CPU和内存的负载(使用率)时,我们通常习惯于使用top、atop或者ps,这篇文章将要给大家介绍如何使用w命令和uptime命令来查看系统的负载情况,对于uptime命令,相信大家比较熟悉了,它主要是用来查询系统最近一次启动后运行了多长时间,而w命令则相对就冷门一些了,下 ...
分类:
系统相关 时间:
2016-07-20 19:37:31
阅读次数:
208
操作系统:CentOS6.4GlusterFS:3.4.2测试工具:atop,iperf,iozone,fio,postmark配置规划下载并安装1、下载地址:http://bits.gluster.org/pub/gluster/glusterfs/3.4.2/x86_64/需要下载的rpm包2、RPM安装包glusterfs-3.4.2-1.el6.x86_64.rpmglusterfs-api-3.4.2-1.el6.x86_64.rp..
分类:
其他好文 时间:
2016-06-27 00:06:56
阅读次数:
683
Document The current browser does not support Canvas, can replace the browser a try! source-over source-atop ...
分类:
Web程序 时间:
2015-11-23 16:30:06
阅读次数:
137
1.行内公式的上下标在行间公式中,例如\[\max_{i}\]的排版结果是而在行内公式中,$max_{i}$的排版结果为 ,如果要使其仍在正下方,可插入字体尺寸档次命令$\displaystyle\max_{i}$2.多行上下标2.1 运算符号的多行上下标,可用公式宏包重新定义的堆叠命令\atop来...
分类:
其他好文 时间:
2015-09-23 21:07:43
阅读次数:
3000
原文地址:https://github.com/robbiehanson/CocoaAsyncSocket/wiki/Intro_GCDAsyncSocket
GCDAsyncSocket is a TCP library. It’s built atop Grand Central Dispatch.
This page provides an introduction to the lib...
分类:
其他好文 时间:
2015-08-31 13:39:20
阅读次数:
207
先看它们的函数内容:procedure TControl.SetBounds(ALeft, ATop, AWidth, AHeight: Integer);begin // 虚函数,TWinControl有覆盖函数 if CheckNewSize(AWidth, AHeight) and //...
刚才看这段代码的时候:procedure TControl.SetBounds(ALeft, ATop, AWidth, AHeight: Integer);begin if CheckNewSize(AWidth, AHeight) and ((ALeft FLeft) or (ATop...
分类:
编程语言 时间:
2015-08-28 19:25:58
阅读次数:
173
// 9个显示函数 procedure SetBounds(ALeft, ATop, AWidth, AHeight: Integer); virtual; // 虚函数,important 根据父控件 // 手法:固定不变的模式,或者简单调用,或者简单设置标志位,就不是虚函数。 ...
分类:
其他好文 时间:
2015-08-25 20:59:41
阅读次数:
137
首先安装rpmforgeInstall RPM for CentOS 5.x32-BITwget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el5.rf.i686.rpmrpm -Uhv rpmforge-...
分类:
其他好文 时间:
2015-08-13 00:58:27
阅读次数:
172