搜索资源列表
IOcmplt.rar
- 使用IO完成端口异步通讯的VC源代码
jgweiqi
- 一个用完成端口的网络围棋,有判断死活,有聊天,可多人观棋。在VS.NET2003上编写,有一定的参考价值。-using IO completion port to make sure can connected more than 100 people in a time.
selectio
- 5大IO模型之一:select模型,介绍selectio的一般流程-five large IO model one : select models, introduced the general process compo
Overlapio
- 5大IO模型之二:overlap模型,介绍overlap网络io的一般流程。-five large IO model bis : overlap model, introduced overlap network io the general process.
IOCPmodule
- 5大IO模型之三:iocp模型,介绍iocp模型的一般编程流程。-five large IO model three : It model It introduced the general programming model process.
AsyncSelectmodule
- 5大IO模型之四:asyncselect模型,介绍asyncselect模型的一般编程流程。-five large IO model four : asyncselect model, the model introduced asyncselect general programming process.
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.
WinSockOP_Client
- 一个winsock客户端应用程序,数据IO采用多线程模型-a client application, data IO multi-threading model
WinSockOP_Server
- 阻塞模式的winsock操作,用多线程实现IO的服务端应用程序-pattern of obstruction protocols of operation, using multithreading IO server applications
IOcmplt1
- 使用IO完成端口异步通讯的VC源代码- 服务端程序 将客户端发来的信息发送回客户端-use IO completed port asynchronous communications source code VC-end services to the client process to the information sent back to Client
FTP-client-io
- 这是一个ftp下载的客户端,希望大家交流-This is a ftp download the client, we hope that the exchanges
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 127.0.0.1 7 can be connected t
IO完成端口模型
- 实现 完成端口模型 协议为Tcp/Ip-achieve complete port model agreement for DEC / Ip
OverlappedServer
- window socket网络编程的重叠IO模型的例子
IOCPDemo
- windows socket网络编程之io完成端口模型的例子
Callback
- io重叠中的完成实例模型,典型代码,ioCallBack源码
WinComm
- 实现高性能网络服务器的类,使用重叠IO实现监听服务,完成端口实现数据收发.
ClientEngine
- 重叠IO 写的客户机网络引擎, 并且封装好了,可以直接使用,
DiskIDa
- 本程序是用JNI技术实现的读取硬盘序列号 将ChenminDiskIDJoc.jar 加入环境变量 这两个文件放入window 文件夹 或者JDK的bin文件夹 或者你的应用文件夹 DiskID32.dll DiskID.dll public static String chenmin.io.DiskID.Factory() 返回硬盘厂家 public static String chenmin.io.DiskID.DiskID() 返回硬盘序列号
networkjet
- 这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。
