Linux系统中的进程间通信方式主要以下几种:同一主机上的进程通信方式* UNIX进程间通信方式:
包括管道(PIPE), 有名管道(FIFO), 和信号(Signal)* System V进程通信方式:包括信号量(Semaphore),
消息队列(Message Queue), 和共享内存(Sha...
分类:
编程语言 时间:
2014-05-29 03:03:59
阅读次数:
374
文件比较 Beyond Compare程序查看编辑 Source Insight
字体verdana 8超级终端 SecureCRTTftp服务客户端工具 Tftpd32CHM文件转换为PDF文件 ChmMagicPDF文件密码移除工具
Advanced PDF Password RecoveryP...
分类:
其他好文 时间:
2014-05-29 00:14:00
阅读次数:
248
题目:The famous ACM (Advanced Computer Maker)
Company has rented a floor of a building whose shape is in the following figure.
The floor has 200 rooms e...
分类:
其他好文 时间:
2014-05-28 18:57:31
阅读次数:
311
we series hydraulic cone crusher machine
designed by our company is a new type of cone crusher machine with international
advanced level which brings ...
分类:
其他好文 时间:
2014-05-27 17:00:26
阅读次数:
271
http://baptiste-wicht.com/posts/2012/04/c11-concurrency-tutorial-advanced-locking-and-condition-variables.htmlstruct
BoundedBuffer { int* buffer; ...
分类:
编程语言 时间:
2014-05-27 16:04:22
阅读次数:
303
1 #include 2 using namespace std; 3 //#define
maxSize 20 4 template 5 class Queue 6 { 7 private : 8 // T data[maxSize]; 9 int
maxSize;10 ...
分类:
其他好文 时间:
2014-05-26 02:50:09
阅读次数:
267
1 #include 2 using namespace std; 3 template 4
class Queue 5 { 6 private: 7 struct node 8 { 9 T data;10 node * next;11 ...
分类:
其他好文 时间:
2014-05-26 02:19:36
阅读次数:
213
Moving TablesTime Limit: 1000MSMemory Limit:
10000KTotal Submissions: 25176Accepted: 8373DescriptionThe famous ACM (Advanced
Computer Maker) Company ....
分类:
其他好文 时间:
2014-05-25 19:09:34
阅读次数:
249
package com.produce;import
java.util.LinkedList;import java.util.Queue;/*@author shijin *
生产者与消费者模型中,要保证以下几点: * 1 同一时间内只能有一个生产者生产 生产方法加锁sychronize...
分类:
编程语言 时间:
2014-05-25 18:49:13
阅读次数:
367
#include
#define maxn 1000;
//队列ADT---数组实现
struct queueRecord;
typedef struct queueRecord *Queue;
typedef int elementType;
int isEmpty(Queue Q);
int isFull(Queue Q);
Queue creatQueue(int maxn);
voi...
分类:
其他好文 时间:
2014-05-24 23:22:16
阅读次数:
368