搜索资源列表
book.rar
- 基于IOCP的c/s模式的图书管理系统 里面有ado连数据库以及数据库连接池的实现,zxz
IOCP-SRC
- IOCP实现,高并发的Socket编程,可用于网络通讯程序的后台实现-IOCP achieve high concurrency Socket programming, network communication can be used for the background process to achieve
IoCPCilent
- 这是我做的一个iocp服务器的客户端测试程序,用的是事件选择的重叠端口模型,希望能对大家有帮助-This is my server to do a iocp client testing procedures are used in case of overlap select port model, there is the hope that it can assist U.S.
Chat
- vc写的聊天室系统,iocp架构,功能比较完整,大家可以参考一下-vc system written in chat rooms, iocp the structure, function relatively complete, we can refer to
IOCP_ExamSys
- 基于IOCP的C/S架构的考试系统,客户端实现全屏显示(屏蔽所有热键,任务栏,任务管理器等); -Based on IOCP' s C/S architecture test system, the client to achieve full-screen display (block all hotkeys, taskbar, task manager, etc.)
libevent-1.4.4-iocp-3
- libevent 网络服务开发包,用于开发C/S架构小型服务。-libevent Web services development package for the development of C/S structure of small services.
styleman_iocp
- iocp_test 演示了styleman_iocp的使用方法. netclienttest 使用styleman_network的客户端来连接上面iocp_test服务端. 经测试,iocp引擎可达到1000 tcp网络连接.并发每秒1KB/S的收发速度.-iocp_test demonstrates styleman_iocp to use. netclienttest use styleman_network client to connect to the serve
10
- c / s 结构通讯源码 完成端口 IOCP 好用 带数据库的-c/s structure IOCP port communications easy with complete source database
IOCP
- IOCP 框架 C/S模式开发 易于拓展 功能完善-IOCP framework for C/S model developed easy-to expand the functional
JsqLogin
- 一款C/S软件的登录服务器,采用IOCP模型,自定义的包头用以解决粘包问题,心跳包实现用户的状态监测,C++结合Oracle数据库,实现用户信息的查询返。-A C/S software login server, using the IOCP model, custom of Baotou is used to solve the sticky package, heartbeat packet users realize condition monitoring, C++ with Oracl
iocp
- Sock完成端口模型,包括客户端和服务器端 很好的学习例子-Sock IOCP Model, including client and server. It s very good for studying SOCK IOCP.
IocpClient
- IOCP 客户端 if(ERR_SUCCESS != client.Connect("localhost", 3292)) { printf("连接失败 \n") } while(1) { scanf(" s", szBuffer) client.Send(szBuffer,strlen(szBuffer)+1) //client.Receive(szBuffer, 512) //printf("
xin-iocp
- socket c/s 网络通信 iocp 含有完成端口的服务器和客户端 是学习完成端口的好材料-socket c/s network communications