搜索资源列表
sf_200562516252
- 一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = ne
IOCPNet_Demo_threadpoolmode
- 标准的IOCP可重用类,可以轻松加入您的工程式,缩短开发流程。喜欢的朋友下哦。-Standard IOCP reusable class, you can easily add it to your project type, to shorten the development process. Oh, like a friend the next.
IOCPServer-class
- 一个简单的完成端口_服务端_客户端_类 适合IOCP新手-Completion port _ a simple client server _ _ class
65000-iocp-classes
- 文件里面是iocp完成端口的很多封装类,包含有c++的以及C#语言编写的代码-include about 65000 packaged class of iocp writed by C++ and C#
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
