CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程

文件名称:GHCommonNetDll

介绍说明--下载内容来自于网络,使用问题请自行百度

偶从大学开始维护至今的好东西。这个高度封装的轻量级网络库实现了基于异步Socket的C/S模式通信环境。本库经过4个现实项目的考验,用于轻量级的应用,不先进、不高深,但是讲究实用,开发小型C/S架构程序比ACE\Socket\QT都快。

主要特点:

1、已经为传送大文件做了优化。自动拆分、拼合,如果配合上内存映射文件,可以传送超过内存容量的数据(32位指针)。

2、集成了接受者-伴随处理者模型,收到的数据包传递到独立的线程回调用户的处理函数。

3、提供了C++封装,只需重载服务器类、客户端类的方法即可实现收发。

4、提供了C封装,简单调用方法实现发送



已经在范例中实现了C/S程序的框架,服务采用C接口演示,客户用C++接口演示,收发程序合二为一。



编译器支持 VC2005 ~ VC 2010-The highly encapsulated lightweight network based on Asynchronous Socket library implementation in C/S mode communications environment. The reality of the library, four test items for lightweight applications.

Main features:

1, has to send large files are optimized. Automatically split, put together, with the memory map if the file can be sent over the data memory (32-bit pointer).

2, the integrated receiver- with handler model, the received data packets delivered to the user separate thread callback handler.

3, provides a C++ package, just reload the server class, client class methods send and receive can be realized.

4, provides a C package, simply call the method to achieve transmit



Has been achieved in the sample C/S framework of the program, service demonstration using C interfaces, the customer interfaces with C++ demo, send and receive programs combined.



Compiler support for VC2005 ~ VC 2010

相关搜索: vc socket ghcommonnetdll qt

(系统自动生成,下载前可以参看下载内容)

下载文件列表

