搜索资源列表
port-complete-mode
- 利用完成端口模型编写的服务器端,具有很强的参考价值。值得推荐。-completed using port model prepared by the server, and has a strong reference value. Recommendable.
CSExamSystem
- 一个比较健全成熟的CS结构的考试系统,界面是Win32画出的,网络原理是完成端口模型-a more mature sound structure of the CS exam system, the interface is the head of Win32, network theory is a complete port model
manypeoplechat
- 支持多人同时聊天,支持私聊,支持真实IP用户间传送文件,服务器端采用完成端口模型完成,客户端采用WSAAynscSelect模型,底层采用xml对传输协议进行了包装 !
manypeopleallchat
- 支持多人同时聊天,支持私聊,支持真实IP用户间传送文件,服务器端采用完成端口模型完成,客户端采用WSAAynscSelect模型,底层采用xml对传输协议进行了包装 !
200521511281267
- 支持多人同时聊天,支持私聊,支持真实IP用户间传送文件,服务器端采用完成端口模型完成,客户端采用WSAAynscSelect模型,底层采用xml对传输协议进行了包装 !-support people while chatting, Private Chat support, the support of true IP transmission of documents between users, the server port used to complete the model, the
网络引擎
- 这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This a remarkably agreement Network engines, including two parts : a server used to complete port model
IOCPKaoshi
- 基于完成端口模型的学生考试系统,包括服务端和客户端以及ACCESS数据库的操作-Port model based on students who complete the examination system, including server and client, and the operation of ACCESS database
IOCP
- 封装了Socket(完成端口框架模型)IOCP相关操作的类,可方便继承以便开发自己的服务及客户端-this is a Pragram about Socket(IOCP),you can use it or make it in your own Programs
WinsockIOModel
- 一个对Winsock完成端口模型封装的类-Winsock CompletionPort
Chat
- 支持多人同时聊天,支持私聊,支持真实IP用户间传送文件,服务器端采用完成端口模型完成,客户端采用WSAAynscSelect模型,底层采用xml对传输协议进行了包装 !-Supporting people to chat at the same time, support私聊support the real IP transmission of documents between users, the use of server-side finish finish port model, th
completeport
- 利用完成端口的模型进行通信 对完成端口进行封装,server和client可自行添加代码-Use the model to complete port to communicate
CIOCPModel
- 利用完成端口模型开发计算机文化基础课考试系统。该软件由服务器和客户端两部分组成,服务器端采用多线程设计,主线程启动后,创建一个接受客户端请求线程和CPU数量2倍的服务线程,采用套接字的完成端口模型对服务器的I/O操作进行管理,利用套接字WSAEventSelect模型实现对接受客户端请求进行管理。客户端包括连接服务器并接受试卷,接着初始化试卷,答卷 ,交卷部分。-Completion port model development using a computer basic courses of
game_frame
- 网络版游戏框架:1.服务器端,网络IO模型使用完成端口,具体实现是使用自行封装的CIOCP类,此类对完成端口的线程和对各种网络事件的处理进行了封装。封包的封装使用CPacket对封包进行打包和解包。2.客户端,使用异步选择事件模型,Socket使用自己封装的CMySocket进行方便的异步绑定。-Online Game Framework: 1. Server-side, the network model for the use of IO completion ports, concrete
IOCP
- Windows下完成端口模型的C语言代码。-Windows, completion port model C-language code.
Chat
- 1、 提供多人连接到服务器同时聊天 2、 用户名可重复 3、 用户之间可以私聊 4、 用户进入和离开聊天室时,其他用户得到通知 服务器采用完成端口模型。-1, providing more than 2 to connect to the server at the same time chat, user names can be repeated 3, users can whisper 4, users enter and leave the chat room, othe
ServerIOCP
- 简单的IOCP 即完成端口模型的例子,帮您学会这个大名鼎鼎的模型-I/O complete port
exam
- 一个考试系统程序,以Windows Sockets完成端口模型实现-Procedures for the examination system to Windows Sockets implementation completion port model
Socket_IOCP_Model
- 基于VC++编写的socket 完成端口模型-Written in VC++ based on the completion port socket model
MyWebSERVER
- 应用Winsock接口函数实现了基本的WWW服务器功能,整个系统基于完成端口模型、多线程、多用户,可以作为大型网页系统的WEB页面发布模型使用-Winsock application interface functions to achieve the basic function of WWW server, the whole system is based on the completion port model, multi-threaded, multi-user, the syste
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.)