搜索资源列表
-
0下载:
命名管道是通过网络来完成进程间的通信,它屏蔽了底层的网络协议细节。我们在不了解网络协议的情况下,也可以利用命名管道来实现进程间的通信。
命名管道充分利用了Windows NT和Windows 2000内建的安全机制。
将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。-A named pipe is through the network to complete the process of communication, which sh
-
-
0下载:
配套光盘网络编程进程间的通信,网络编程进程间的通信是一本很经典的好书-Supporting CD-ROM network programming interprocess communication, network programming inter-process communication is a very classic books
-
-
0下载:
通过剪切板实现进程间通信的功能,挺简单实用的。-Through the clipboard to achieve inter-process communication functions, quite simple and practical.
-
-
0下载:
操作系统的课程设计,模拟进程管理器,有新建进程,显示进程,删除进程,更换进程,进程间通信等-Operating systems curriculum design, simulation process manager, there are new processes, show the process, remove the process, change process, inter-process communication
-
-
0下载:
大学时期编的操作系统间进程通讯模仿程序,
模仿消费者生产者问题,设置产品等待队列和需求计数,缓冲区大小为8并可变,可实时观测缓冲区状态-Mimic the procedures of the operating system compiled by the university, inter-process communication,
Imitate the problem of consumers to producers, set the wait queue and needs
-
-
0下载:
详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-Explain in detail the process of communication between the four ways: Clipboard, anonymous pipes, named pipes and mail slots. And comparative analysis of the advantages and disadvantages of these t
-
-
0下载:
通过创建管道Pipe来实现进程间的通信机制,程序间通过pipe进行信息的读写-To achieve inter-process communication mechanism, by creating a pipeline Pipe program to read and write information via pipe
-
-
0下载:
这个是一个利用c#中利用邮槽实现进程间通信的工程,包括双向通信内容-This is a use of realization of inter-process communication engineering using the mail slot c#, including two-way communication content
-
-
0下载:
android中进程间的通讯,android专门有一个AIDL实现了这样的通讯,这个demo就是简单阐述了AIDL的原理-android in inter-process communication, android has a dedicated AIDL achieve such communication, this demo is a simple principle expounded AIDL
-
-
0下载:
常用的进程间通信方式
传统的进程间通信方式
无名管道(pipe)、有名管道(fifo)和信号(signal)
System V IPC对象
共享内存(share memory)、消息队列(message queue)和信号灯(semaphore)
BSD
套接字(socket)-Interprocess communication methods commonly used traditional inter-process communicat
-
-
0下载:
Most inter process communication uses the client server model. These terms refer to the two processes which will be communicating with each other.
-