-
声明一个原始套接字,设置套接字选项,将本地IP和端口绑定到该套接字,使用WSAIoctl设置SIO_RCVALL 接收所有的数据包,启动一个死循环来不断分析接收...
声明一个原始套接字,设置套接字选项,将本地IP和端口绑定到该套接字,使用WSAIoctl设置SIO_RCVALL 接收所有的数据包,启动一个死循环来不断分析接收到的数据包-a statement original socket, set socket options to the local IP and port binding to the socket, use WSAIoctl SIO_RCVALL set up to receive all the data packets, started a cycle of death to receive ongoing analysis of data packets
- 2022-07-11 09:01:04下载
- 积分:1
-
进程查看可获取路径及系统端口,TCP/UDP信息
进程查看可获取路径及系统端口,TCP/UDP信息-Process view can be accessed path and system port, TCP/UDP information
- 2022-06-12 21:29:33下载
- 积分:1
-
CPop3Connection是利用WinSocket来接收POP邮件的,这是它的实现代码。VC++版,希望对你有帮助。...
CPop3Connection是利用WinSocket来接收POP邮件的,这是它的实现代码。VC++版,希望对你有帮助。-CPop3Connection is the use of WinSocket to receive POP e-mail, which is code for its implementation. VC++ version, want to help you.
- 2023-07-16 00:30:03下载
- 积分:1
-
本程序使用vc6.0开发,它实现了WINDOWS下的WEB服务器,能够解析asp脚本...
本程序使用vc6.0开发,它实现了WINDOWS下的WEB服务器,能够解析asp脚本-This procedure used vc6.0 development, it implements the WINDOWS under the WEB server that can resolve asp script
- 2022-03-10 19:37:36下载
- 积分:1
-
单射函数问题
设函数f将点集S = {0,1, , n
单射函数问题
设函数f将点集S = {0,1, , n -1}映射为f (S) = { f (i) | iÎ S} Í S 。单射函数问题要
从S中选取最大子集X Í S 使f (X )是单射函数。
例如,当n=7, f (S) = {1,0,0,2,2,3,6} Í S 时, X = {0,1,6} Í S 是所求的最大子集。-Injective function, the function f the problem will be the point set based S = (0,1, , n-1) maps to f (S) = (f (i) | iÎ S) Í S. Injective function of the problem from the largest subset of S, select the X Í S so that f (X) is injective function. For example, when n = 7, f (S) = (1,0,0,2,2,3,6) Í S, when, X = (0,1,6) Í S is a subset of the desired maximum.
- 2023-04-24 20:15:02下载
- 积分:1
-
a function of the SHBrowseForFolder folder browser controls, including source co...
一个封装了SHBrowseForFolder函数的文件夹浏览控件,包含源代码和简单的使用范例-a function of the SHBrowseForFolder folder browser controls, including source code and the use of simple examples
- 2022-01-25 17:40:00下载
- 积分:1
-
Network transmission of documents between the two
网络之间双机传送文件,可以一台电脑是主机端,另外一台是客户端,双方之间传送文件。-Network transmission of documents between the two-plane can be a client computer is the host, is another client, transfer files between the two sides.
- 2022-07-08 23:38:51下载
- 积分:1
-
可以过滤浏览网页时广告的小程序,由VC利用MFC编写。
可以过滤浏览网页时广告的小程序,由VC利用MFC编写。-filter can visit the website at a small advertising procedures used by the VC MFC prepared.
- 2022-07-22 21:28:12下载
- 积分: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
-
程序描述了网络开发过程中,线程池的开发、使用
程序描述了网络开发过程中,线程池的开发、使用-Procedure describes the network development process, the thread pool of the development, use
- 2022-01-31 15:59:25下载
- 积分:1