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

搜索资源列表

  1. ophcrack_1_0a

    0下载:
  2. 跟rainbow table结合破解windoes登陆密码及各种hash密码
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:5115175
    • 提供者:yang
  1. malloc4

    0下载:
  2. 自己编写实现malloc函数,并使用哈希表优化。-Malloc function to write your own realization and optimization using the hash table.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:170751
    • 提供者:yuanna
  1. Hashbasedrouting

    0下载:
  2. 这是基于哈希函数的路由表的算法,对路由表的熟悉有很大的帮助。希望大家-Hash-based routing table and binary tree search algorithm
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:200417
    • 提供者:aww
  1. p2pneting

    0下载:
  2. :以Napster和Gnutella为代表的文件共享软件已经成为Internet上增长最迅速的应用。这种运行于多个对等结点(Peer)之上的网络被称为对等网络。随着对等网络规模的增长,可扩展性成为迫切需要解决的问题也成为了研究的热点。本文综述了对等网络领域的研究现状,首先介绍了Internet上常见的对等网络系统及其局限性,然后对最近提出的多种支持大规模对等网络的分布式哈希表查找系统进行了综述,介绍了基于这些查找系统的新一代的文件共享系统,讨论了对等网络中的安全问题并指出了进一步的研究方向。-T
  3. 所属分类:P2P

    • 发布日期:2017-03-27
    • 文件大小:253674
    • 提供者:majie
  1. Kademlia

    0下载:
  2. Kademlia协议(以下简称Kad)是美国纽约大学的PetarP. Maymounkov和David Mazieres. 在2002年发布的一项研究结果《Kademlia: A peerto -peer information system based on the XOR metric》。 简单的说,Kad 是一种分布式哈希表(DHT)技术,不过和其他 DHT 实现技术比较,如 Chord、CAN、Pastry 等,Kad 通过独特的以异或算法(XOR)为距离度量基础,建立了一种 全
  3. 所属分类:P2P

    • 发布日期:2017-03-29
    • 文件大小:221180
    • 提供者:MeterCai
  1. list

    0下载:
  2. 抓包程序,可实现数据包的抓取、存储、查询、利用哈希表实现-Caught program can achieve packets to grab, storage, inquiry, use hash table realized
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-01
    • 文件大小:82375
    • 提供者:王永光
  1. os

    0下载:
  2. 网络通信过程中,服务器必然提供监听socket响应客户端连接请求,也必然提供连接socket与客户端进行交互。一台主机上有不止一个的socket服务器,如ftp、telnet服务器等,他们初始都处于监听状态,等待连接请求的到来。linux中为了管理这两类socket提供了两个哈希链表:tcp_listening_hash和tcp_ehash,下面主要分析下监听哈希表,顺带说下连接hash表。 -Network communication process, provide listen
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3800
    • 提供者:liujunwei
  1. os111

    0下载:
  2. 网络通信过程中,服务器必然提供监听socket响应客户端连接请求,也必然提供连接socket与客户端进行交互。一台主机上有不止一个的socket服务器,如ftp、telnet服务器等,他们初始都处于监听状态,等待连接请求的到来。linux中为了管理这两类socket提供了两个哈希链表:tcp_listening_hash和tcp_ehash,下面主要分析下监听哈希表,顺带说下连接hash表。 -Network communication process, provide listen
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3803
    • 提供者:liujunwei
  1. an194-1(how-to-make-hash-table)

    0下载:
  2. How To Program the has table filter in the cs8900a and cs8920a. Refer that-How To Program the has table filter in the cs8900a and cs8920a. Refer that!!
  3. 所属分类:Linux Network

    • 发布日期:2017-03-26
    • 文件大小:50536
    • 提供者:H2O
  1. zjhftp

    0下载:
  2. 自己写的FTP服务器,包括完整的makefile,上传下载,断点续传,限速,更改目录等等功能。自定义哈希表读写,读取配置文件等,linux多文档多进程编程,多进程之间通讯。-Write your own FTP server, including the complete makefile, upload and download, HTTP, speed limits, change directories and more. For learning to use custom hash t
  3. 所属分类:Ftp Server

    • 发布日期:2017-03-26
    • 文件大小:20549
    • 提供者:
  1. haxibioa

    0下载:
  2. 哈希表课程设计的一些代码,建立一个小型信息管理系统(可以是图书、人事、学生、物资、商品等任何信息管理系统)。-Hash table
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-23
    • 文件大小:2459
    • 提供者:名欣
  1. HashFileCreator

    0下载:
  2. 此代码是BT哈希表爬虫器。用来爬取BT中哈希表的数据进行分析,高性能版。-This code is a BT hash table reptiles. Used to crawling BT hash table data analysis, high-performance version.
  3. 所属分类:P2P

    • 发布日期:2017-11-13
    • 文件大小:45696
    • 提供者:王茹
  1. SHA_256-511120337292002

    0下载:
  2. These are the profesional routines to calculate HASH TABLE values. You can use them to calculate digital signatures for instance.
  3. 所属分类:Proxy Server

    • 发布日期:2017-11-07
    • 文件大小:23405
    • 提供者:aida
  1. uthash-1.9.7

    0下载:
  2. uthash是一个C语言的hash表实现。它以宏定义的方式实现hash表,不仅加快了运行的速度,而且与关键类型无关的优点。 uthash支持:增加、查找、删除、计数、迭代、排序、选择等操作。 -Uthash is a C language of the hash table implementation. It realize the hash table, in the form of a macro definition not only accelerated the speed
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:21762
    • 提供者:xulei
  1. 哈希树

    0下载:
  2. 针对你所在的班级中的“人名”设计一个哈希表,完成相应的建表和查表程序。(A hash table is designed for the "name" of the class in which you are located, and the corresponding table and check - up procedures are completed.)
  3. 所属分类:网络编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:whisdom
搜珍网 www.dssz.com