搜索资源列表
对完成端口模型进行封装
- VC建高性能服务器,用完成端口模型是最高效的,而完成端口比较难理解,因此对它进行封装对初学者来说是个福音,本源码基于此背景,对IOCP进行封装,利于大家直接调用--本人发源码的原则是:不经典不发!-VC build high-performance servers, complete with port model is the most efficient, and more difficult to understand compl
一个对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
一个对Winsock 完成端口模型封装的类
- 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《
s5server1
- 我用VC6写的一个SOCKS5代理服务器,内含源码,目前版本0.0....01,只实现了Connect模式而且还有问题,Bind和UDP未实现.全API,使用了WinSock2中的完成端口模型。长期目标是完全实现三种模式,作成NT系统服务(为了调试协议,现在采用的控制台模式).-I used to write a SOCKS5 proxy server, containing source, the current version 0.
IOComplete
- 使用IO完成端口模型的简单聊天服务器示例,客户端请在本站下载ChatClientNew.rar-use IO ports to complete a simple model Chat server example, the client requests the site download ChatClientNew.rar
不错的多人聊天程序
- 支持多人同时聊天,支持私聊,支持真实IP用户间传送文件,服务器端采用完成端口模型完成,客户端采用WSAAynscSelect模型,底层采用xml对传输协议进行了包装 ! -support people while chatting, Private Chat support, the support of true IP transmission of documents between users, the server port u
netjet
- 这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This a remarkably agreement Network engines, including two parts : a serv
一个对Winsock 完成端口模型封装的类
- 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《
IOCP完成端口模型示例代码
- 采用完成端口进行sockets操作。 由浅入深的解释、详细的分析、以及编码步骤,另外附上带有详细注释的源码(为了照顾大多数朋友,我提供的都是MFC的源码)。-completed using sockets for port operations. Elementary explanation, detailed analysis, and coding steps, the other with detailed explanatory
IOCompleteDemo
- 演示Winsock网络编程中的完成端口模型,有助初学者加深对该模型原理的理解。-Winsock demonstration of network programming model port completed, will help beginners to deepen the understanding of the principles model.
Udp_ICOP
- 从程序是完成端口的程序,且用了完成端口模型,是服务器端-from the procedure is completed port procedures, but with the completion port model, a server-side
ICOP
- VC建高性能服务器,用完成端口模型是最高效的,本源码针对初学者对完成端口模型原理不熟,多处都有注释,以便对完成端口模型有个彻底的理解,源码中还加入XML的读写,可谓完全,难得一见的活教程--本人发源码的原则是:不经典不发! -VC build high-performance servers, complete with port model is the most efficient, the source for complet
对完成端口模型进行封装
- VC建高性能服务器,用完成端口模型是最高效的,而完成端口比较难理解,因此对它进行封装对初学者来说是个福音,本源码基于此背景,对IOCP进行封装,利于大家直接调用--本人发源码的原则是:不经典不发!-VC build high-performance servers, complete with port model is the most efficient, and more difficult to understand compl
一个对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.
port-complete-mode
- 利用完成端口模型编写的服务器端,具有很强的参考价值。值得推荐。-completed using port model prepared by the server, and has a strong reference value. Recommendable.
networkjet
- 这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This is a network protocol Tcp engine, consists of two parts: a, th
IocpSocketSvr
- 一个完成端口模型的网络服务器引擎,包括通讯服务端和客户端 -Completion port model of a web server engine, including communication services and client
IO-Completion-Port-DLL
- vc通讯编程实例、完成端口模型、dll接口-vc communication programming examples, the completion port model, dll interfaces