搜索资源列表
从网页中获取赛事信息
- 从网页中获取赛事信息
ProtocolAnalyser.zip
- 对从网络截获的数据包进行自动分析,包括数据包的类型,协议,端口,Intercepted from the network packets for automatic analysis, including the type of packet, protocol, port
VC-weather
- 用VC从网页抓取天气预报信息,适合新手学习-With VC weather forecast information from the web crawl
c-get-content-from-web
- c++抓取网页内容,从html源码中获取网页文字,支持文件夹下面多个html遍历读取-c++ capture content from the html source code to get text on the page
libpcap-1.0.0
- 抓包工具分析,对从网卡上截获的数据包进行分析-Packet capture tools to analyze, intercepted from the network card on the analysis of the data packet
SharpDevelop_Core
- 一个从SharpDeveloper中提取出来的AddIn树的控件库。研究SharpDeveloper源代码的人一定会对大名鼎鼎的AddIn结构有所了解。-Extracted from a SharpDeveloper out AddIn tree control library. Research SharpDeveloper source code must have the structure of the famous AddIn understand.
netsim
- 网络损伤仪软件,绝对独家!! 用来模拟网络对报文的损伤。从一个网卡上输入网络数据流,你可以自己随意模拟一定的延迟,模拟个性化的丢包,甚至抖动等,你要做的就是修改宏变量的参数即可。从另一张网卡流出的就是经过模拟损伤的网络流。只需要一台PC机就可以模拟例如路由器、交换机、无线网络等等可能带来的损伤,大大帮助研究和网络的开发和测试。一台硬件损伤仪市价至少五位数-Network Software injury, absolutely exclusive! ! Used to simulate the
carpolite-unite
- 在一个圆形操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2 堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。 例如,图1所示的4堆石,每堆石子数(从最上面的一堆数起,顺时针数)依次为4、5、9、4。则3次合并得分总和最小的方案为图2,得分总和最大的方案为图3。 编程任务: 对于给定n堆石子,编程计算合并成一堆的最小得分和最大得分。 In
Sniffer
- 截获自该程序运行开始的所有经过网卡的前40个包,并保存为文件.支持所有协议,截获包个数可从源码中修改.-Intercepted since the beginning of the program running all through the network card before the 40 packets, and save it as a document. Supports all protocol, the number of intercepted packets from th
Sniff-sniffer-completion-function
- SNIFF嗅探器的完成功能 (1)、用户给出目标地址,当目标地址不是直接IP地址时,需要解析,能给出解析后的IP地址。当目标地址错误或者连接不到时能够给出提示。 (2)、探测数据包从本机地址到达所给定的目标地址需要经过的路由器,列出路由器 IP 地址以及连接时间。 (3)、可以改变数据包参数,以便测试在各种参数的下的连接情况。 -Sniff sniffer completion function (1), give the user destination address,
SensorModule
- 程序从MIB600网关读取micaz数据,根据成帧标准进行组包操作,最终呈现出的是完整的数据包形式。-Procedures to read from the MIB600 gateway micaz data, in accordance with standard framing package group operations, are finally shown the form of a complete packet.
program_datapkg
- 客户端从终端接受键盘数据并把数据发送至服务端 服务端把客户端发送过来的数据执行并把结果发送至客户端 客户端和服务端数据发送增加数据包头,进行打包操作-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 s
capture
- 基于winpcap的数据包捕获程序,可以统计UDP,TCP,ICMP,ARP,IGMP包的数量以及从本机发送和本机接收到得数据包的数量-Based on winpcap packet capture program, you can statistics UDP, TCP, ICMP, ARP, IGMP, and the number of packets sent from the machine and the machine was received by the number of p
MyFramer
- Ethernet帧的封装与解析 帧的封装:用户输入任意一段信息,以回车作为结束。然后程序将这段信息作为帧的数据字段封装到数据帧中。并相应填充帧的其他字段。 帧的解析:从用户输入的文件中读取帧,并对其进行解析。通过重新计算CRC-8校验和,判断该帧是否会被接受。最终在终端输出帧的相关信息。 -Ethernet Frame CRC-8
Tracert
- Tracert程序 Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径。Tracert 命令用 IP 生存时间 (TTL) 字段和 ICMP 错误消息来确定从一个主机到网络上其他主机的路由。 本程序利用RAW Socket实现Tracert程序。Tracert程序在具体实现时,是令其向目的主机发送一个ICMP回显请求消息,并重复递增IP头部TTL字段的值。刚开始的时候TTL等于1,这样当数据报抵达途中的第一个路由器时,TTL值就被减为0,导致发生超时
Discuz_news_alerts_hang_up
- 一个Discuz论坛代码截获分析例程.从登陆到提取用户名,用户积分.以及挂机,新消息即时提醒功能.-A Discuz forum code of routines. From the landing to extract the user name, the user points. And hang up, real-time news alerts.
pca
- 从网络上截获的数据总是很多很杂的,而且有很多重复的,雷同的信息。为了能够更快速的从这些数据中获得信息,就需要对这些信息进行提炼和分析。这个PCA程序就是实现数据归类的,它能从大量多维的信息中提取主要的信息,即主成分,通过对这些个小数量的主成分进行分析,可以更快速有效地得到结果。-Intercepted from the network data is always a lot of very complicated and there are many repeated, identical i
timeclient
- 从远程服务器获取当前时间,远程站点譬如格林威治等-Get time from remote time site
WINPCAP
- 展示了如何使用WINPCAP-API的不同的功能,它作为一个使用指南被划分为一系列的课时来带领读者循序渐进的体会PCAP的程序设计的魅力:从简单的基本功能(如获取网卡的列表,数据包的捕获等)到统计和收集网络流量等高级功能。-Shows how to use WINPCAP-API of the different functions, it acts as a user guide is divided into a series of lessons to take the reader st
network-CSharp-
- 实现的功能有用抓获包的的结果首先按五元组(源目标ip,源目标端口 ,协议类型)进行分类,然后可以通过参数给出在指定时间范围内,这些五元组的协议流的特征。例如:协议类型的话可以出来柱状图分析报的个数,从多到少的前五个排列。 5.达到了网络协议分析的目的-Functions to achieve a useful outcome of the first captured packet according to the five tuple (source target ip, source d