-
Network packet capture cycle code (based on the next Lincap)
网络数据包循环捕获代码 (基于Lincap下)-Network packet capture cycle code (based on the next Lincap)
- 2023-02-21 16:55:03下载
- 积分:1
-
n在VB书通过新浪爬虫写了很长一段时间,现场采集…
N久前用VB写的新浪图书抓取工具,需要用网站采集然后用这个工具进行配合抓取-N a long time before the VB books written by Sina crawlers, site acquisition and then need to use this tool with the Crawl
- 2022-01-25 23:22:37下载
- 积分:1
-
这是一个全球网站排名的查询工具,包含了生成可执行程序和全部源代码...
这是一个全球网站排名的查询工具,包含了生成可执行程序和全部源代码-This is a global ranking of the site query tool includes the production of all executables and source code
- 2022-06-19 15:56:54下载
- 积分:1
-
IP冲突检测的原理, 通过分析WINDOWS以及ARP来检测IP冲突, 介绍了ARP的检测原理...
IP冲突检测的原理, 通过分析WINDOWS以及ARP来检测IP冲突, 介绍了ARP的检测原理-automatic ip conflict detection
- 2022-06-20 04:24:37下载
- 积分: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
-
这是一本关于网络组建与维护的书,对于这方面的新手及专业人员都有一定的参考价值...
这是一本关于网络组建与维护的书,对于这方面的新手及专业人员都有一定的参考价值-This is a network on the Establishment and Maintenance of books, in this regard, the newcomers and professionals have some reference value
- 2022-06-20 06:42:58下载
- 积分:1
-
on Windows network programming tutorial for beginners, Windows display a variety...
关于Windows网络编程初学者教程,Windows展示了各种I/O方法,详细描述了高性能、可扩展的服务器开发过程,并给出了详细代码。将编程、网络协议和应用实例有机地结合起来,详细介绍了互联网广播和IP组播,原有的socket、SPI、LAN和WAN上的扫描和检测技术,网络和数据的防盗保护,欺骗ARP,IP欺骗。详细介绍了协议驱动的演示开发过程,NDIS编程接口。在编程实践中学习P2P程序设计,讨论了防火墙的渗透,NAT直接建立UDP和TCP到各个程序的连接。Windows包含一个完整的个人防火墙代码示例
- 2023-02-01 09:10:03下载
- 积分:1
-
语音识别工程在家庭中的应用
voice recognition project on home application
- 2022-03-19 03:27:44下载
- 积分:1
-
sniffers support network data filtering, password access, flow control
sniffer,支持网络数据过滤,密码获取,流量监控-sniffers support network data filtering, password access, flow control
- 2022-03-19 11:32:47下载
- 积分:1
-
网络数据包的捕获与分析,用于维护网络安全的软件
网络数据包的捕获与分析,用于维护网络安全的软件-The stuff can be used in the capture and analysis of datagrams on the network.It s useful for the security mainteinance.
- 2023-01-22 15:35:03下载
- 积分:1