码迷,mamicode.com
首页 >  
搜索关键字:process monitor    ( 12703个结果
MPI Debug Tips
debug一个并行程序(parallel program)向来是件很麻烦的事情(Erlang等functional programming language另当别论),对于像MPI这种非shared memory的inter-process model来说尤其如此。与调试并行程序相关的工具非开源工具...
分类:其他好文   时间:2014-06-29 14:20:46    阅读次数:367
Keil 4 与Proteus 7.8联调
实验环境:windows 8.1 pro with Keil 4 and Proteus 7.8 both cracked。步骤:下载联调工具Vdmagdi,安装。keil下Option/Debug,将右侧的单选框点上。proteus 下Debug/Use remote debug monitor点...
分类:其他好文   时间:2014-06-07 04:20:40    阅读次数:318
Process manufacturing和Discrete manufacturing的区别
Process manufacturing(Process industry)加工制造,或者加工工业。其一个重要特征是,原材料被加工成成品后,我们再也无法将它恢复成原料,比如,苹果罐头,我们再没法把它恢复成苹果。Discrete manufacturing组装制造,主要是一些把很多零配件组合起来,让...
分类:其他好文   时间:2014-06-04 20:26:37    阅读次数:374
5.29 diagramEditor中的save
public class DiagramEditor extends GraphicalEditorWithFlyoutPalette implementsIPersistableEditor{ public void doSave(IProgressMonitor monitor) { ...
分类:其他好文   时间:2014-06-04 20:04:59    阅读次数:397
Linux System Programming 学习笔记(十一) 时间
1. 内核提供三种不同的方式来记录时间:Wall time (or real time):actual time and date in the real worldProcess time:the time that a process spends executing on a processo...
分类:系统相关   时间:2014-06-03 08:13:08    阅读次数:319
工业无线网络标准初步了解
WIA-PA其全称是《Wireless Networks for Industrial Automation Process Automation》,译为《面向工业过程自动化的工业无线网络标准技术》国产标准,中科院沈阳自动化研究所提出的标准。基于IEEE 802.15.4,事实上是在TI cc243...
分类:其他好文   时间:2014-05-31 15:36:31    阅读次数:235
Jmap 指令的用法
Jmap 全称 Java Memory Map,用于打印出某个java进程(使用pid)内存内的,所有‘对象’的情况(如:产生那些对象,及其数量)。Usage: jmap [option] (to connect to running process) jmap [opt...
分类:其他好文   时间:2014-05-31 13:08:10    阅读次数:327
linux init->upstart->systemd
http://en.wikipedia.org/wiki/InitinitFrom Wikipedia, the free encyclopediaThis article is about the Unix process. For the pre-Mac OS X extension mecha...
分类:系统相关   时间:2014-05-31 11:09:02    阅读次数:1323
washing process sand
Jaw crusher is the most popular primary crushing equipment in mining industry. The jaw crusher is designed to crush all sorts of rock from the hardest...
分类:其他好文   时间:2014-05-30 06:45:00    阅读次数:163
5.27save
public void doSave(IProgressMonitor monitor) { // TODO Auto-generated method stub performSave(monitor, getEditorInput()); 自定义的一个save函数,作...
分类:其他好文   时间:2014-05-29 07:56:21    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!