搜索资源列表
delphi iocp 类库
- 强大的使用delphi写的iocp类库, 支持线程池, TCP 和UDP 文件传输
IOCP完成端口
- IOCP完成端口,支持海量并发连接。
国外IOCP控件及示例程序
- 国外IOCP控件及示例程序,学习IOCP的朋友们可以好好学习一下,国外牛人写的IOCP的控件及其示例。
IOCP完成端口原理
- IOCP完成端口原理IOCP完成端口原理IOCP完成端口原理IOCP完成端口原理IOCP完成端口原理IOCP完成端口原理IOCP完成端口原理
IOCP 实现大数量传输
- IOCP win32 完成端口
iocp简单易用的教程
- 简单的介绍iocp的实现
Iocp socket Multithread
- Iocp Multithread socket
完成端口IOCP源代码
- 老外写的IOCP完成端口源程代码,适合初学者。
iocp
- IOCP(I/O Completion Port)Winsock例子-IOCP(I/O Completion Port)Winsock example
iocp
- 这是一个用完成端口(IO Completion port)写的echo server,运行iocp.exe后,在控制台使用 telnet 127.0.0.1 7 就可以连接上,然后你输入什么屏幕就显示什么。-This a complete port with (IO Completion port) was the echo server, running iocp.exe after the console using telnet
using IOCP
- 一个老外写的完成端口(iocp)的使用例子-a foreigner was the completion of port (It) used examples
IOCP-SRC
- 一个IOCP的示例,封装了IO完成端口的IO模型。可以用做学习参考,也可以直接使用其中封装的类。-a IOCP example, the complete package, IO port IO model. Learning can be used as reference, which can be used directly to the Packaging category.
IOCP-Demo
- IOCP源码,IOCP是一种端口复用技术,可以支持多个端口,增加客户端的数量-IOCP source, IOCP is a multiplexing port can support multiple ports, increase the number of client
IOCP
- iocp vc例子,自己是学DELPHI-iocp vc example, he is learning DELPHI
IOCP
- 一个IOCP程序的例子 一个IOCP程序的例子 共享一下。。 -IOCP example of a procedure example of a procedure IOCP about sharing. .
IOCP
- 一个IOCP的封装类。使用很简单,有使用说明,但是没有提供源码-IOCP a package type. The use of very simple, have for use, but did not provide source code
IOCP
- IOCP 的delphi 实现, 本人测试OK的.-IOCP of delphi realize, I test the OK.
IOCP
- 采用iocp完成端口编写的http服务器源码-Iocp port used to complete the preparation of the http server source code
iocp
- 一个封装好的iocp类,主要用于服务器端的开发-A good package iocp categories, mainly used in server-side development
IOCP
- 一个国外比较早的IOCP控件,但也可用在DELPHI7上