搜索资源列表
Pipe_Dll
- 使用PIPE完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-use PIPE completed on the same machine two processes, different machines on the two different operating systems or process under the two processes of communication.
PIPE
- 命名管道,实现进程间的双向通信,经过多次调试,已经能实现收发信息-Named pipes, to achieve two-way communication between the process, after several commissioning, has been able to send and receive information
Linux_envirnment_communication
- 该函数创建的管道的两端处于一个进程中间,在实际应 用中没有太大意义,因此,一个进程在由pipe()创建管道后,一般再fork一个子进程,然后通过管道实现父子进程间的通信-The function at the two ends of the pipeline to create a process in the middle, in practical applications is not much significance, therefore, a process by the pipe
process
- it s a management of 5 processes calcul1, calcul2, calcul3, calcul4 and calcul5 witch share 3resources n1, n2 and n3 using pipe and socket -it s a management of 5 processes calcul1, calcul2, calcul3, calcul4 and calcul5 witch share 3resources n1, n2
process-pipe
- 一个基于父进程和子进程之间用匿名管道进行进程通讯的实例,附带了可执行文件以及全部源码。非常好的了解匿名管道机制的程序。-One based on the parent process and child processes to process communication with the anonymous pipe instance comes with an executable file and all source code. A very good understanding of
pipe
- 进程间通信的一直方式,采用管道,此处用的是匿名管道,即子进程与父进程间的通信-Inter-process communication methods have been used pipe, used here is the anonymous pipe, that is, the child process and parent inter-process communication
Namedpiple_communication
- 进程间命名管道通信示例程序,详情见:http://blog.csdn.net/zha_1525515/archive/2009/10/04/4631951.aspx-Named pipe communication between the process of sample programs.reference:http://blog.csdn.net/zha_1525515/archive/2009/10/04/4631951.aspx
1
- windows下进程间通信方---管道的介绍和使用实例。-Under the inter-process communication side windows--- introduction and use of pipe instance.
02
- 进程的基本概念 进程控制 进程同步 经典进程的同步问题 管程机制 进程通信 线程 -Process, the process of the basic concepts of process control the synchronization of classical process synchronization process mechanism for process communication pipe thread
VC_Pipe
- 线程或进程之间的命名管道通讯实现.可以根据实际项目需求加入。-Thread or process to achieve communication between the named pipe. Can be added according to the actual needs of the project.
pipe
- 实现了两个子进程之间管道通信, 一个进程创建俩个子进程,子进程向父进程写消息-implements the two child process to communite in pipe
ProCOM
- 父进程创建子进程,通过创建管道实现父进程与字进程之间的实时通信。-Parent process creates the child process, parent process by creating a pipe with the word achieve real-time communication between processes.
windows-communicate
- 命名管道例子程序,实现windows 进程间的通讯-Named pipe example program, to achieve inter-process communication windows
pipe
- 此程序实例实现了进程通讯方式的一种:管道通讯,对理解和使用管道通信有很大帮组-In this instance the process one way to communicate: communication channels, a great group to help understand and use the pipe communication
pipe
- 进程间通信的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
Pipe
- A进程启动B进程,A、B之间建立一个管道Pipe,A、B之间利用管道进行数据通信-A process to start the process B, A, B is established between a pipe the Pipe A, B, between the use of pipelines for data communication
Process
- 程序之间通过建立管道进行通信,压缩包中有两个工程,分为主程序Process和接受端Receiver。-Between programs through the establishment of a communication pipe, compression package has two projects into the main program Process and the receiving end Receiver.
pipe
- A)编写myls在既定的文件中列出当前工作目录文件的个性化列表(每行一个文件目录包括inode 号,硬链接数,文件名,大小,最近修改时间),不需要排序。并且报告处理花费的总时间(屏幕显示)。 B)Process – model ( fork() + exec() + pipe() ): parent 进程:产生 child 进程,接受并显示 child 进程传回的信息。 child 进程:调用 exec(),执行 A) 中的myls可执行文件(将所花费的时间报告给父进程)。 -a
process-communicate
- 在vc6.0的mfc里面用c++开发的操作系统上机作业,打开父进程debug文件夹里面的父进程exe,即可点击创建子进程,发送消息,以管道方式通信。-In vc6.0 of mfc eyed on c++ operating system developed machine operation, open the parent folder inside debug the parent process exe, you can click create a child process, sen
Pipe
- c++ 管道实例 使用的是匿名管道,项目中创建子进程,半双工通信-c++ pipe instances using anonymous pipes, the project to create a child process, half-duplex communication