在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → G-Sockets 2.5.rar

G-Sockets 2.5.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:3.73M
  • 下载次数:4
  • 浏览次数:259
  • 发布时间:2020-03-19
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 相关标签:

实例介绍

【实例简介】

G-Sockets 2.5
1、补丁发送GBuf可能导致乱序的Bug,
2、Delphi版增加内存加载DLL的功能,
3、增加授权证书功能,开发平台调试和本地IP调试均能全功能调试。
【实例截图】

from clipboard


from clipboard


from clipboard


from clipboard


from clipboard
【核心代码】

└─G-Sockets 2.5 T
    │  G-TcpClient.h
    │  G-TcpClient.lib
    │  G-TcpCltObj.h
    │  G-TcpServer.h
    │  G-TcpServer.lib
    │  G-TcpSvrObj.h
    │  G_TcpClient.dcu
    │  G_TcpClientObj.pas
    │  G_TcpServer.dcu
    │  G_TcpServerObj.pas
    │  
    ├─Demos
    │  │  G-TcpClientDemo.sln
    │  │  G-TcpServerDemo.sln
    │  │  G_TcpClientDemoD2010.groupproj
    │  │  G_TcpServerDemoD2010.groupproj
    │  │  
    │  ├─G-TcpClientDemo
    │  │  │  G-TcpClientDemo.aps
    │  │  │  G-TcpClientDemo.cpp
    │  │  │  G-TcpClientDemo.h
    │  │  │  G-TcpClientDemo.rc
    │  │  │  G-TcpClientDemo.vcproj
    │  │  │  G-TcpClientDemoDlg.cpp
    │  │  │  G-TcpClientDemoDlg.h
    │  │  │  G-TcpClientDemoMain.cpp
    │  │  │  G-TcpClientDemoMain.h
    │  │  │  ReadMe.txt
    │  │  │  resource.h
    │  │  │  stdafx.cpp
    │  │  │  stdafx.h
    │  │  │  targetver.h
    │  │  │  
    │  │  └─res
    │  │          G-TcpClientDemo.ico
    │  │          GTcpClientDemo.rc2
    │  │          
    │  ├─G-TcpClientDemoD7
    │  │      G_TcpClient.dcu
    │  │      G_TcpClientDemo.cfg
    │  │      G_TcpClientDemo.dof
    │  │      G_TcpClientDemo.dpr
    │  │      G_TcpClientDemo.dproj
    │  │      G_TcpClientDemo.res
    │  │      G_TcpClientObj.dcu
    │  │      G_TcpClientObj.pas
    │  │      uGTcpClientDemoMainForm.dcu
    │  │      uGTcpClientDemoMainForm.ddp
    │  │      uGTcpClientDemoMainForm.dfm
    │  │      uGTcpClientDemoMainForm.pas
    │  │      
    │  ├─G-TcpCltRunInfo
    │  │      G-TcpCltRunInfo.aps
    │  │      G-TcpCltRunInfo.cpp
    │  │      G-TcpCltRunInfo.h
    │  │      G-TcpCltRunInfo.rc
    │  │      resource.h
    │  │      stdafx.h
    │  │      
    │  ├─G-TcpCltRunInfoD7
    │  │      G_TcpCltRunInfo.dcu
    │  │      G_TcpCltRunInfo.ddp
    │  │      G_TcpCltRunInfo.dfm
    │  │      G_TcpCltRunInfo.pas
    │  │      
    │  ├─G-TcpServerDemo
    │  │  │  G-TcpServerDemo.aps
    │  │  │  G-TcpServerDemo.cpp
    │  │  │  G-TcpServerDemo.h
    │  │  │  G-TcpServerDemo.rc
    │  │  │  G-TcpServerDemo.vcproj
    │  │  │  G-TcpServerDemoDlg.cpp
    │  │  │  G-TcpServerDemoDlg.h
    │  │  │  resource.h
    │  │  │  ServerDemo.cpp
    │  │  │  ServerDemo.h
    │  │  │  stdafx.cpp
    │  │  │  stdafx.h
    │  │  │  targetver.h
    │  │  │  
    │  │  └─res
    │  │          G-TcpServerDemo.ico
    │  │          G-TcpServerDemo.rc2
    │  │          
    │  ├─G-TcpServerDemoD7
    │  │      G_TcpServer.dcu
    │  │      G_TcpServerDemo.cfg
    │  │      G_TcpServerDemo.dof
    │  │      G_TcpServerDemo.dpr
    │  │      G_TcpServerDemo.dproj
    │  │      G_TcpServerDemo.res
    │  │      G_TcpServerObj.dcu
    │  │      G_TcpServerObj.pas
    │  │      uGTcpServerDemoMainForm.dcu
    │  │      uGTcpServerDemoMainForm.ddp
    │  │      uGTcpServerDemoMainForm.dfm
    │  │      uGTcpServerDemoMainForm.pas
    │  │      
    │  ├─G-TcpSvrRunInfo
    │  │      G-TcpSvrRunInfo.aps
    │  │      G-TcpSvrRunInfo.cpp
    │  │      G-TcpSvrRunInfo.h
    │  │      G-TcpSvrRunInfo.rc
    │  │      resource.h
    │  │      stdafx.h
    │  │      
    │  └─G-TcpSvrRunInfoD7
    │          G_TcpSvrRunInfo.dcu
    │          G_TcpSvrRunInfo.ddp
    │          G_TcpSvrRunInfo.dfm
    │          G_TcpSvrRunInfo.pas
    │          
    ├─Docs
    │  │  技术及用户手册——G-TcpClient Demo(Server Test Tool).doc
    │  │  技术及用户手册——G-TcpClient(IOCP).doc
    │  │  技术及用户手册——G-TcpServer Demo(Echo Server).doc
    │  │  技术及用户手册——G-TcpServer(IOCP).doc
    │  │  授权及免责声明.doc
    │  │  
    │  └─突破最大连接办法
    │          BetterSP2.exe
    │          成功例子参数.reg
    │          突破最大连接办法.txt
    │          
    ├─Test Exe
    │      G-TcpClientDemo.exe
    │      G-TcpServerDemo.exe
    │      G_TcpClientDemo.exe
    │      G_TcpServerDemo.exe
    │      Readme.txt
    │      
    └─Test Images
            2.jpg
            3.jpg
            4.jpg
            5.jpg
            ClientInfo.jpg
            LongConnectClient1.jpg
            LongConnectClient2.jpg
            LongConnectClient3.jpg
            LongConnectClient4.jpg
            LongConnectClient5.jpg
            LongConnectServer1.jpg
            LongConnectServer2.jpg
            LongConnectServer3.jpg
            LongConnectServer4.jpg
            LongConnectServer5.jpg
            LongShortConnectClient1.jpg
            LongShortConnectClient2.jpg
            LongShortConnectClient3.jpg
            LongShortConnectClient4.jpg
            LongShortConnectClient5.jpg
            LongShortConnectServer1.jpg
            LongShortConnectServer2.jpg
            LongShortConnectServer3.jpg
            LongShortConnectServer4.jpg
            LongShortConnectServer5.jpg
            ServerInfo1.jpg
            ServerInfo2.jpg
            


标签:

实例下载地址

G-Sockets 2.5.rar

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警