CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - Data analysis

搜索资源列表

  1. zheng

    0下载:
  2. 本文目的是演示Linux中的SOCK_PACKET插口的使用方法,实现对网络数据帧的捕获,编程方法简洁高效,可广泛应用在网络数据的分析、过滤和协议变换上。作者通过对Linux系统的编程实践,提出了一些思考,希望对读者有所启发-purpose of this paper is a demonstration of Linux SOCK_PACKET jack way to use the network to achieve the data frame capture, programming
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2355
    • 提供者:李新
  1. FrameParser

    0下载:
  2. Ethernet帧结构解析程序,包括对源地址、目的地址、数据的解析,同时包括CRC校验。-Ethernet frame structure analysis procedures, including the source address, destination address, data analysis, while including the CRC.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:44010
    • 提供者:李明
  1. PCAP-packet-analysis

    0下载:
  2. PCAP数据包解析-wireshark截取数据报文-PCAP packet analysis-wireshark intercept data packets
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-27
    • 文件大小:2932
    • 提供者:池志雄
  1. ARP

    0下载:
  2. A ARP analysis tool based on SharpPcap which is a packet capture framework for the .NET environment, based on the famous pcap / WinPcap libraries.-A ARP analysis tool based on SharpPcap which is a packet capture framework for the .NET environment, ba
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-21
    • 文件大小:421108
    • 提供者:jijiegg
  1. HMIServer

    0下载:
  2. 一个基于TCP协议的服务器接收大数据量,并且可以解析XML文件。最终根据把解析到的数据绘制到Dialog上。-A TCP-based server receives a large amount of data, and can parse the XML file. According to final data analysis to draw on to Dialog.
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-29
    • 文件大小:75164
    • 提供者:何斌
  1. vcc_libpcap-0.8.3.tar

    0下载:
  2. pcap库文件源代码,很有意思的东东 可以截获网络数据包,并进行网络数据分析-pcap library source code, the very interesting Dongdong network can be intercepted data packets and network data analysis
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-28
    • 文件大小:302551
    • 提供者:谢海涛
  1. DEA

    0下载:
  2. 数据包络分析,很不错的东西-Data envelopment analysis, it is a good thing
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2673396
    • 提供者:heaven
  1. bcbsimplesniff

    0下载:
  2. 一个简单的sniff用BCB做的,只做分析不存储数据!-A simple sniff with BCB do not only store data analysis!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:7785
    • 提供者:叶锋
  1. fetchmatrix

    0下载:
  2. 自动抓取programmabelweb上的Mashup矩阵数据,分析Web2.0混搭应用之间的关系网络与发展趋势,找到最有价值的Web APP平台。-Automatically crawl Mashup Matrix programmabelweb on data analysis of the application of Web2.0 mash the relationship between the network and development trends, to find the m
  3. 所属分类:Search Engine

    • 发布日期:2017-04-05
    • 文件大小:335754
    • 提供者:weblivinglab
  1. TCPTrafficAnalysisResult

    0下载:
  2.  TCP 吞吐量是 TCP 性能的一个重要的端到端性能指标,本程序的功能是对实验数据进行分析,获得TCP流量传输过程中的各项参数!-TCP throughput performance of TCP is an important indicator of end-to-end performance, the function of this process is the analysis of experimental data, access to TCP traffic in the p
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-14
    • 文件大小:5971
    • 提供者:pengjikui
  1. SQLSeveryingyong

    0下载:
  2. 本书由浅入深、全面而系统地介绍了SQL Server 2005数据库管理系统的使用方法和开发技巧,是作者多年教学与开发经验的总结。全书分为4个部分共23章。第1部分主要介绍数据库基本理论、SQL语言和Transact—SQL语言的语法;第2部分介绍了SQL Server 2005的安装、体系结构及服务器的管理、开发工具、数据库和数据表以及索引和视图的管理、查询优化、游标、存储过程和触发器、数据完整性、SQL Server 2005安全性、SQL Server 2005数据库备份与恢复等;第3部分
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-10
    • 文件大小:2120224
    • 提供者:ogawaitoe
  1. YH_zhishu

    0下载:
  2. 1、百度指数是以百度网页搜索和百度新闻搜索为基础的免费海量数据分析服务。 透过百度指数可以把握关键词趋势,提前做好SEO优化预案; 2、小偷工具,无需维护数据; 3、DIV+CSS模板方便修改;-1, Baidu' s index is based on Web search and Baidu Baidu news search based on massive data analysis services free of charge. Baidu' s index
  3. 所属分类:Web Server

    • 发布日期:2017-03-27
    • 文件大小:35473
    • 提供者:aper
  1. Snake

    0下载:
  2. snake 用C#编写的一个贪吃蛇的小游戏,可以供大家参考一下,可能比较简单,对初学者比较有用!-kl algorithm mainly through the clustering of data analysis, propose a relatively new algorithm, we can reference!
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-05
    • 文件大小:68679
    • 提供者:蒋成
  1. NetTraffic

    0下载:
  2. 简单的网络流量嗅探器 可以实时的查看网络通路的流量,并进行一些数据上的分析。-A simple network traffic sniffer can access real-time view network traffic, and some data analysis.
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-05
    • 文件大小:747903
    • 提供者:蒋苏
  1. networkstream

    0下载:
  2. 在windows操作系统下,基于Winsock实现局域网网络流量检测,主要针对以太网,和相应网卡数据分析。-In the windows operating system, LAN network traffic based on Winsock test, mainly for Ethernet, and the corresponding card data analysis.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:1344400
    • 提供者:dudu
  1. Crawler

    0下载:
  2. 一个经典的网络爬虫程序,用于采集网络页面上的数据,在数据分析中起到重要的作用。-A classic web crawlers, web page for collecting data, data analysis play an important role.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:816393
    • 提供者:SUN JIECONG
  1. XML

    0下载:
  2. XML数据解析的应用,程序简单,效率高,很适合其他工程的移植。-XML data analysis applications, the program is simple and efficient, it is suitable for transplantation of other projects.
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-16
    • 文件大小:43340
    • 提供者:射天狼
  1. Internet-analysis

    0下载:
  2. 利用mfc编的简单的网络数据包分析程序,具有分析网络数据的功能-Mfc compiled using simple network packet analyzer, network data analysis capabilities with
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-05-16
    • 文件大小:4381430
    • 提供者:李婷
  1. data-capture-and-restore

    0下载:
  2. 可以实现网络数据的抓取分析和实现对捕获包的还原重组功能-Crawling the network data analysis and the reduction and reorganization of captured packets
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:265590
    • 提供者:wenlong
  1. ais-data-field

    0下载:
  2. ais数据字段,用于研究ais数据解析,协助ais软件开发-ais data field for data analysis ais help achieve ais Software Development
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:6683
    • 提供者:yamazaki
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com