登录
首页 » Windows Socket编程 » 利用socket进行网上对话聊天,包括服务器端和客户端程序源码及用户界面的建立....

利用socket进行网上对话聊天,包括服务器端和客户端程序源码及用户界面的建立....

于 2022-01-30 发布 文件大小:6.80 kB
0 218
下载积分: 2 下载次数: 1

代码说明:

利用socket进行网上对话聊天,包括服务器端和客户端程序源码及用户界面的建立.-You can chat with socket online,including server and client source code and the implementation of GUI

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

发表评论

0 个回复

  • delphi中用消息循环抓取网页文本,有源码,可以进行2次开发
    delphi中用消息循环抓取网页文本,有源码,可以进行2次开发-news cycle using text crawls website, source code can be developed for 2nd
    2022-02-06 00:15:25下载
    积分:1
  • 市场房贷首付但是赶得上赶得上广泛的感豆腐干豆腐干豆腐干豆腐干地方...
    市场房贷首付但是赶得上赶得上广泛的感豆腐干豆腐干豆腐干豆腐干地方-fsdfdsfds
    2022-07-20 06:30:03下载
    积分:1
  • WINSOCK服务器端示例序说明 该序是基于对话框的,是采用一对多的方式进行连接的。 整个序主要由CServerDlg,CServerApp,CLis...
    WINSOCK服务器端示例程序说明 该程序是基于对话框编程的,是采用一对多的方式进行连接的。 整个程序主要由CServerDlg,CServerApp,CListenSocket,CClientSocket构成的。 (所有关于类的说明在代码中有) 下面简单介绍一下程序流程: 主程序调用CListenSocket类的对象来进行对Socket的监听,当收到请求时调用主程序的函数来处理相应的连接,把Socket放进队列中。 对于Socket的接收数据和断开连接是由消息来触发的,是通过调用基类CSocket中的虚函数重载来处理的。 注:详细的过程,在程序代码中均有注释!-Winsock server sample program note that the procedure was based on dialog programming, using one-to-many is the way to connect. The entire process by CServerDlg, CServerApp, CListenSocket, constitute the CClientSocket. (All categories on the note in code) The following outlines procedures have : main program called CListenSocket category to the target of the listening socket, when the call request is received when the main program functions to the corresponding connections, socket into the queue. Socket for the reception of data and disconnected from the news to trigger, by calling the base class CSocket the virtual function to handle the heavy load. Note : Details of the procedure code have Notes!
    2022-01-26 07:55:19下载
    积分:1
  • HTML transfer to TXT.
    HTML transfer to TXT.
    2022-07-21 22:33:06下载
    积分:1
  • Can automatically upgrade a client program, delphi enthusiasts can learn from
    一个可以自动升级的客户端程序,delphi爱好者可以借鉴-Can automatically upgrade a client program, delphi enthusiasts can learn from
    2022-05-25 05:31:44下载
    积分:1
  • a simple computer network program, describes the computer sliding window of the...
    一个简单的计算机网络程序,描述计算机滑窗协议。实现回退N帧。-a simple computer network program, describes the computer sliding window of the agreement. Reverting to achieve N frame.
    2022-02-01 11:33:22下载
    积分:1
  • 仿飞鸽,可聊天+传文件
    该软件可进行局域网的聊天、一对多、多对一、和多对多的传送和续传,理论上这是我本人的实现目的,而且目前经测试已基本实现了上述功能,而且网速一般有几M/S。另外有只打开一个应用程序、CRichEdit的使用、最小到托盘、自动检测在线用户(多播组)等
    2022-02-04 01:31:07下载
    积分:1
  • XE7 的 TraceRoute
    DDU ICMP 控件包含 3 控件: TDDUOSPING-非阻塞的坪 protocolTDDUOSTRACEROUTE-无阻塞的 TraceRoute ProtocolTDDUOSDNS-无阻塞的 ARP/RARP controlAbout TDDUOSDNS: 主机名都解析为 IP 地址和 IP 地址可解析为主机名。如果您输入一个 IP 地址属性,将完成主机属性,并且 OnHostLookup 事件会发生。如果您输入的 IP 或主机名到主机属性,将完成地址属性,和 OnAddressLookup 事件将发生。好的运行时属性可以查询,看看如果查找成功。为了减少查找的开销,可以通过将 UseIPCache 属性设置为 true 使用 IP/主机名称缓存。缓存只是永久性的因为不一定与当前会话,会话之间保存。你可以使用 FlushIPCache 方法来清除缓存。当结合此包中的其他控件,通常与连接套接字关联的延迟是可以避免的。每个控件必须具有一个独特的 TDDUOSDNS 控制。关于演示: 演示项目演示了如何使用每个控件。TDDUOSDNS 控制显示在控件与其他控件的组合,使用独立。DNS 不 ICMP 协议,但它是包括以防止阻止 windows 应用程序。阻塞是当您的 windows 程序停止响应等待调用返回的消息。通常情况下,所有调用块为很短的时间,并不明显 — — 但是当你不得不等待 5 或 10 秒钟或更长的时
    2023-07-18 21:50:05下载
    积分:1
  • 在vc下实现的http服务器,可供学习http参考
    在vc下实现的http服务器,可供学习http编程参考-under the http server for http learning programming reference
    2022-06-13 12:29:58下载
    积分:1
  • SIP(Session Initiation Protocol)的一个开放源码的实现,版本0.60
    SIP(Session Initiation Protocol)的一个开放源码的实现,版本0.60-inplement to open code about SIP(Session Initiation Protocol) edit 0.6.
    2023-08-17 08:20:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载