文件名称:IPCComm
- 所属分类:
- 通讯编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 188.47kb
- 下载次数:
- 0次
- 提 供 者:
- i***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
网络通信开发包手册开发一套易用的网络通信包,以C++形式对功能进行封装。
对WinSocket和NamedPipe的API函数进行封装,并且提供部分API函数完成连接的建立和数据检测功能。
附带使用说明书。
原作者闻怡洋-network communication development kits developed a manual, easy-to-use communications network packets to C + + form of a wrapper function. WinSocket NamedPipe right and the API function Packaging, and provided some API function linking the establishment and data detection. Incidental instruction manual. Author Wen Yue Yang
对WinSocket和NamedPipe的API函数进行封装,并且提供部分API函数完成连接的建立和数据检测功能。
附带使用说明书。
原作者闻怡洋-network communication development kits developed a manual, easy-to-use communications network packets to C + + form of a wrapper function. WinSocket NamedPipe right and the API function Packaging, and provided some API function linking the establishment and data detection. Incidental instruction manual. Author Wen Yue Yang
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 97288433ipccomm.zip 列表 include/ include/spIPCComm.h lib/ lib/commIPC.lib lib/commIPC_D.lib samples/ samples/pipeTest/ samples/pipeTest/pipeClient/ samples/pipeTest/pipeClient/pipeClient.clw samples/pipeTest/pipeClient/pipeClient.cpp samples/pipeTest/pipeClient/pipeClient.dsp samples/pipeTest/pipeClient/pipeClient.dsw samples/pipeTest/pipeClient/pipeClient.h samples/pipeTest/pipeClient/pipeClient.ncb samples/pipeTest/pipeClient/pipeClient.opt samples/pipeTest/pipeClient/pipeClient.plg samples/pipeTest/pipeClient/pipeClient.rc samples/pipeTest/pipeClient/ReadMe.txt samples/pipeTest/pipeClient/Resource.h samples/pipeTest/pipeClient/StdAfx.cpp samples/pipeTest/pipeClient/StdAfx.h samples/pipeTest/pipeServer/ samples/pipeTest/pipeServer/pipeServer.clw samples/pipeTest/pipeServer/pipeServer.cpp samples/pipeTest/pipeServer/pipeServer.dsp samples/pipeTest/pipeServer/pipeServer.dsw samples/pipeTest/pipeServer/pipeServer.h samples/pipeTest/pipeServer/pipeServer.ncb samples/pipeTest/pipeServer/pipeServer.opt samples/pipeTest/pipeServer/pipeServer.plg samples/pipeTest/pipeServer/pipeServer.rc samples/pipeTest/pipeServer/ReadMe.txt samples/pipeTest/pipeServer/Resource.h samples/pipeTest/pipeServer/StdAfx.cpp samples/pipeTest/pipeServer/StdAfx.h samples/tcpTest/ samples/tcpTest/sockClient/ samples/tcpTest/sockClient/ReadMe.txt samples/tcpTest/sockClient/Resource.h samples/tcpTest/sockClient/sockClient.clw samples/tcpTest/sockClient/sockClient.cpp samples/tcpTest/sockClient/sockClient.dsp samples/tcpTest/sockClient/sockClient.dsw samples/tcpTest/sockClient/sockClient.h samples/tcpTest/sockClient/sockClient.ncb samples/tcpTest/sockClient/sockClient.opt samples/tcpTest/sockClient/sockClient.plg samples/tcpTest/sockClient/sockClient.rc samples/tcpTest/sockClient/StdAfx.cpp samples/tcpTest/sockClient/StdAfx.h samples/tcpTest/sockServer/ samples/tcpTest/sockServer/ReadMe.txt samples/tcpTest/sockServer/Resource.h samples/tcpTest/sockServer/sockServer.aps samples/tcpTest/sockServer/sockServer.clw samples/tcpTest/sockServer/sockServer.cpp samples/tcpTest/sockServer/sockServer.dsp samples/tcpTest/sockServer/sockServer.dsw samples/tcpTest/sockServer/sockServer.h samples/tcpTest/sockServer/sockServer.ncb samples/tcpTest/sockServer/sockServer.opt samples/tcpTest/sockServer/sockServer.plg samples/tcpTest/sockServer/sockServer.rc samples/tcpTest/sockServer/StdAfx.cpp samples/tcpTest/sockServer/StdAfx.h samples/udpTest/ samples/udpTest/ReadMe.txt samples/udpTest/Resource.h samples/udpTest/StdAfx.cpp samples/udpTest/StdAfx.h samples/udpTest/udpTest.clw samples/udpTest/udpTest.cpp samples/udpTest/udpTest.dsp samples/udpTest/udpTest.dsw samples/udpTest/udpTest.h samples/udpTest/udpTest.ncb samples/udpTest/udpTest.opt samples/udpTest/udpTest.plg samples/udpTest/udpTest.rc src/ src/commIPC.dsp src/commIPC.dsw src/commIPC.ncb src/commIPC.opt src/commIPC.plg src/Readme.txt src/Release/ src/spIPCComm.cpp src/StdAfx.cpp src/StdAfx.h 网络通信开发包手册.doc