搜索资源列表
IocpServerTest
- 一个封装好的IOCP模型,采用完成端口进行sockets操作,有测试代码-a good IOCP model, complete sockets for port operation, testing code
IocpClientTest
- 封装好的IOCP客户端,采用完成端口进行sockets操作,有测试代码-Packaging good IOCP clients, using sockets for complete port operation, testing code
IOCP_using_WinSock
- 用winsock实现IOCP(完成端口)的演示.使用非常简单的代码,让读者更容易理解IOCP的使用-with winsock achieve IOCP (complete port) demonstration. Using very simple code to allow readers to more easily understand the use of IOCP
IconLBDemo
- IOCP代码,以前在其他地方看到的 。特拿来与大家分享
IOCP
- 在网上搜索到的很早的大宝兄的代码,写的还是满不错的,多采用List实现。希望对大家开发有所帮助。
9927441net_Iocp_src
- IOCP模型代码所有封装好的VC原代码 有一定的学习研究作用 大家可以下载来
138548usingIOCP
- 另一个IOCP的代码所有封装好的VC原代码 有一定的学习研究作用 大家可以下载来
NetWorks0.1
- 最近两年出版的一本网络编程书籍的源码,其中很多代码非常有用,包括IOCP、P2P等,强烈推荐,也是不错的Visual C++的学习代码。
IOCP完成端口模型示例代码
- 采用完成端口进行sockets操作。 由浅入深的解释、详细的分析、以及编码步骤,另外附上带有详细注释的源码(为了照顾大多数朋友,我提供的都是MFC的源码)。-completed using sockets for port operations. Elementary explanation, detailed analysis, and coding steps, the other with detailed explanatory note attached to the source c
winsocket_IOCP
- 一个非常好的通过IOCP实现多客户端跟服务器端快速通讯的原代码,包括客户端和服务器端的实现通讯的例子源码,对大家或许很有帮助
iocpserver.src.tar
- 基于IOCP的并发服务器实例代码,使用IOCP完成端口实现高度并发能力和吞吐量-Concurrent server based on IOCP example code, the use of IOCP completion of port capacity and throughput of a high degree of concurrency
module.asn1-2
- ASN.1编解码模块,经典代码,实现了ASN.1各种编码方式的BER,DER,PER,XER的编码解码,代码非常美妙,是C的经典-ASN.1 encoding and decoding modules, the classic code, and implements the various ASN.1 encoding of the BER, DER, PER, XER encoding decoding, the code is very wonderful, is the classic
IOCP_Server
- Iocp服务端编程代码,学习Iocp这可以-Iocp server-side programming code, this can look to learn Iocp
IOCP
- 一套完整的IoCompletePort代码示例-A complete code example IoCompletePort
65000-iocp-classes
- 文件里面是iocp完成端口的很多封装类,包含有c++的以及C#语言编写的代码-include about 65000 packaged class of iocp writed by C++ and C#
sonicnet-46225
- .net下iocp的一种框架代码-The net under iocp a framework code.
2CCPP_IOCP0
- 2008/11/15号最新版本,以封装类形式提供TCP IOCP功能,改进先前版本的不足,和BUG,增加UDP IOCP功能,增加了互斥访问的代码量,提高了运行稳定性;提供MFC扩展DLL(带lib和.h文件) -2008/11/15 latest version of the form of a wrapper class to provide TCP IOCP function improved the deficiencies of the previous version, and
IOCPServer-DelphiDemo
- Delphi版本的IOCP完成端口变成代码及测试代码-Delphi version of IOCP completion port into the code and test code
IOCP
- 完成端口应用代码。快速安全相应网络的连接 IOCP完成端口是Windows下性能最好的I/O模型,同时它也是最复杂的内核对象。它避免了大量用户并发时原有模型采用的方式,极大的提高了程序的并行处理能力-IO CompletePort
IOCPServer
- IOCP模型测试代码,服务器端能主动断开连接。-IOCP model test code, the server can take the initiative to disconnect