-
最大流实现程序,很好用,希望和大家分享
最大流实现程序,很好用,希望和大家分享-To achieve maximum flow process, very good, and would like to share ~ ~
- 2022-01-22 12:36:18下载
- 积分:1
-
- 2022-05-30 02:06:52下载
- 积分:1
-
CAN网络与IP网络通信
void Task_Server(void *pdata) { SOCKET* s; int ei; //存放返回值的变量 int RecvCnt=0; //接收数据个数 uint8 RecvBuff[200]; //接收缓冲区 uint8 RecvBuffP=0; uint8 CanSUCCESS=0; struct sockaddr serveraddr,clientaddr; //sockaddr 结构体由协议栈类型、IP和端口组成 uint32 regaddrBYTE; serveraddr.sin_family = 0; //协议栈类型 serveraddr.sin_addr[0] = MCU_IP[0]; //四位IP地址 serveraddr.sin_addr[1] = MCU_IP[1]; serveraddr.sin_addr[2] = MCU_IP[2]; serveraddr.sin_addr[3] = MCU_IP[3]; serveraddr.sin_port = 4000; //服务器本地端口 s = socket(AF_INET,SOCK_STREAM,TCP_
- 2022-06-02 01:16:17下载
- 积分:1
-
it is base on moodle platform
it is base on moodle platform
- 2022-05-25 16:45:33下载
- 积分:1
-
编译环境:VC6
作用:简单功能的sniffer.使用WSADATA等windows socket.可监听tcp,udp,icmp等,也可根据需要更改代码.
编译环境:VC6
作用:简单功能的sniffer.使用WSADATA等windows socket.可监听tcp,udp,icmp等,也可根据需要更改代码.-Compiler Environment: VC6 role: a simple function of sniffer. Use WSADATA such as windows socket. Can monitor tcp, udp, icmp, etc. may also need to change the code.
- 2022-03-19 04:05:53下载
- 积分:1
-
ASP.NET 3.5入门经典的Csharp源代码
ASP.NET 3.5入门经典的Csharp源代码-Getting Started with ASP.NET 3.5 source code for the classic Csharp
- 2022-01-25 17:26:15下载
- 积分:1
-
扩展后的新的PassThru网络过滤驱动程序源码!搞网络安全的技术人员难得好资料。...
扩展后的新的PassThru网络过滤驱动程序源码!搞网络安全的技术人员难得好资料。-The expanded network passthru new source filter driver! Engage in network security and technical personnel information on a rare good.
- 2022-01-26 05:55:22下载
- 积分:1
-
共享以太网:在共享网络环境中,所有的主机都连接到同一条总线并且与其他的主机竞争带宽。这意味着在这样的环境中,发给某个主机的数据包也会被其它所有的机器收到。因此在...
共享以太网:在共享网络环境中,所有的主机都连接到同一条总线并且与其他的主机竞争带宽。这意味着在这样的环境中,发给某个主机的数据包也会被其它所有的机器收到。因此在这样的环境中,任何设置成混杂模式的主机,将可以捕获发送给其它主机的数据包,从而窃听网络上的所有通信。 -Ethernet sharing : sharing network environment, all of the hosts connected to a bus with other mainframe competition bandwidth. This means that in such an environment, to a host of data packets will be all other machines received. In such an environment, any set pattern of mixed mainframe, will be sent to the capture of other mainframe data packets, thereby tapping on the network for all communications.
- 2022-02-16 07:58:52下载
- 积分:1
-
北京大学网络信息安全课件,段云所教授写.在这里和大家分享....
北京大学网络信息安全课件,段云所教授写.在这里和大家分享.-Beijing University of network information security courseware, of the cloud was taught. Here we share.
- 2022-08-07 01:23:19下载
- 积分:1
-
VC中利用钩子记录中文字符
VC中利用钩子记录中文字符 -VC hook records the use of Chinese characters
- 2022-12-28 08:35:04下载
- 积分:1