资源列表
[Internet/网络编程] Text
说明:是把所有可能的输入数据,即程序的输入域划分成若干部分(子集),然后从每一个子集中选取少数具有代表性的数据作为测-It is to put all possible input data, that process the input domain is divided into several parts (subsets), and then focus on a small number of selected each sub-representative data as a measu<王琼琼> 在 2025-06-18 上传 | 大小:1.25mb | 下载:0
[Internet/网络编程] UDP-chat
说明:利用visual studio开发的基于UDP协议可以进行局域网内聊天程序程序-Use visual studio development based on UDP protocol can be LAN chat program program<张珏> 在 2025-06-18 上传 | 大小:49kb | 下载:0
[Internet/网络编程] neighbour-list
说明:可以用来管理网络协议的邻居列表,处理节点的行为-Can be used to manage the network protocol of the neighbor list, the behavior of processing nodes<成星国> 在 2025-06-18 上传 | 大小:3kb | 下载:0
[Internet/网络编程] codes-detailed-explainnation--MFlood
说明:对于车联网的洪泛广播协议的每一行代码都进行了注释,详解-Each line of code that flooding broadcast protocol for vehicle networks has made detailed notes<成星国> 在 2025-06-18 上传 | 大小:196kb | 下载:0
[Internet/网络编程] zidian
说明:模拟在线字典的上传和下载功能,利用网络服务器TCP实现,并利用的并发服务器-find dictionary<张旭东> 在 2025-06-18 上传 | 大小:9kb | 下载:0
[Internet/网络编程] synflood
说明:能对指定IP的主机发动synflood攻击-To specify the IP host launched a synflood attack<1220tuantuan> 在 2025-06-18 上传 | 大小:2kb | 下载:0
[Internet/网络编程] wincap4
说明:能对指定本机指定网卡进行监听,截获数据包,并提取相应字段,作出分析-To specify the machine specified network card to monitor, intercept data packets, and extract the corresponding field, make the analysis<1220tuantuan> 在 2025-06-18 上传 | 大小:2kb | 下载:0
[Internet/网络编程] MyPing
说明:windows下ping命令的c语言程序实现 ping命令的工作原理是:向网络上的另一个主机系统发送ICMP报文,如果指定系统得到了报文,它将把报文一模一样地传回给发送者-Under Windows ping command in the c language program implementation Ping command working principle is: to another host on the network the system sends the ICMP<1220tuantuan> 在 2025-06-18 上传 | 大小:4kb | 下载:0
[防火墙与安全工具] FirewallFHK_src
说明:一个防火墙程序,可以过滤流经本机网络协议栈的数据包,进行自定义过滤-A firewall program, you can filter flows through the native network protocol stack packet customize filter<张珏> 在 2025-06-18 上传 | 大小:12.13mb | 下载:0
[Web服务器] phpmps_v2.3_build150413_utf8
说明:Phpmps 是基于PHP + MYSQL的开源分类信息发布系统,经过完善设计并适用于各种服务器环境,如:UNIX、LINUX、WINDOWS等,是一个高效、快速网站解决方案。-Phpmps is based on open source PHP+ MYSQL classified information release system, perfect design and is suitable for a variety of server environments, such as: UN<gala> 在 2025-06-18 上传 | 大小:5.93mb | 下载:0
[TCP/IP协议栈] TCP-IP详解卷1:协议
说明:TCP/IP 主要是详细介绍网络协议的文档(TCP/IP is mainly a detailed descr iption of the document of the network protocol)<Q-Q> 在 2025-06-18 上传 | 大小:5.15mb | 下载:0
[Internet/网络编程] linux_epoll模型
说明:epoll是Linux内核为处理大批量文件描述符而作了改进的poll,是Linux下多路复用IO接口select/poll的增强版本,它能显著提高程序在大量并发连接中只有少量活跃的情况下的系统CPU利用率。另一点原因就是获取事件的时候,它无须遍历整个被侦听的描述符集,只要遍历那些被内核IO事件异步唤醒而加入Ready队列的描述符集合就行了。epoll除了提供select/poll那种IO事件的水平触发(Level Triggered)外,还提供了边缘触发(Edge Triggered),这就使得<Q-Q> 在 2025-06-18 上传 | 大小:292kb | 下载:0