-
LaBrea的Unix版本
LaBrea的Unix版本-unix version of LaBrea
- 2022-11-10 16:10:03下载
- 积分: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
-
网络流量监控,统计当前网络的输入流量和输出流量。
网络流量监控,统计当前网络的输入流量和输出流量。-Network traffic monitoring, statistics on current network traffic input and output flow.
- 2022-05-16 10:28:34下载
- 积分:1
-
对程序进行了速度调用上的优化,同时删除了所有的广告,大家可以自由增加自己的广告,也不用麻烦改版权信息,只需要把bottom.asp和Head.asp的版权信息改...
对程序进行了速度调用上的优化,同时删除了所有的广告,大家可以自由增加自己的广告,也不用麻烦改版权信息,只需要把bottom.asp和Head.asp的版权信息改成贵站的就可以了。-right procedures for the transfer speed of optimization, delete all the advertisements, we can add their own advertising, do not have to change copyright trouble information only and should bottom.asp Head.asp copyright information into the Guizhan on it.
- 2022-03-18 00:19:33下载
- 积分:1
-
客户端从终端接受键盘数据并把数据发送至服务端
服务端把客户端发送过来的数据执行并把结果发送至客户端
客户端和服务端数据发送增加数据包头,进行打包操作...
客户端从终端接受键盘数据并把数据发送至服务端
服务端把客户端发送过来的数据执行并把结果发送至客户端
客户端和服务端数据发送增加数据包头,进行打包操作-The client from the terminal to accept the keyboard data and the data sent to the server
Server to the client to send the data over the implementation and the results sent to the client
Client and server data transmission to increase the data header, for packaging operations
- 2022-02-15 07:37:12下载
- 积分:1
-
我测试过了,数据包多时,效果不好,可以挂协议分析
我测试过了,数据包多时,效果不好,可以挂协议分析-I ve tested, and data packets for some time, the effect of poor, can be linked to protocol analysis
- 2022-05-25 22:49:11下载
- 积分:1
-
该程序捕获所有的数据包,并分析以太网头部、IP头部和TCP头部。...
该程序捕获所有的数据包,并分析以太网头部、IP头部和TCP头部。-capture all of the procedures of data packets, and analyze Ethernet head, the head of IP and TCP head.
- 2022-07-21 05:02:33下载
- 积分:1
-
一个端口到进程的映射工具,供大家学习交流
一个端口到进程的映射工具,供大家学习交流-A port-to-process mapping tool for studying the exchange of U.S.
- 2022-03-03 02:33:20下载
- 积分: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
-
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