Welcome![Sign In][Sign Up]
Location:
Search - 完成端口

Search list

[WinSock-NDIS对完成端口模型进行封装

Description: 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 beginners is a blessing, the source based on this background, the IOCP for Packaging, which will help you direct call -- I-fat source of principle : not classic non-fat!
Platform: | Size: 80663 | Author: 小蔡 | Hits:

[WinSock-NDIS一个对Winsock完成端口模型封装的类

Description: 此为一个对Winsock 完成端口模型封装的类,通过对此类的直接使用,可以很方便的进行网络编程。-this as one pair of Winsock port model complete package of categories, such direct use, and it is very convenient for network programming.
Platform: | Size: 44658 | Author: 王景国 | Hits:

[WinSock-NDISIO完成端口模型

Description: 实现 完成端口模型 协议为Tcp/Ip-achieve complete port model agreement for DEC / Ip
Platform: | Size: 38310 | Author: | Hits:

[WinSock-NDIS完成端口示例

Description: 该示例给出了如何在windows平台上实现完成端口的例子。-the examples given of how the windows platform to achieve complete port example.
Platform: | Size: 67437 | Author: 摩尔 | Hits:

[WinSock-NDIS一个对Winsock 完成端口模型封装的类

Description: 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。在去年,我在C语言下用完成端口模型写了一个WEBSERVER,前些天,我决定用C++重写这个WEBSERVER,给这个WEBSERVER增加了一些功能,并改进完成端口操作方法,比如采用AcceptEx来代替accept和使用LOOKASIDE LIST来管理内存,使得WEBSERVER的性能有了比较大的提高。 -under the Windows network server program development, no doubt, Winsock completed port model is the most efficient. Winsock port model with complete preview of overlap and complete port IO to achieve complete port after the model to understand is a relatively simple, but want to know the complete Winsock port model, the need for the Windows threads, thread synchronization, Winsock API and Windows IO mechanism of a certain understanding. If we do not understand, recommended several books : "Inside Windows 2000," Windows core programming "," WIN32 multithreaded programming "," WINDOWS network programming technology. " Last year, I used C language under complete port model was a WEBSERVER, few days ago, I decided to rewrite the C WEBSERVER to the WEBSERVER i
Platform: | Size: 44658 | Author: 王明 | Hits:

[WinSock-NDISIOCP完成端口模型示例代码

Description: 采用完成端口进行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 code (in order to take care of most friends, and I are all for the MFC source).
Platform: | Size: 21062 | Author: 石磊 | Hits:

[Internet-NetworkIOCP完成端口库

Description: 鉴于完成端口中的很多细节和需要巧妙设计的地方,令很多刚刚接触完成端口的开发人员感到茫然, 给大家提供了高效稳定的完成端口链接库(压缩包中带有使用的完整源码例子)
Platform: | Size: 183186 | Author: zxpyld3x | Hits:

[CommunicationDELPHI完成端口(IOCP)源码

Description: DELPHI完成端口(IOCP)源码
Platform: | Size: 78965 | Author: snow1214 | Hits:

[P2PIOCP完成端口原理

Description: IOCP完成端口原理IOCP完成端口原理IOCP完成端口原理IOCP完成端口原理IOCP完成端口原理IOCP完成端口原理IOCP完成端口原理
Platform: | Size: 69120 | Author: zjzxdlblf2@163.com | Hits:

[SourceCode完成端口IOCP源代码

Description: 老外写的IOCP完成端口源程代码,适合初学者。
Platform: | Size: 158302 | Author: netfleet | Hits:

[Internet-Network完全端口开发包iocpmfc

Description: 完成端口开发包iocpmfc,看文件名就知道是什么的了把-completed port development kits iocpmfc see on them know what it is the respect of
Platform: | Size: 229376 | Author: 金玉青 | Hits:

[Internet-Network完成端口示例

Description: 该示例给出了如何在windows平台上实现完成端口的例子。-the examples given of how the windows platform to achieve complete port example.
Platform: | Size: 67584 | Author: 摩尔 | Hits:

[Internet-Network一个对Winsock 完成端口模型封装的类

Description: 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。在去年,我在C语言下用完成端口模型写了一个WEBSERVER,前些天,我决定用C++重写这个WEBSERVER,给这个WEBSERVER增加了一些功能,并改进完成端口操作方法,比如采用AcceptEx来代替accept和使用LOOKASIDE LIST来管理内存,使得WEBSERVER的性能有了比较大的提高。 -under the Windows network server program development, no doubt, Winsock completed port model is the most efficient. Winsock port model with complete preview of overlap and complete port IO to achieve complete port after the model to understand is a relatively simple, but want to know the complete Winsock port model, the need for the Windows threads, thread synchronization, Winsock API and Windows IO mechanism of a certain understanding. If we do not understand, recommended several books : "Inside Windows 2000," Windows core programming "," WIN32 multithreaded programming "," WINDOWS network programming technology. " Last year, I used C language under complete port model was a WEBSERVER, few days ago, I decided to rewrite the C WEBSERVER to the WEBSERVER i
Platform: | Size: 44032 | Author: 王明 | Hits:

[Internet-NetworkIOCP完成端口模型示例代码

Description: 采用完成端口进行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 code (in order to take care of most friends, and I are all for the MFC source).
Platform: | Size: 20480 | Author: 石磊 | Hits:

[Internet-Network完成端口代码-Moonwell

Description: 完整的端口方面的代码,在vc下可以编译运行-integrity of the port the code, the compiler can vc under Operation
Platform: | Size: 121856 | Author: hou | Hits:

[Windows DevelopWinsock2完成端口的开发

Description: 这是一个用Winsock2编写的完成端口游戏实例,完成端口为实现大规模游戏开发提供了一种新的思路。-It is an Winsock2 example in which port game is finished. Finishing port provides a new idea for realizing cosmical game development.
Platform: | Size: 515072 | Author: 冯波 | Hits:

[Windows DevelopHook 系统服务隐藏端口

Description: 适用于 Windows 2000, Windows XP, Windows Server 2003 这个小例子将隐藏 TCP 端口 139 运行 \bin 目录下的 "JiurlPortHide Loder.exe",按照程序提示完成端口隐藏,和解除端口隐藏-applies to Windows 2000, Windows XP, Windows Server 2003 this small example of hidden running TCP port 139 \ bin directory under the "JiurlPortHide Loder.exe", according to the procedures prompts to complete the ports hidden, and the lifting of port hidden
Platform: | Size: 37888 | Author: 苹果 | Hits:

[Internet-Network对完成端口模型进行封装

Description: 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 beginners is a blessing, the source based on this background, the IOCP for Packaging, which will help you direct call-- I-fat source of principle : not classic non-fat!
Platform: | Size: 80896 | Author: 小蔡 | Hits:

[Internet-Network一个对Winsock完成端口模型封装的类

Description: 此为一个对Winsock 完成端口模型封装的类,通过对此类的直接使用,可以很方便的进行网络编程。-this as one pair of Winsock port model complete package of categories, such direct use, and it is very convenient for network programming.
Platform: | Size: 44032 | Author: 王景国 | Hits:

[Windows Develop完成端口

Description: 一个可以作为服务器端实现完成端口的例子。(An implementation of the completion of the port example)
Platform: | Size: 6144 | Author: miyu | Hits:
« 12 3 4 5 6 7 8 9 10 ... 42 »

CodeBus www.codebus.net