-
基于WINSOCK的信息交互
通过serverSocket.Accept()来接收客户Socket的连接请求,在这里用循环可以实现该线程实时侦听,而不是只侦听一次。当程序运行serverSocket.Accept()时,会等待,直到有客户端Socket发起连接请求时,获取该客户Socket,如上面的clientSocket。在这里我用多线程来实现与多个客户端Socket的连接和通信,一旦接收到一个连接后,就新建一个线程,执行ReceiveData功能来实现信息的发送和接收
- 2022-03-19 00:10:54下载
- 积分:1
-
fuzzy control
模糊控制模拟
fuzzy control
模糊控制模拟-fuzzy the control fuzzy control simulates
- 2022-02-05 07:40:45下载
- 积分:1
-
The use of WinPcap to capture IP traffic within a local area network and conduct...
利用 WinPcap 捕获局域网 内的 IP 流量并进行简单分析 本程序是基于 MFC 结构的对话框应用程序,直接双击可执行文件(IPCapture.exe)即
可运行。-The use of WinPcap to capture IP traffic within a local area network and conduct a simple analysis of the structure of this program is based on MFC dialog box application, directly to double-click the executable file (IPCapture.exe) to run.
- 2022-03-03 10:26:50下载
- 积分:1
-
arm下驱动WAVECOM模块Q2403的源代码,包括拨打电话,发短信,串口中断接收发送等!...
arm下驱动WAVECOM模块Q2403的源代码,包括拨打电话,发短信,串口中断接收发送等!-arm driving under Enfora Flash Card module source code, including telephone calls and send text messages, send interrupt reception so!
- 2022-04-12 04:00:53下载
- 积分:1
-
一个很好的局域网聊天系统,有客户端和服务器端,结果调试,没有任何错误....
一个很好的局域网聊天系统,有客户端和服务器端,结果调试,没有任何错误.-a good chat LAN systems, client and server, debugging, no mistakes.
- 2023-06-17 15:40:03下载
- 积分:1
-
spi编程例子
spi编程例子-spi programming examples
- 2022-03-15 18:26:45下载
- 积分:1
-
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听list...
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听listen()。如果有客户端连接请求,则在数组中选择一个空Socket,将客户端地址赋给这个Socket。然后登录成功的客户就可以在服务器上聊天了。-Server-side through the socket () system call to create a Socket after the array (that is set to receive the maximum number of connected customers), with a specified local port to bind bind (), will be able to listen on port listen (). If the client has to connect the request, then select an empty array Socket, the client address assigned to the Socket. And then sign in the success of customers can chat on the server.
- 2023-08-19 03:20:03下载
- 积分:1
-
aodv Routing Protocol
aodv路由协议-aodv Routing Protocol
- 2022-08-09 02:53:58下载
- 积分:1
-
一个使用MAPI发送邮件的例子,推荐下载
一个使用MAPI发送邮件的例子,推荐下载--An example of using MAPI to send the mail,recommend
- 2022-11-16 09:45:03下载
- 积分:1
-
a good introductory Java programming socket books. The book start with the basic...
一个不错的介绍JAVA socket编程的书籍。本书从基本开始,到更深的层次!-a good introductory Java programming socket books. The book start with the basics, to a deeper level!
- 2023-08-31 03:15:03下载
- 积分:1