搜索资源列表
MemoryShare
- 这个实例分成服务器程序和客户程序,显示了如何使用内存映射文件在两个或多个独立进程间传送数据。-this case into a server and client, showing how to use the memory mapping documents in two or more independent transmission of data between processes.
http
- Http服务器多线程下载文件,实现多线程文件下载不想想象中的那么复杂,具体思路为:首先确定下载文件的大小,根据文件大小确定采用几个线程下载,每个线程下载文件的不同布分;然后再线程下载完后,将每个线程下载的数据按照顺序组合为一个完整的文件,这样就实现了文件的多线程下载。
mailSlot
- 邮槽是基于广播通信体系设计出来的,它采用无连接的不可靠的数据传输。 邮槽是一种单向通信机制,创建邮槽的服务器进程读取数据,打开邮槽的客户机进程写入数据。 为保证邮槽在各种Windows平台下都能够正常工作,我们传输消息的时候,应将消息的长度限制在424字节以下。 mailslot是用邮槽在进程间通讯。-Mail slot is designed based on radio communications system, which uses unreliable connection
SSiFun-V1.3.0.1
- SSiFun通过设计一个通用、简便的数据接口,来封装Windows进程间函数调用的技术实现细节,提高开发效率。一个Dll同时适用于调用者和服务提供者(即客户端和服务端),避免了服务端、客户端的协议兼容和版本问题。SSiFun提供标准WIN32 API接口,适用于各类编程语言(包括VC++、Delphi、VB、C#等)调用。SSiFun.dll 采用VC++ 7.1(VS2003)编制,提供了 SSiFun.dll、SSiFun.lib、SSiFun.h,可直接加入到VC++项目中调用。 支持
PipeService
- 命名管道在不同进程间的相互共享数据,该程序为服务器程序-Named Pipes in the interaction between different processes to share data, the program for the server program
PipeClient
- 该程序为进程间管道的接受客户端负责向制定的服务器写数据的。-The procedure for the acceptance of inter-process pipe responsible for the development of client server to write data.
Server
- 本工程在MF的基础上对Csocket进行的开发,实现的是和GPRS进行数据通信。本工程是服务器端。-This works on the basis of the MF Csocket for the development, implementation and GPRS is a data communication. This project is the server side.
NamedPipeSrvView
- 将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。这是服务器端的 - To be named as a pipeline network programming scheme, it actually created a client/server communication system, and in which reliable data transmission. This is the server side.
anu
- 服务器端和客户端,可截获流经本机网卡的ip数据包-Server and client, can be obtained through the native network card IP packets
lhain__formula
- 修改后能ping通pc机,然后搭建tcp服务器,用来数据的收发()