-
两台网络中的主机建立通信连接
两台网络中的主机建立通信连接-two network hosts on the establishment of communication links
- 2023-08-03 20:40:02下载
- 积分:1
-
检查邮件服务器的邮件信息的程序源代码(支持SOCKS代理)
检查邮件服务器的邮件信息的程序源代码(支持SOCKS代理)-Check e-mail messages mail server program source code (to support the SOCKS proxy)
- 2023-03-07 07:40:03下载
- 积分:1
-
该源码将声卡采集到的声音数据通过socket发送到另外一个终端,该终端根据得到的声音数据调用硬件接口播放声音。其核心就是声音数据的采集、传输和播放...
该源码将声卡采集到的声音数据通过socket发送到另外一个终端,该终端根据得到的声音数据调用硬件接口播放声音。其核心就是声音数据的采集、传输和播放-source of the sound card processing of voice data sent through the socket to another terminal, the terminal according to the voice data transfer hardware interface broadcast voices. Its core is the voice of the data collection, transmission and playback
- 2022-03-15 04:23:26下载
- 积分:1
-
一个C++ 的关于 网络入侵漏洞扫描的源代码
一个C++ 的关于 网络入侵漏洞扫描的源代码-A C++ On network intrusion vulnerability scanning source code
- 2022-05-19 19:54:18下载
- 积分:1
-
网络一级拓朴构建源码,可以发现局域网内的路由器与交换机
网络一级拓朴构建源码,可以发现局域网内的路由器与交换机-Construction of backbone network topology diagram C++ source code
- 2022-10-06 15:45:03下载
- 积分:1
-
大家都考三级网络都需要的书,现在一般的三级网络上机题都是在里面找的一些题目,希望能够对大家有帮助...
大家都考三级网络都需要的书,现在一般的三级网络上机题都是在里面找的一些题目,希望能够对大家有帮助-we have obtained three networks are needed, While the three networks on the plane and that they were looking for some topics, we hope to be able to help
- 2022-05-19 12:43:56下载
- 积分:1
-
一个IOCP框架,从SourceForge上down下来的,有需要的可以看看。
一个IOCP框架,从SourceForge上down下来的,有需要的可以看看。-an iocp framework which download from the SourceForge.net. make fun!
- 2022-07-23 01:22:29下载
- 积分:1
-
Visual C++.NET专业项目实例开发 Visual C++.NET专业项目实例开发
Visual C++.NET专业项目实例开发 Visual C++.NET专业项目实例开发-Visual C++. NET development of professional project examples of Visual C++. NET development of professional project examples
- 2022-07-07 02:05:55下载
- 积分:1
-
模拟路由器,可以在多台机器上实现RIP算法,利用还可以发送测试的包。在任意时刻可以添加邻居,改变邻居信息等。...
模拟路由器,可以在多台机器上实现RIP算法,利用还可以发送测试的包。在任意时刻可以添加邻居,改变邻居信息等。-simulated routers, in multiple machines to achieve RIP algorithm can also use this test kits. At any moment they can add neighbors, neighbors information.
- 2022-01-22 10:54:50下载
- 积分: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