GHCommonNetDll/GHCommonNetDll.sln
GHCommonNetDll/GHCommonNetDll.suo
GHCommonNetDll/GHCommonNetDll.vssscc
GHCommonNetDll/GHCommonNetDllComment.sln
GHCommonNetDll/GHCommonNetDllComment.suo
GHCommonNetDll/GHCommonNetDll_vc2010.sln
GHCommonNetDll/GHCommonNetDll_vc2010.suo
GHCommonNetDll/Sampler_Client/cTestServer.cpp
GHCommonNetDll/Sampler_Client/cTestServer.h
GHCommonNetDll/Sampler_Client/cTransClient.cpp
GHCommonNetDll/Sampler_Client/cTransClient.h
GHCommonNetDll/Sampler_Client/FFTAlg.cpp
GHCommonNetDll/Sampler_Client/FFTAlg.h
GHCommonNetDll/Sampler_Client/Mcomplex.cpp
GHCommonNetDll/Sampler_Client/Mcomplex.h
GHCommonNetDll/Sampler_Client/mssccprj.scc
GHCommonNetDll/Sampler_Client/ReadMe.txt
GHCommonNetDll/Sampler_Client/resource.h
GHCommonNetDll/Sampler_Client/Sampler_Client.cpp
GHCommonNetDll/Sampler_Client/Sampler_Client.h
GHCommonNetDll/Sampler_Client/Sampler_Client.rc
GHCommonNetDll/Sampler_Client/Sampler_Client.vcproj
GHCommonNetDll/Sampler_Client/Sampler_Client.vcproj.vspscc
GHCommonNetDll/Sampler_Client/Sampler_Client.vcxproj
GHCommonNetDll/Sampler_Client/Sampler_Client.vcxproj.filters
GHCommonNetDll/Sampler_Client/Sampler_Client.vcxproj.vspscc
GHCommonNetDll/Sampler_Client/Sampler_ClientDlg.cpp
GHCommonNetDll/Sampler_Client/Sampler_ClientDlg.h
GHCommonNetDll/Sampler_Client/Sampler_Client_vc2010.vcproj
GHCommonNetDll/Sampler_Client/Sampler_Client_vc2010.vcxproj
GHCommonNetDll/Sampler_Client/Sampler_Client_vc2010.vcxproj.filters
GHCommonNetDll/Sampler_Client/stdafx.cpp
GHCommonNetDll/Sampler_Client/stdafx.h
GHCommonNetDll/Sampler_Client/targetver.h
GHCommonNetDll/Sampler_Client/res/Sampler_Client.ico
GHCommonNetDll/Sampler_Client/res/Sampler_Client.rc2
GHCommonNetDll/Sampler_Client/res/vssver2.scc
GHCommonNetDll/Sampler_Client/Release/BuildLog.htm
GHCommonNetDll/Sampler_Client/Release/Sampler_Client_vc2010.log
GHCommonNetDll/Sampler_Client/Debug/BuildLog.htm
GHCommonNetDll/Sampler_Client/Debug/Sampler_Client_vc2010.log
GHCommonNetDll/Sampler_Client/Sampler_Client_vc2010.vcxproj.user
GHCommonNetDll/Sampler_Client/Sampler_Client_vc2010.vcxproj.vspscc
GHCommonNetDll/Sampler_Client/vssver2.scc
GHCommonNetDll/Publish/GHStdEngine.h
GHCommonNetDll/Publish/GH_CommonClientModule.h
GHCommonNetDll/Publish/GH_CommonServerModule.h
GHCommonNetDll/GHCommonNetDll/cInternalClientMoudle.cpp
GHCommonNetDll/GHCommonNetDll/cInternalClientMoudle.h
GHCommonNetDll/GHCommonNetDll/cInternalServerMoudle.cpp
GHCommonNetDll/GHCommonNetDll/cInternalServerMoudle.h
GHCommonNetDll/GHCommonNetDll/ClassDiagram1.cd
GHCommonNetDll/GHCommonNetDll/ClientSocket.cpp
GHCommonNetDll/GHCommonNetDll/ClientSocket.h
GHCommonNetDll/GHCommonNetDll/ClientThread.cpp
GHCommonNetDll/GHCommonNetDll/ClientThread.h
GHCommonNetDll/GHCommonNetDll/CmdInterpreter.cpp
GHCommonNetDll/GHCommonNetDll/CmdInterpreter.h
GHCommonNetDll/GHCommonNetDll/cThreadPool.cpp
GHCommonNetDll/GHCommonNetDll/cThreadPool.h
GHCommonNetDll/GHCommonNetDll/DlgClientPlant.cpp
GHCommonNetDll/GHCommonNetDll/DlgClientPlant.h
GHCommonNetDll/GHCommonNetDll/DlgServerPlant.cpp
GHCommonNetDll/GHCommonNetDll/DlgServerPlant.h
GHCommonNetDll/GHCommonNetDll/DlgStdClientPlant.cpp
GHCommonNetDll/GHCommonNetDll/DlgStdClientPlant.h
GHCommonNetDll/GHCommonNetDll/DlgStdServerPlant.cpp
GHCommonNetDll/GHCommonNetDll/DlgStdServerPlant.h
GHCommonNetDll/GHCommonNetDll/EasySocket.cpp
GHCommonNetDll/GHCommonNetDll/EasySocket.h
GHCommonNetDll/GHCommonNetDll/GHCommonNetDll.cpp
GHCommonNetDll/GHCommonNetDll/GHCommonNetDll.def
GHCommonNetDll/GHCommonNetDll/GHCommonNetDll.h
GHCommonNetDll/GHCommonNetDll/GHCommonNetDll.rc
GHCommonNetDll/GHCommonNetDll/GHCommonNetDll.vcproj
GHCommonNetDll/GHCommonNetDll/GHCommonNetDll.vcproj.vspscc
GHCommonNetDll/GHCommonNetDll/GHCommonNetDll_2010.vcxproj
GHCommonNetDll/GHCommonNetDll/GHCommonNetDll_2010.vcxproj.filters
GHCommonNetDll/GHCommonNetDll/GHCommonNetDll_vc2010.def
GHCommonNetDll/GHCommonNetDll/GHStdEngine.cpp
GHCommonNetDll/GHCommonNetDll/GHStdEngine.h
GHCommonNetDll/GHCommonNetDll/GH_CommonClientModule.cpp
GHCommonNetDll/GHCommonNetDll/GH_CommonClientModule.h
GHCommonNetDll/GHCommonNetDll/GH_CommonServerModule.cpp
GHCommonNetDll/GHCommonNetDll/GH_CommonServerModule.h
GHCommonNetDll/GHCommonNetDll/ListenSocket.cpp
GHCommonNetDll/GHCommonNetDll/ListenSocket.h
GHCommonNetDll/GHCommonNetDll/mssccprj.scc
GHCommonNetDll/GHCommonNetDll/ReadMe.txt
GHCommonNetDll/GHCommonNetDll/resource.h
GHCommonNetDll/GHCommonNetDll/stdafx.cpp
GHCommonNetDll/GHCommonNetDll/stdafx.h
GHCommonNetDll/GHCommonNetDll/StdClientSocket.cpp
GHCommonNetDll/GHCommonNetDll/StdClientSocket.h
GHCommonNetDll/GHCommonNetDll/StdListenSocket.cpp
GHCommonNetDll/GHCommonNetDll/StdListenSocket.h
GHCommonNetDll/GHCommonNetDll/StdTranSocket.cpp
GHCommonNetDll/GHCommonNetDll/StdTranSocket.h
GHCommonNetDll/GHCommonNetDll/targetver.h
GHCommonNetDll/GHCommonNetDll/TaskSocket.cpp
GHCommonNetDll/GHCommonNetDll/TaskSocket.h
GHCommonNetDll/GHCommonNetDll/Template/cl.command.1.tlog
GHCommonNetDll/GHCommonNetDll/Template/CL.read.1.tlog
GHCommonNetDll/GHCommonNetDll/Template/CL.write.1.tlog
GHCommonNetDll/GHCommonNetDll/Template/GHCommonNetDll_2010.

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com