搜索资源列表
Mailslot_src.zip
- Mailslot进程通讯机制的服务端和客户端实现的封装类
用邮槽实现局域网消息传送源代码
- 用邮槽实现了局域网的消息传送,类似与飞鸽传输。-use mailslot to sand or recieve files.
apueboy-almailsl106
- 局域网消息广播,利用MAILSLOT在局域网发送短信息的程序例子 -LAN news broadcasts, the use of the LAN MAILSLOT send text messages procedures example
CSharedMailslot_src
- windows Mailslot example
mailslot
- 这是操作系统的上机资料,关于邮件槽,其中包括客户方和服务方
MailSlot
- 用于局域网的内部通信,即时消息。下载就可以使用。欢迎下载。
MailSlot
- 利用Windows的 “邮槽” 功能进行局域网内通讯。
MDMLSLOT
- 是利用 Windows 95/NT IPC (Interprocess communications) 中 MailSlot API,在局域网 ( LAN ) 制作类似 WinPopup 程序,传送讯息的构件 ( 1.14 版,附源码 )
mailslot
- 利用邮槽技术,在进程间进行通信的例程。希望和大家交流。-Post trough technology used in the communication process between the routines. And we hope that the exchanges.
MailSlot演示程序
- 详细演示MAILSLOT的编程方法,可以在内部网发送消息
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
WindowsSocket
- 第1章 计算机网络体系结构 第2章 NetBIOS编程户端 第3章 重定向器、邮槽和管道 第4章 网络协议TCP/IP 第5章 局域网编程 第6章 Winsock基础 第7章 Winsock API高级编程 第8章 MFC Winsock高级编程 第9章 深入UDP 第10章 WinInet API开发 第11章 网络协议实现及应用 第12章 综合实例- Chapter 1 Computer Netw
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
- day la chuong rtrinh mail slot
mailslot
- 在邮槽建立的简单的客户机/服务器设计体系中,数据只能从客户机传到服务器,数据通信是单向进行的。服务器进程的职责是创建一个邮槽,而且是能从邮槽读取数据的唯一一个进程。邮槽客户机进程则负责打开邮槽的"实例",该进程是能够向其中写入数据的唯一一种进程。 -In the mail slot to establish a simple client/server design system, the data can only be transmitted from the client server
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
- windows系统下进程间通讯,采用邮槽,程序源码保护客户的和服务端源码。(Windows system interprocess communication, using mail slot, program source code to protect the customer and server source.)