摘要: 1)在父进程中,fork返回新创建子进程的进程ID; 2)在子进程中,fork返回0; 3)如果出现错误,fork返回一个负值; 阅读全文
posted @ 2014-08-08 17:55 阿刻 阅读(581) 评论(0) 推荐(0)
摘要: 1 #include 2 #include 3 4 int parallel_qsort(int * data , int start , int end, int p_count, int pid); 5 int quick_sort(int *data ,int start , int en... 阅读全文
posted @ 2014-08-08 17:48 阿刻 阅读(269) 评论(0) 推荐(0)
摘要: 12 IT skills that employers can't say no to 转载的没事就看看文章来源: http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=902662... 阅读全文
posted @ 2014-08-08 17:39 阿刻 阅读(178) 评论(0) 推荐(0)
摘要: Visual BCD Editor 编辑启动项BCOMPARE 文档对比Octave 3.6.4 类似matlab 开源IOCP&EPOLL 并发模型Understand 源码分析工具GraphLab 分布式图计算hostapd linux下无线热点工具Bochs 开源虚拟机 阅读全文
posted @ 2014-08-08 17:38 阿刻 阅读(149) 评论(0) 推荐(0)