文件名称:networkjet
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 14kb
- 下载次数:
- 0次
- 提 供 者:
- 金*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个Tcp协议的网络引擎,包括两个部分:
a、服务器采用完成端口模型,提供了丰富的接口函数
b、客户端采用三线程加重叠Io模型,速度快,稳定
都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This is a network protocol Tcp engine, consists of two parts: a, the server using completion port model, provides a rich interface function b, the client plus a three-thread overlap Io model, speed, stability, use a callback function to receive data, is a network of Tcp Model Socket complete package, all the code under test in Windows2000, and has applied to many existing network of medium-sized systems.
a、服务器采用完成端口模型,提供了丰富的接口函数
b、客户端采用三线程加重叠Io模型,速度快,稳定
都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This is a network protocol Tcp engine, consists of two parts: a, the server using completion port model, provides a rich interface function b, the client plus a three-thread overlap Io model, speed, stability, use a callback function to receive data, is a network of Tcp Model Socket complete package, all the code under test in Windows2000, and has applied to many existing network of medium-sized systems.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
networkjet
..........\网络引擎
..........\........\客户端引擎
..........\........\..........\NetClient.cpp
..........\........\..........\NetClient.h
..........\........\新建 文本文档.txt
..........\........\服务器引擎
..........\........\..........\IocpModeSvr.cpp
..........\........\..........\IocpModeSvr.h
..........\网络引擎
..........\........\客户端引擎
..........\........\..........\NetClient.cpp
..........\........\..........\NetClient.h
..........\........\新建 文本文档.txt
..........\........\服务器引擎
..........\........\..........\IocpModeSvr.cpp
..........\........\..........\IocpModeSvr.h