搜索资源列表
FileBillParsor
- 在文件系统中,FileBillParsor利用重叠IO,分块、分行处理数据-in the file system, using overlapping FileBillParsor IO, block, the branch data processing
重叠IO实现的大文件读写
- 读写大容量文件时比较有用的-read and write large files more useful when
OverlappedServer
- window socket网络编程的重叠IO模型的例子
WinComm
- 实现高性能网络服务器的类,使用重叠IO实现监听服务,完成端口实现数据收发.
ClientEngine
- 重叠IO 写的客户机网络引擎, 并且封装好了,可以直接使用,
串口通讯类
- 简单实用的串口通讯类,实现重叠IO下的异步串口读写
OverlappedIO
- 重叠IO,完成例程网络模型,MFC适用于初学者-Overlapping IO, the completion of routine network model, MFC for beginners
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
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 overlapped IO operation can be improv
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.
Overlapped-IO
- IO 操作有太多讲究了,Overlapped IO重叠IO可以让你要求操作系统为你传送数据,并且再传送完毕时通知你, 它使你的程序在IO进行过程中仍然能够继续处理事务。 -IO operations have too much stress the Overlapped IO overlapped IO can let you ask the operating system for you to transfer the data, and then notify you once t
Overlapped--IO
- 本示例是VC网络编程模型示例 - 重叠IO模型,很有参考价值,欢迎下载-This example is a VC network programming model examples- overlapped IO model is of great reference value, welcome to download
NET-io-Mode
- 重叠IO 完成端口 非常好的例子 希望大家多多学习-Overlapped I/o completion port is very good example Hope you learn a lot
fileTransmitServer
- 这是文件传输系统的一个服务器端,并且使用了重叠IO,实现了用户的上传与下载(This is a server-side file transfer system, and the use of overlapping IO, to achieve the user's upload and download)