搜索资源列表
iocp小牛远程控制源代码
- =================功能介绍=================1、核心的屏传算法,在保持较高的刷新率的情况下,占用的CPU是最低的,领先国内已知的远控屏传算法!2、控制端使用了IOCP技术,轻松响应大规模的网络连接,可以同时控制上万台的主机!3、服务端使用纯SDK编写,生成的文件小,同时使用了事件选择的网络模型,实现了最优化的网络传输,是window平台网络传输模式中最优的网络模型!4、使用MPEG4的编码方式进行视频截取,达到了QQ的视频聊天的图象效果,可以自由安装MPEG4编码
windows 5大io网络模型
- iocp select wsaselect。。 五大网络io模型 附源代码
windowsSock-IOCP.rar
- windows网络模型之IOCP 实现的考试系统 可以连接大量套接字 需要配置数据源,用的access数据库,windows network model of the examination system to achieve IOCP can connect a large number of socket need to configure the data source, access the database used
IocpServer
- 使用性能最好的iocp模型进行网络通信,可作为网络服务器程序的蓝本。-use the advanced model iocp to write net communiction, which can be refrenced as game server.
ClientIOCP
- 一个IOCP网络通信模型例子,可供学习和扩展。-IOCP model an example of network communication for learning and expanding.
TestIOCP
- 一个简单的IOCP网络模型,VC6编译通过-A simple IOCP network model, VC6 compiled by
NetServerLib_IOCP
- 根据多年来网络编程经验写的vc iocp模型代码-Over the years, experience in network programming model for code written in vc iocp
GameServer
- 一个游戏服务器的框架源码,网络通讯使用IOCP模型-This is source code of an game server frame,which use IOCP model in networking communication.
IOCP
- 传说中的io完成端口,具有性能高的特点,是windows中性能最好的网络通信模型,这个是iocp的类-Legend of the io completion ports with high performance characteristics of the windows in the best performance of the network communication model, this is iocp class. . . . . . . . . . . . . . . . .
iCampusNetSchool
- iCampus网络互动校园,基于IOCP完成端口的实现。建立一个C/S模型的交流互动平台,包括即时聊天,问答系统,作业系统,文件共享系统,视频会议系统等-iCampus network interaction on campus, based on IOCP completion port implementation. The establishment of a C/S model of interaction platforms, including real-time chat, Q &
squirrel_3.0_beta1.tar
- 一个简单的windows iocp网络模型-A simple network model of windows iocp
mynetengine2
- MyNetEngine是本人为自己的mmorpg写的网络引擎,有服务端和客户端.服务端采用iocp.方便,小巧.对付一般几百连接通讯应该没问题.客户端采用阻塞socket模型.即能满足一般客户端的通讯需求.本服务端和客户端是配套使用的.内部封装了通讯协议.可保证数据包完整性.避免了tcp的沾包问题. 可能本引擎还有很多不成熟之处.欢迎大家的指教批评.本人将不断更新,优化. -MyNetEngine is my writing for his own mmorpg networking e
Server
- windows网络编程的工程文件和源代码,主要讲iocp模型的用法,实现一个管理系统。-windows network programming project file and source code, mainly about the use of iocp model, implement a management system.
ChatRoom
- 用五个网络模型Select、WSAAsynvSelect、WSAEventSelect、IO、IOCP分别实现聊天室功能-Network model with five Select, WSAAsynvSelect, WSAEventSelect, IO, IOCP chat room functions, respectively, to achieve
iocp
- winsock 网络程序 完成端口 模型 代码 详解-the winsock Network program completion port model code Detailed
IOCP
- 完成端口 网络模型 实现 程序 老外写的很好的一个程序-Complete IO Complete IO
IOCP-SRC
- 网络模型IOCP的一个DEMO,可以有效的帮助你熟悉IOCP原理,掌握IOCP的使用方法-A network model IOCP DEMO, the help you are familiar with the IOCP principle, to master the use of IOCP
IOCP
- 完成端口应用代码。快速安全相应网络的连接 IOCP完成端口是Windows下性能最好的I/O模型,同时它也是最复杂的内核对象。它避免了大量用户并发时原有模型采用的方式,极大的提高了程序的并行处理能力-IO CompletePort
iFTP-beta
- 一个使用VC6编写的简单FTP服务器,使用了IOCP网络模型和内存文件映射-`iFTP beta` is a simple ftp server.
IOCP
- windows平台下的一种高效的网络编程模型实例(An efficient example of network programming model based on Windows platform)