搜索资源列表
-
0下载:
两个测试四种不同进程间通信的方法程序,通过剪切板进行进程间的通信、通过邮槽进行进程间的通信、通过通道进行进程间的通信、通过COPTDATA消息进行进程间的通信-Two test four different inter-process communication methods and procedures, through the clipboard for interprocess communication, through the mail slot for inter-process
-
-
0下载:
进程的创建与进程间的通信及线程的创建线程同步的样例,-Process creation and interprocess communication and thread creation thread synchronization sample,
-
-
0下载:
进程间通信中经典的读者-写者问题,用信号量实现同步和互斥。-Interprocess communication in the classic reader- writer problem, synchronization with semaphores and mutexes.
-
-
0下载:
进程间通信与线程间通信分析和总结,一目了然。-Interprocess communication and inter-thread communication
-
-
0下载:
进程间通信实例:使用共享内存实现进程间数据通信-Interprocess communication Example: Using shared memory to achieve inter-process data communications
-
-
0下载:
进程间通信实例:使用命名管道实现网络通信。-Interprocess communication Example: use named pipes for network communication
-
-
0下载:
进程间通讯之共享内存:
共享内存概述 + 函数说明 + 函数格式 + 使用实例-Shared memory for interprocess communication
-
-
0下载:
共享内存实现进程间通讯,同时包含client和server。还实现管道的进程间通讯,本例步骤详细,内容丰富。-Shared memory interprocess communication, and contains both client and server. Pipeline inter-process communication, in this case the steps detailed and rich in content.
-
-
0下载:
线程同步、进程同步及进程间通信技术进行了实现。-Thread synchronization, process synchronization, and interprocess communication technology to achieve.
-
-
0下载:
运用文件共享、互斥体、信号量、关键段、油槽及管道实现线程同步和进程通讯。-The use of file sharing, and mutexes, semaphores, critical sections, tank and piping, thread synchronization and interprocess communication.
-
-
0下载:
进程间通信的VC++源码实例集,进程之间的通信以及实现方法实例,通过一些小程序来实现,这些小程序有剪贴板实例、邮槽、匿名管道等,希望对VC++基础用户有帮助。-Interprocess communication VC++ set of source instance, the communication between the process and the method instance, some small programs to achieve these procedures cli
-
-
0下载:
用mpi库实现pi计算的并行计算,与pthread不同的是利用了集群节点的进程间通信概念-The parallel computing pi calculated using mpi library pthread different use of the cluster node interprocess communication concept
-
-
0下载:
进程间通信的方式及demo
这应该是很全的进程间通信的方式
自己写的分工程,直接能运行,面试的时候都会考,是学习的好资料
打开工程直接能编译, vs2005/vs2008都可以-Interprocess communication methods and demo This should all interprocess communication way to write their own sub-projects can run directly, when the inter
-
-
0下载:
进程间通信问题:
银行有n个柜员,顾客进入银行先取一个号码,然后等着叫号。柜员空闲下来就叫号。
用P、V操作实现顾客和柜员的同步。-Interprocess communication problems:
Bank n a teller, the customer enters the bank to take a number, and then waiting for the called number. Teller idle down called.
P, V opera
-
-
0下载:
通过 NamedPipe 实现进程间通讯, 可建立进程间的连接和消息传递.通过线程建立NamedPipe 服务器.-By NamedPipe achieve interprocess communication, we can establish the connection between the process and messaging. By thread establish NamedPipe servers.
-
-
0下载:
进程间通信的一些相关资料哦。大家可以借鉴下!-Interprocess communication some relevant information oh. We can learn from the next!
-
-
0下载:
管道 实现进程间通信 管道读数据是一次性操作,进程A将数据压入管道中,进程B读取数据,释放空间以便写更多的数据-Pipes for interprocess communication channels read data is a one-time operation, process A will be pressed into the pipeline data, process B to read data, freeing space for more data to write
-
-
0下载:
利用管道进行进程间通信
设有二元自然数变量函数F(m,n)、f (m) g(n)
请编程建立3个并发协作进程或线程,它们分别完成计算F(m,n)、f (m)和g(n)。-Programming to establish three concurrent collaborative processes or threads, respectively, to complete the calculation of F (m, n), f (m) and g (n
-
-
0下载:
吃水果问题是操作系统中典型的进程间通信问题。桌上有一个空盘,允许存放 20
个水果,父母可向盘内随机个数的水果,如果盘子放满了,则等待;孩子等着吃
盘内的水果,如果盘子空了,则等着父母放水果。
程序是基于进程通信实现吃水果问题,包含3个工程文件。-The problem is between eating fruits typical operating system interprocess communication problems. Table with an empty p
-
-
0下载:
操作系统进程通信,包括进程间的四种通讯方式:管道FIFO,信号,消息队列, 共享内存-OS interprocess communication
-