-
监视网络端口的使用情况,以明细的方式列出
监视网络端口的使用情况,以明细的方式列出-surveillance network to the use of the port to the list Details
- 2023-06-17 15:55:03下载
- 积分:1
-
简单的UDP接收代码,学习Window Socket的小例子。
简单的UDP接收代码,学习Window Socket的小例子。-UDP receive a simple code, learning the Window Socket example.
- 2022-06-30 03:24:32下载
- 积分:1
-
完整的连接察看程序,可以察看有哪些程序打开了哪些端口,数据收发流量等等信息,推荐下载...
完整的连接察看程序,可以察看有哪些程序打开了哪些端口,数据收发流量等等信息,推荐下载-integrity of the link to see procedures, which can inspect the procedures which opened the port, data transceiver information flow, etc., to download
- 2022-02-11 22:52:09下载
- 积分:1
-
煜辉个人网络主页,是一个很好的个人网络主页,大家可以看下。...
煜辉个人网络主页,是一个很好的个人网络主页,大家可以看下。-Yu-hui personal network Home is a very good network of personal home page, you can glance.
- 2022-03-19 10:02:32下载
- 积分:1
-
Socket
有关Socket的封装,这样使用起来比较方便,可以直接加载到工程中使用。-Socket-related packaging, so more convenient to use, can be directly loaded into the use of works.
- 2022-02-22 05:04:08下载
- 积分:1
-
上面两个程序用的通用代码,包括数据压缩
上面两个程序用的通用代码,包括数据压缩 -The general code used by above two app, including compression
- 2022-06-27 22:22:35下载
- 积分:1
-
This is the hard part I of a Java process is on the LOGIN. Simple. understandabl...
这是我辛苦编的一个JAVA程序,是关于LOGIN.简单,易懂.希望能被采用.多谢管理员过目.-This is the hard part I of a Java process is on the LOGIN. Simple. understandable. hope can be used. thank administrators read. Thank you
- 2022-03-19 21:42:21下载
- 积分:1
-
在同一个线程中实现异步套接字的聊天程序,用以音视频…
在同一个线程中使用异步套接字实现聊天室程序,避免了不读数据时出现阻塞-In the same thread realize the use of Asynchronous Sockets Chat procedures to avoid non-blocking when reading data
- 2022-01-22 02:10:31下载
- 积分:1
-
基于linux的PPPoe驱动的实现,非常好,阅读之后,感觉很好,特此与大家共享...
基于linux的PPPoe驱动的实现,非常好,阅读之后,感觉很好,特此与大家共享-Linux-based Realization of PPPoE driver, very good, after reading, feel good, and would like to share with everyone
- 2022-03-29 20:05:34下载
- 积分: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