搜索资源列表
20070426
- 基于完成端口的TCP网络通信框架实现 工程iocp中包含了框架实现的所有代码,工程server和client是对该框架的简单测试 和应用。框架实现了基于消息的TCP网络通信,(避免了TCP的数据“粘连”问题)并进 行了封装,封装后的界面iocpapi.h非常简洁,应用程序代码只需要简单包含 iocpapi.h,就可以实现自己的网络应用.具体例子可以参考server和client代码提供 的两个类分别用于服务器端和客户端(一般来说客户端不用管理大量连接,所以有点 杀鸡用牛刀
QQicmp
- 一个完成端口的例子,用于实现TCP或UDP代理网络通信的框架。
using IOCP
- 一个老外写的完成端口(iocp)的使用例子-a foreigner was the completion of port (It) used examples
IOCP完成端口库
- 鉴于完成端口中的很多细节和需要巧妙设计的地方,令很多刚刚接触完成端口的开发人员感到茫然, 给大家提供了高效稳定的完成端口链接库(压缩包中带有使用的完整源码例子)
iocp.rar
- 完成端口的一个例子,实现了心跳。 一个初学者最好的工具,An example of the completion of the port to achieve a heart rate
qk_iocp_lib
- IOCP 完成端口库 鉴于完成端口中的很多细节和需要巧妙设计的地方,令很多刚刚接触完成端口的开发人员感到茫然,在此 ChinaIM.Net 给大家提供了高效稳定的完成端口链接库(压缩包中带有使用的完整源码例子)-IOCP completion port to complete the port in the library view of the many details and needs of the clever design of the place, many new to the
IOCP
- 一个完成端口例子,包含客户端和服务器,c++.-a simple iocp code, contain client and server.
finishIoComplete
- 完成端口的简单例子。自己写的,很好,很强大。-Completion port simple example. Wrote it myself, very good, very powerful.
iocp
- windows 完成端口的例子,比较详细,做asyncIO的可以参考.-Examples of completed windows port, more detailed, so can refer to the asyncIO.
port
- 一个完成端口的例子,是windows的五种i/o模型中的一种,好像是异步吧-A complete port example is the windows of the five i/o model a, as if it is asynchronous
IO
- 一个很好的I/O完成端口例子,I/O完成端口在建立伸缩性,异步I/O请求特别方便,本例子很适合网络编程的初学者.-A good I/O completion port example, I/O completion port in the establishment of scalability, asynchronous I/O request for the special convenience, the example of network programming is suitable
cvery_1501589
- 在Windows系统里,使用完成端口是高性能的方法之一,比如把完成端口使用到线程池和网络服务器里。 此为一个挺好的用C++的完成端口例子-In the Windows system, use the completion port is one of the ways high-performance, such as the completion of the port to the thread pool and use the web server in. This is a very
IOCP_CLIENT_SERVER
- 完成端口的例子,Client+Server,适合新手学习-Examples of the completion of the port, Client+ Server, suitable for novice to learn
MFC_IOCP_TEST
- 一个很好的完成端口的例子,结合了MFC。适合很多人学习难掌握的IOCP-A good example of the completion of the port, combined with the MFC. Suitable for many people to study hard to master the IOCP
CompletionPortSever
- 网络编程,完成端口的例子,在学网络编程的朋友可以下载下来-Network programming, the completion of the port example, in the school network programming to see if a friend can be downloaded off
cpio
- 一个简单的完成端口的例子,适合入门者学习-A simple example of the completion of the port, suitable for beginners to learn
IOCPDemo
- 一个可供参考的网络IO完成端口通信例子,可供初学者借鉴-This is an networking I\O complete port demo for reference
IOCP
- 完成端口的例子,在网络编程中很有用的。有封装好的,有基本函数使用的,对从学习网络编程一定有用。-Examples of the completion port, in network programming very useful. Are packaged, for use with basic functions, network programming from the study must be useful.
iocptest
- iocp完成端口服务器与客户端通信测试好例子学习通信好例子服务器与客户端通信-iocp server and client
BaseIOCP
- 比较好的完成端口例子,非常适合初学者和高端开发者,不过我是看不太明白,算是复杂吧。-Examples of good completion port, ideal for beginners and high-end developers, but I do not quite understand, be it complicated.