登录
首页 » Windows Socket编程 » 一个很好的局域网聊天系统,有客户端和服务器端,结果调试,没有任何错误....

一个很好的局域网聊天系统,有客户端和服务器端,结果调试,没有任何错误....

于 2023-06-17 发布 文件大小:157.78 kB
0 251
下载积分: 2 下载次数: 1

代码说明:

一个很好的局域网聊天系统,有客户端和服务器端,结果调试,没有任何错误.-a good chat LAN systems, client and server, debugging, no mistakes.

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

发表评论

0 个回复

  • This a sample NDIS driver supporting the National Semiconductor Fast Infrared Co...
    This a sample NDIS driver supporting the National Semiconductor Fast Infrared Controllers. It implements the OID_IRDA_* calls required of any NDIS IrDA miniport.
    2022-02-11 11:35:47下载
    积分:1
  • VB do Sniff integrity of the software interface code is also very attractive, th...
    VB做的Sniff软件完整代码 界面也非常好看,建议下载-VB do Sniff integrity of the software interface code is also very attractive, the proposed Download
    2022-01-26 01:59:08下载
    积分:1
  • 用于网络监控,监听本机器所有发送接收的数据,即sniff技术,
    用于网络监控,监听本机器所有发送接收的数据,即sniff技术,-for network monitoring, the monitoring machines all send and receive data, or sniff,
    2022-01-26 01:06:48下载
    积分:1
  • Windows software Webcast
    WINDOWS网络播放软件-Windows software Webcast
    2022-07-15 12:51:21下载
    积分:1
  • WinPcap入门的人使用,简单介绍了WinPcap的使用
    WinPcap入门的人使用,简单介绍了WinPcap的使用-Introduction to the use of the person WinPcap
    2022-04-08 17:10:34下载
    积分:1
  • 通过快照枚举系统中正在运行的进并显示出来
    通过快照枚举系统中正在运行的进程并显示出来-Through the enumeration system is a snapshot of running processes and show
    2022-03-26 11:08:45下载
    积分: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
  • libpcap
    基于libpcap的网络封包截获程序。-libpcap-based network packet interception procedures.
    2023-06-13 09:55:19下载
    积分:1
  • 纯ALOHA协议 在该协议下,用户只要有帧产生,就会传送出去,发生冲突时,就等待一个随机时间后再重发。 所以对当前帧时,只有两种情况下可以发送成功:...
    纯ALOHA协议 在该协议下,用户只要有帧产生,就会传送出去,发生冲突时,就等待一个随机时间后再重发。 所以对当前帧时,只有两种情况下可以发送成功: 1)当前帧时只有一帧要发送,且当前帧时的前一帧时无帧发送; 2)当前帧时只有一帧要发送(发送时刻为t),且前一帧时的最后一帧的发送时间不在(t- FRAMETIME)~ t这段时间内。 其他情况下都会产生冲突。 发生冲突时,错误帧继续传送,用户重新发送帧,设定一个随机数Rt,将该帧添加到第Rt/ FRAMETIME帧时上去,并设该帧的相对时间为Rt% FRAMETIME。这样即相当于用户等待一随机时间后重发。 对每一帧时进行上述控制,最终可得到成功发送的次数Suc,将其除以Suc = Suc /ARRAYLENGTH即得平均每帧时发送成功的帧数。 对于不同G,得到不同FrameArray,所得的Suc也不同,用一个数组来保存G与Suc的对应关系,再将其画出来。 -pure ALOHA agreement under the agreement, as long as users have a frame, it will transmit out, conflict, will wait for a random period of time before re-issued. Therefore, the current frame, there are only two circumstances can this success : 1) the current frame only one to send, and the current frame before one-time frame sent; 2) the current frame only to send a (t this moment), but before a final of a transmission time not (t-FRAMETIME) ~ t this time. Other cases will have conflict. Conflict, to continue to disseminate the wrong frame, users re-sending fram
    2022-01-21 18:08:46下载
    积分:1
  • 这是一个酒店系统,用Dreamwaver和access数据库做的,包含注册会员、在线预定、介绍酒店房间标准、娱乐设施等功能。...
    这是一个酒店系统,用Dreamwaver和access数据库做的,包含注册会员、在线预定、介绍酒店房间标准、娱乐设施等功能。-This is a hotel system, used to do Dreamwaver and access the database containing registered members, online reservations, hotel rooms introduce standard features such as recreational facilities.
    2022-01-26 06:16:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载