-
socket套接字的客户端程序,向服务器端发送并接受信息。若发送或接收信息失败则显示相应的错误信息。...
socket套接字的客户端程序,向服务器端发送并接受信息。若发送或接收信息失败则显示相应的错误信息。
- 2022-07-02 14:30:39下载
- 积分:1
-
This book guides software professionals through the traps and pitfalls of develo...
This book guides software professionals through the traps and pitfalls of developing efficient, portable, and flexible networked applications. It explores the inherent design complexities of concurrent networked applications and the tradeoffs that must be considered when working to master them.
- 2022-02-06 21:12:05下载
- 积分:1
-
仿真manet中的AODV协议,并对其仿真结果有详细分析,对同学者有一定帮助...
仿真manet中的AODV协议,并对其仿真结果有详细分析,对同学者有一定帮助-MANET simulation of AODV protocol, and its simulation results are detailed analysis of students who have some help
- 2022-02-05 12:50:40下载
- 积分:1
-
一个在AMPipeCom上开发的即时消息系统.rar
一个在AMPipeCom上开发的即时消息系统.rar-AMPipeCom one on the development of the instant messaging system. Rar
- 2022-08-16 18:45:05下载
- 积分:1
-
Ascii显示成Hex,在中文系统下也不会有任何问题.
Ascii显示成Hex,在中文系统下也不会有任何问题.-convert ascii to Hex , and no problem in Chinese Environment.
- 2022-07-14 17:19:35下载
- 积分:1
-
Replacing wsock32.dll monitoring protocols of call. This article was published i...
通过替换wsock32.dll 来监测winsock调用。本文是在已发表的另一文章略加修改而成,先感谢前任怍者。-Replacing wsock32.dll monitoring protocols of call. This article was published in another article slightly modified from first to thank the former were ashamed.
- 2023-08-23 11:50:02下载
- 积分:1
-
仿飞
仿飞鸽传书DELPHI局域网通讯界面
关键字:仿 飞鸽传书 界面
来 自:原创
平 台:Win2k/XP/NT,Win2003
深浅度:初级-imitation Fei-book DELPHI LAN communications interface keyword : imitation Fei-interface from the book : original platform : Win2k/XP/NT, Win2003 DEPTH : Junior
- 2022-03-06 08:19:29下载
- 积分:1
-
点到点协议是为在两个对等实体间传输数据包建立简单连接而设计的。这种连接提供了同时的双向的全双工操作。...
点到点协议是为在两个对等实体间传输数据包建立简单连接而设计的。这种连接提供了同时的双向的全双工操作。-Point-to-point agreement is for two pairs of entities such as the establishment of inter-transmission packets designed for simple connection. This connection provides a simultaneous two-way full-duplex operation.
- 2022-06-16 06:09:05下载
- 积分:1
-
多线程聊天室,适合初学者进行模仿学习,试用Winsocket编程技术。...
多线程聊天室,适合初学者进行模仿学习,试用Winsocket编程技术。-Multi-threaded chat rooms, suitable for beginners to learn to imitate, try WinSocket programming techniques.
- 2022-02-03 20:09:02下载
- 积分: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