登录
首页 » Windows Socket编程 » 一个网络状态检测的源码

一个网络状态检测的源码

于 2023-06-24 发布 文件大小:10.49 kB
0 254
下载积分: 2 下载次数: 1

代码说明:

一个网络状态检测的源码-Detection of a network of state-source

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 网址管理工具的源序 网址管理工具的源
    网址管理工具的源程序 网址管理工具的源程序 -Web site management tools, source code
    2022-10-03 02:50:03下载
    积分:1
  • 1:布局重新整理,使其更合理,修正慢的问题! 2:首页增加留言显示! 3:修正本地软件无法下载问题! 4:修正装备展示内容限制问题,可以无限添加!...
    1:布局重新整理,使其更合理,修正慢的问题! 2:首页增加留言显示! 3:修正本地软件无法下载问题! 4:修正装备展示内容限制问题,可以无限添加! 5:删除合作资源,增加了新手指南! **************************************************** 保持3.3所有功能 V3.4更新内容 1:解决后台网站设置问题 2:增加菜单管理功能!(分顶部导航,顶部版权) 3:客服部分,电话,QQ采用无限制! 4:增加在线统计修改功能! 5:修正新手指南首页不显示错误! 6:修正了新手指南内容不换行错误! 7:修正新闻公告注入BUG! 8:修正首页只能显示一张照片的错误! 由于时间匆忙,请各位手动升级 V3.4最新功能,导航菜单添加管理, 升级方法: 新建表:Gq_menu 字段:id 自动编号 字段:menuid 长整型 字段:title 字符型 50 字段:url 字符型 随意 字段:open 逻辑型 字段:foot 逻辑型 字段:pass 逻辑型 新建表:Gq_config 字段分别为:qq dh sf RMB bbs 全部为备注型 -1 : layout re-organized to make it more reasonable, that the problem of slow! 2 : Home show increased voice! 3 : Amendments to the local software can not be downloaded! 4 : Amendments equipment display content restrictions, can add unlimited! 5 : delete cooperation resources, the increase is coming!**************************************************** maintain all the functions SP 3.3 update 1 : background website set up to solve
    2022-03-04 04:36:30下载
    积分:1
  • examples of the complete simulation of FTP functions. In 2000 server port for th...
    该实例完成模拟的FTP功能.服务器程序在2000端口进行侦听,并进入等待连接状态.客户端尝试和服务器端的连接.连接一旦建立,就可以在服务器端和客户端之间进行文件传输,程序里要求文件夹小于32KB.客户端提示输入文件各,该文件名可以带路径,服务器收到文件后,将其写到相应位置.-examples of the complete simulation of FTP functions. In 2000 server port for the interception, and went to wait for the state of the link. Client and server-side to the other. Connecting once established, can the server and client file transfer between that the procedures requested folder is less than 32KB . the client suggested the importation document, the file name can bring path, the server received the documents, wrote to the corresponding location.
    2023-08-10 12:45:04下载
    积分:1
  • 我测试过了,效果好,可以挂协议分析
    我测试过了,效果好,可以挂协议分析-I ve tested, and effective and can be linked to protocol analysis
    2022-08-23 15:53:07下载
    积分:1
  • 用VB写的代码包含聊天室客户端
    用VB编写的包含聊天室和客户端服务器的代码
    2022-08-18 22:02:17下载
    积分:1
  • Visual C.NET mapping network drives
    基于Visual C++.NET的映射网络驱动器-Visual C.NET mapping network drives
    2023-01-06 03:20:03下载
    积分:1
  • WINDOWS网络一书的配套源码
    WINDOWS网络编程一书的配套源码-WINDOWS network programs a book the necessary source code
    2023-02-11 17:35:03下载
    积分:1
  • 聊天工具,可以实现悄悄话功能,此是改动网上的小
    聊天工具,可以实现悄悄话功能,此是改动网上的小程序-Chat tools, whispering function can be achieved, this is a small program changes online
    2022-04-01 08:54:10下载
    积分:1
  • 利用TCPIP实现简单的客服务器模式,用C语言实现
    利用TCPIP实现简单的客服务器模式,用C语言实现-TCPIP simple use of the passenger server model, with C language
    2022-06-15 08:14:20下载
    积分:1
  • SOCKET 底层协议数据结构 如: /* IP Header RFC
    SOCKET 底层协议数据结构 如: /* IP Header RFC-791 0 3 7 15 31 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |Version| IHL |Type of Service| Total Length | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Identification | Flags | Fragment Offset | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Time to Live | Protocol | Header Checksum | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Source Address | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Destination Address | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Options | Padding | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */-SOCKET underlying protocol data structures such as:/* IP HeaderRFC-7910 3 7 15 31+-+-+-+-+-+-+-+-+-+-+-2B !-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+ | Version | IHL | Type of Service | Total Length |+-+-+-+-+-+-+-+--+-+-+-+-+-+-+-+-+-+-+
    2022-03-14 02:24:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载