搜索资源列表
对完成端口模型进行封装
- VC建高性能服务器,用完成端口模型是最高效的,而完成端口比较难理解,因此对它进行封装对初学者来说是个福音,本源码基于此背景,对IOCP进行封装,利于大家直接调用--本人发源码的原则是:不经典不发!-VC build high-performance servers, complete with port model is the most efficient, and more difficult to understand completed port, it is packaged for
一个对Winsock完成端口模型封装的类
- 此为一个对Winsock 完成端口模型封装的类,通过对此类的直接使用,可以很方便的进行网络编程。-this as one pair of Winsock port model complete package of categories, such direct use, and it is very convenient for network programming.
IO完成端口模型
- 实现 完成端口模型 协议为Tcp/Ip-achieve complete port model agreement for DEC / Ip
完成端口类源码
- 超级无敌完成端口类
完成端口示例
- 该示例给出了如何在windows平台上实现完成端口的例子。-the examples given of how the windows platform to achieve complete port example.
一个对Winsock 完成端口模型封装的类
- 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。
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
Winsock2完成端口的开发
- 这是一个用Winsock2编写的完成端口游戏实例,完成端口为实现大规模游戏开发提供了一种新的思路。-It is an Winsock2 example in which port game is finished. Finishing port provides a new idea for realizing cosmical game development.
易语言完成端口客户端
- 利用纯API打造易语言 完成端口连接
IOCP完成端口库
- 鉴于完成端口中的很多细节和需要巧妙设计的地方,令很多刚刚接触完成端口的开发人员感到茫然, 给大家提供了高效稳定的完成端口链接库(压缩包中带有使用的完整源码例子)
IOCP完成端口
- IOCP完成端口,支持海量并发连接。
IOCP完成端口原理
- IOCP完成端口原理IOCP完成端口原理IOCP完成端口原理IOCP完成端口原理IOCP完成端口原理IOCP完成端口原理IOCP完成端口原理
端口扫描器源代码
- 这是一个单线程的对指定ip进行端口扫描的源程序,完成了基本功能。
完成端口IOCP源代码
- 老外写的IOCP完成端口源程代码,适合初学者。
lssIocp.完成端口
- 完成端口,本人一直用的,已经很稳定了,在客户端超过1000的时候,完成端口最有效的,希望大家能喜欢,The completion of the port, I have been using has been very stable, and the client more than 1000, when the completion of the port the most effective, and we hope we can enjoy
iocpserver.rar
- 完成端口写成的高性能可伸缩性服务器,可同时处理多个客户端的连接。改正了以前代码的一些bug。,Completion port written in high-performance scalable servers, can simultaneously handle multiple client connections. To correct some of the previous code bug.
iocp.rar
- 完成端口实例并配有文字解说。是一个相当不错的源码。本人整理,Examples of completion port with a language guide. Is a very good source. I collate
IOCP.rar
- IOCP完成端口与高性能服务器程序开发 主程序: 1.监听一个端口 2.等待连接 3.当有连接来时 4.启一个线程对这个客户端进行处理 5.回到2 服务线程: 1.读客户端请求 2.如果客户端不再有请求,执行6 3.处理请求 4.返回操作结果 5.回到1 6.退出线程 ,IOCP完成端口与高性能服务器程序开发 主程序: 1.监听一个端口 2.等待连接 3.当有连接来时 4.启一个线程对这个客户端进行处理 5.回到2 服务线程: 1.读客户端请求
delphi7下的完成端口应用
- delphi7下的完成端口应用,完成端口应用。,port under Delphi7 completed application, completed application port.
完成端口
- 一个可以作为服务器端实现完成端口的例子。(An implementation of the completion of the port example)