搜索资源列表
串口通讯类
- 简单实用的串口通讯类,实现重叠IO下的异步串口读写
重叠IO实现的大文件读写
- 读写大容量文件时比较有用的-read and write large files more useful when
网络引擎
- 这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This a remarkably agreement Network engines, including two parts : a serv
Socket模块
- 一个利用重叠io 写的通讯模块,已经请过测试,已经经过测试-a communication module implemented with duplicate io, which has passed the testing
NetWorkTool
- 独立封装了TCP/UDP的Socket,采用Socket2.0,包括采用注册消息的方式和重叠IO方式,欢迎大家提意见-independent of TCP/UDP Socket used Socket2.0, including registration information and the overlap IO, we welcome comments
FileBillParsor
- 在文件系统中,FileBillParsor利用重叠IO,分块、分行处理数据-in the file system, using overlapping FileBillParsor IO, block, the branch data processing
OverlappedServer
- window socket网络编程的重叠IO模型的例子-window socket network programming overlap IO model examples
WinComm
- 实现高性能网络服务器的类,使用重叠IO实现监听服务,完成端口实现数据收发.
ClientEngine
- 重叠IO 写的客户机网络引擎, 并且封装好了,可以直接使用,-Overlapping IO write client network engines, and packaged well, can be directly used
web
- web服务器 使用重叠IO和事件对象,确保程序的健壮性-web server using overlapped IO objects and events to ensure that robust procedures
Server
- 使用vc6+winXP(sp2)实现的重叠IO模型的服务器端-Use vc6+ WinXP (sp2) to achieve the overlap of the server-side IO model
AnsyncTest
- 分别实现了socket编程的五种异步模式,包括完成端口、重叠IO-Realized for five asynchronous socket programming model, including the completion of the port, overlapping IO
IO
- 串行通信与重叠IO 简单教程,很详细,欢迎下载-Overlapped IO with a simple serial communication tutorial, very detailed, are welcome to download
OverlappedIO
- 重叠IO,完成例程网络模型,MFC适用于初学者-Overlapping IO, the completion of routine network model, MFC for beginners
IO-FILE-TEST
- 重叠IO模式实现的大文件读写,可以提高文件读写效率-IO FILE speed test
OverlappedIO_CompletionRoutine
- 基于完成例程的重叠IO模型,服务器端用个三个辅助线程来处理重叠IO操作,可通过增加线程来提高响应请求速度,此模型比基于事件通知伸缩性更好,服务器端用队列(选择队列更易于管理)存储了某个时间点的客户端socket,再用辅助线程处理-IO overlapped completion routines based model of the server with a three worker threads to handle overlap
dsss
- 一种基于局域网的udp组播技术与实现,利用重叠io,与多线程池的nat技术-Udp multicast based on LAN technology and implementation, the use of overlapped io, nat and multi-thread pool technology
overlapio
- 想研究模型之重叠io的朋友可以参考下,里面有详细的分析过程:)-Io overlap model to study friends can refer to the following, which has detailed analysis of the process:)
Overlapped-IO-model-based-server
- 基于重叠IO模型的服务器程序,可以同时支持上万的链接,性能直逼完成端口。-Overlapped IO model based server program, can support thousands of links, the performance almost equal to the completion port.
fileTransmitServer
- 这是文件传输系统的一个服务器端,并且使用了重叠IO,实现了用户的上传与下载(This is a server-side file transfer system, and the use of overlapping IO, to achieve the user's upload and download)