Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - IOCP
Search - IOCP - List
Input Output Completion Ports 是一种高效处理服务器程序的技术,可用于多cPU系统-Input Output Completion Ports is a highly efficient processing server process technology can be used more cPU system
Date : 2008-10-13 Size : 64.49kb User : 杜渔

linux windows 下iocp的一个不错的例子-linux windows under iocp a good example
Date : 2025-12-24 Size : 9.57mb User : dd

DL : 0
源码使用了高级的完成端口(IOCP)技术,该技术可以有效地服务于多客户端。代码封装了IOCP并提供了一个简单的echo版本的可以传输文件的客户端/服务器程序-Source used to complete the advanced port [IOCP] technology, which can effectively serve many clients. IOCP code encapsulates and provides a simple version of the echo can transfer files of client/server program
Date : 2025-12-24 Size : 146kb User : mosquito

源代码使用比较高级的IOCP技术,它能够有效的为多个客户端服务,利用IOCP编程API,它也提供了一些实际问题的解决办法,并且提供了一个简单聊天的客户端/服务器-Comparison of the source code to use advanced IOCP technology which can effective services for multiple clients, the use of IOCP programming API, it also offers some practical solutions to the problems and provides a simple chat client/server
Date : 2025-12-24 Size : 501kb User : 王小明

DL : 0
收集的一些iocp端口编程学习的例程 希望能对大家有用-some sample code about iocp programing,maybe helpful to you
Date : 2025-12-24 Size : 623kb User : yl

1.使用完成端口复制大文件,速度非常快 2.维护了一个内存池,最大限度的提高复制速度。 3.支持整个目录的复制。-1.Copy huge file using IOCP. 2.Maintain a memory pool to improve the speed. 3.Support directory copy
Date : 2025-12-24 Size : 5.64mb User : yuancong

使用VC++开发的安全聊天程序,采用MD5和RSA加密算法,使用IOCP技术-use development of the VC Chat safety procedures, using MD5 and RSA encryption algorithm, the use of IOCP technology,
Date : 2025-12-24 Size : 410kb User : 有才

一款非常强大的iocp应用系统,包括服务端和客户端-A very powerful iocp applications, including server and client
Date : 2025-12-24 Size : 156kb User : 乐天下

初学IOCP(windows完成端口)编程时,遇到很多问题和挫折,也在网上找过很多他人的代码,但是这些代码要么不稳定,要么难以使用,所以决定自己动手。在N次查阅MSDN有关章节,几度大改源代码,以及无数次的调试之后,终于有了目前这个比较稳定高效的的IOCP代码,我将其封装成了Delphi控件,所以也是比较方便使用的。现在我将这些代码全部毫无保留的贴出来,希望能够对某些正在0学习IOCP编程的朋友有所帮助。我的代码很少注释,但是风格自认为比较好,读起来应该不会费力。 -Beginners IOCP (windows complete the port) programming encountered many problems and setbacks, but also many other people online to find the code, but these codes are either unstable or difficult to use, so I decided to do it myself. Search MSDN N times in the relevant sections, with several major changes in the source code, as well as numerous debugging, finally with the current stable and efficient in the IOCP code, I will become a Delphi control of their package, so is relatively easy to use . Now all the code I posted without reservation, hoping to learn some are 0 friends IOCP programming help. My code is very little comment, but style themselves as better, should not be read effortlessly.
Date : 2025-12-24 Size : 531kb User : hare4318

一个使用IOCP的例子,是一个异步I/O的API,它可以高效地将I/O事件通知给应用程序。与使用select()或是其它异步方法不同。-this is a damo for IOCP.
Date : 2025-12-24 Size : 29kb User : lionet

iocp 完成端口的实现demo iocp 完成端口的实现demo-iocp 完成端口的实现demo
Date : 2025-12-24 Size : 160kb User : 呆呆

DL : 0
与Delphi爱好者分享一个IOCP的代码实现演示源码,看了网上的例子做的一个Demo,common 目录为IOCP的代码,根目录下的是Demo代码。-Delphi lovers sharing a IOCP demo source code, read online examples do a Demo in common directory IOCP code, the root directory of the Demo code.
Date : 2025-12-24 Size : 61kb User : 姚娴

该代码使用bcb编写,但是复用模块都是用标准的api,windows下其它编程工具可复用。 该代码封装了使用iocp实现文件读取,并按照服务程序标准在高频率调用的函数都不使用 动态开辟内存,且非堵塞式事件回调,应该还算是比较高效。仅实现了读部分没有实现写 部分,但是要加入写部分,可参考读很容易的。 这种iocp读写文件的方法相对一般网上找到的标准读写文件代码会新奇一点,算不上什么精品,但也应该不算是垃圾,仅供初中级程序员参考交流,切勿抱过大期望。由于本人已经没有多少万恶的下载积分,所以发布出来,仅供学习,如若不合切勿拍砖。 - 该代码使用bcb编写,但是复用模块都是用标准的api,windows下其它编程工具可复用。 该代码封装了使用iocp实现文件读取,并按照服务程序标准在高频率调用的函数都不使用 动态开辟内存,且非堵塞式事件回调,应该还算是比较高效。仅实现了读部分没有实现写 部分,但是要加入写部分,可参考读很容易的。 这种iocp读写文件的方法相对一般网上找到的标准读写文件代码会新奇一点,算不上什么精品,但也应该不算是垃圾,仅供初中级程序员参考交流,切勿抱过大期望。由于本人已经没有多少万恶的下载积分,所以发布出来,仅供学习,如若不合切勿拍砖。
Date : 2025-12-24 Size : 1.58mb User : hyonex

DL : 0
这是一个我经过多次寻找验证,保证不丢数据的socket IOCP的程序()
Date : 2025-12-24 Size : 15kb User : apd%2525252D042963
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.