搜索资源列表
Mailslot_src.zip
- Mailslot进程通讯机制的服务端和客户端实现的封装类
用邮槽实现局域网消息传送源代码
- 用邮槽实现了局域网的消息传送,类似与飞鸽传输。-use mailslot to sand or recieve files.
CSharedMailslot_src
- windows Mailslot example
mailslot
- 这是操作系统的上机资料,关于邮件槽,其中包括客户方和服务方
MailSlot
- 用于局域网的内部通信,即时消息。下载就可以使用。欢迎下载。
mailslot
- 利用邮槽技术,在进程间进行通信的例程。希望和大家交流。-Post trough technology used in the communication process between the routines. And we hope that the exchanges.
mailSlot
- 邮槽是基于广播通信体系设计出来的,它采用无连接的不可靠的数据传输。 邮槽是一种单向通信机制,创建邮槽的服务器进程读取数据,打开邮槽的客户机进程写入数据。 为保证邮槽在各种Windows平台下都能够正常工作,我们传输消息的时候,应将消息的长度限制在424字节以下。 mailslot是用邮槽在进程间通讯。-Mail slot is designed based on radio communications system, which uses unreliable connection
Mailslot_src
- Mailslot进程通讯机制的服务端和客户端实现的封装类-Mailslot advancement communication mechanism service end and customer end realization seal class
ProcessCommunication
- Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named
VCCode
- 包含 聊天(C/S构架),邮槽(广播通信),时钟,HOOKTest,邮件模拟 五个程序,有注释,无bug.-Include chat (C/S framework), Mailslot (radio communication), clock, HOOKTest, simulation of five e-mail program, there are notes, no bug.
mailslot
- 在邮槽建立的简单的客户机/服务器设计体系中,数据只能从客户机传到服务器,数据通信是单向进行的。服务器进程的职责是创建一个邮槽,而且是能从邮槽读取数据的唯一一个进程。邮槽客户机进程则负责打开邮槽的"实例",该进程是能够向其中写入数据的唯一一种进程。 -In the mail slot to establish a simple client/server design system, the data can only be transmitted from the client server
MailslotSrv
- 进程通信--邮槽通信--孙鑫视频--采用VS2008编写-Process communication- Mailslot Communications- Sun Xin video- prepared using VS2008
Mailslot
- 进程间通过油槽进程通信的源程序 可以运行通过的 C++编写-The process of inter-process communication through the fuel tank can be run through the source code of the C++ to prepare
mailslot
- Mailslot with a menu
mailslot
- 邮槽是一种单向通信机制,它采用无连接的数据传输。在此程序中,通过CreateMailslot函数创建一个邮槽。-Mail slot is a one-way communication mechanism, which uses connectionless data transmission. In this procedure, by CreateMailslot function creates a mail slot.
Mailslot
- 进程间通信,邮槽,包括服务端与客户端,只能单向通信,由客户端到服务端-Interprocess communication, mail slots, including server and client, only one-way communication from the client to the server
Inter-process-etc
- 进程间通信的VC++源码实例集,进程之间的通信以及实现方法实例,通过一些小程序来实现,这些小程序有剪贴板实例、邮槽、匿名管道等,希望对VC++基础用户有帮助。-Interprocess communication in VC++ source code examples set, communication between the process and the method for instance, achieved through a number of small procedures,
MailSlot
- windows系统下进程间通讯,采用邮槽,程序源码保护客户的和服务端源码。(Windows system interprocess communication, using mail slot, program source code to protect the customer and server source.)