-
tcp socket for communication
tcp socket for communication
- 2022-04-10 21:53:13下载
- 积分: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
-
模拟netstat的功能,扫描本机当前的所有tcp,udp连接,以及开放的端口信息...
模拟netstat的功能,扫描本机当前的所有tcp,udp连接,以及开放的端口信息-Netstat simulation function, scan the machine for all the current tcp, udp connections and open ports information
- 2022-11-27 05:30:02下载
- 积分:1
-
使用Winsock编写用IPX协议客户/服务器模式的聊天的程序
使用Winsock编写用IPX协议客户/服务器模式的聊天的程序- Uses the Winsock compilation the procedure which chats with the
IPX agreement customer/server pattern
- 2022-02-10 11:08:13下载
- 积分:1
-
MulticastChat : a multicast chat, the running of a number of examples, then join...
MulticastChat:一个多播的聊天程序,运行多个实例,然后加入同一个组即可聊天。-MulticastChat : a multicast chat, the running of a number of examples, then joined a group can chat.
- 2022-05-24 23:22:19下载
- 积分:1
-
网络数据报示例(包含 客户端服务器端)
网络数据报示例(包含 客户端服务器端)-network data reported examples (including client-server side)
- 2023-04-11 21:05:04下载
- 积分: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
-
VC Socket document transmission source model, the sample can understand the basi...
VC中用Socket传送文件示范源码,本示例可以了解Socket 的基本原理-VC Socket document transmission source model, the sample can understand the basic tenets of Socket
- 2022-12-03 01:25:03下载
- 积分:1
-
模拟数据链路层的实现
采用 go back n 的方案,进行差错控制
vc6.0...
模拟数据链路层的实现
采用 go back n 的方案,进行差错控制
vc6.0-implement the data link protocol
of "go back n"
- 2022-03-02 19:51:00下载
- 积分:1
-
使用方法:
首先安装winpacp驱动,发送的时候可以选择ARP的TYPE。如果是ARP请求报文,则只要输入要问的IP地址,如果是ARP应答报文则要输入发送...
使用方法:
首先安装winpacp驱动,发送的时候可以选择ARP的TYPE。如果是ARP请求报文,则只要输入要问的IP地址,如果是ARP应答报文则要输入发送端的IP以及对方询问MAC地址对应的IP地址。
最后的发送速度可选参数为:(大小写敏感)
fast----------最快
hear---------每60MS一个包(比较适合结合SNIFFER做监听)
slowhear---每500MS一个包
auto---------每1秒一个包
slow---------每2秒个包
-Usage: First, install the driver winpacp, send when ARP can choose the TYPE. If the ARP request message, the question as long as the input to the IP address, if the ARP response packet will have to enter the sending end of the IP and MAC address of the other asked whether the corresponding IP address. The final optional parameter for sending speed: (case sensitive) fast fastest hear- a packet every 60ms (SNIFFER make more suitable combination of monitor) slowhear- every 500ms a packet auto- every one seconds a packet slow- every two seconds of packet
- 2022-01-24 12:52:46下载
- 积分:1