-
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
-
实现网络输入/输出和多线程的Win32库
实现网络输入/输出和多线程的Win32库-the network input/output and multithreading of the Win32
- 2022-05-24 21:55:59下载
- 积分:1
-
Visual Basic 6.0 网络通信协议分析与应用实现 很不错的随书源码 分享给大家...
Visual Basic 6.0 网络通信协议分析与应用实现 很不错的随书源码 分享给大家-Visual Basic 6.0 Analysis and Application of network communication protocols to achieve a very good source to share with the book to everyone
- 2023-04-02 01:45:13下载
- 积分:1
-
这是一个有关Windows下网络数据封包、过滤的技术硕士毕业论文,对做相关研究的应该会有帮助的。...
这是一个有关Windows下网络数据封包、过滤的技术硕士毕业论文,对做相关研究的应该会有帮助的。-This is a Windows under the network data packets, filtering technology master
- 2023-09-09 14:15:05下载
- 积分:1
-
初学java者可参考的一个简单的一对一聊天程序,
初学java者可参考的一个简单的一对一聊天程序,-beginners can reference a simple one-on-one chat program.
- 2022-01-25 22:50:09下载
- 积分:1
-
一个网络工具的开发包 很有实用价值
一个网络工具的开发包 很有实用价值-a network tool development kits very practical value
- 2023-05-28 09:35:03下载
- 积分:1
-
better e
比较好的电子商务开发系统,可供大家学习-better e-commerce development system, we can learn
- 2022-02-15 03:56:31下载
- 积分:1
-
编译synscan.cpp请注意,如果是ADSL用户,可能要把代码里的hp
编译synscan.cpp请注意,如果是ADSL用户,可能要把代码里的hp->h_addr_list[0]改为hp->h_addr_list[1]才能够扫描,具体是[0]还是[1]或其它,可以先编译getallIP.cpp来获取外网IP的网卡的代号。例如编译getallIP.cpp后得到以下输出
Address [0]: 192.168.1.2
Address [1]: 218.10.14.151(公网IP)
那么想扫描外网的话就要把synscan.cpp里的hp->h_addr_list[0]改为hp->h_addr_list[1]了-Compiler synscan.cpp Please note that if it is ADSL users may need to code in the hp-
- 2022-02-12 10:12:34下载
- 积分:1
-
存取netware服务的程序
存取netware服务的程序-A program which realises netware access service
- 2022-11-01 13:30:02下载
- 积分:1
-
利用VC++6.0编写串口发送程序
利用VC++6.0编写串口发送程序-VC 6.0 Serial prepared to send a program
- 2022-01-21 19:09:02下载
- 积分:1