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

搜索资源列表

  1. HASHES.ZIP

    0下载:
  2. 雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用雜湊法是最適當不過了。因為雜湊表搜尋在沒有碰撞(collision)及溢位(over
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:24590
    • 提供者:HCJ
  1. memoryyyyy

    0下载:
  2. 存储管理实验 内存页面调度算法比较 理解内存页面调度的机理,掌握几种理论调度算法实现,并通过实验比较各种调度算法的优劣。此外通过实验了解HASH表数据结构的使用。 -experimental memory storage management pages scheduling algorithm better understanding of memory pages scheduling mechanism, Several theories master scheduling a
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:15860
    • 提供者:wodanige
  1. hash.c++

    0下载:
  2. 一个开源的哈希表源码实现,算法比较简短精简-a revenue source to achieve hash table, the relatively brief concise algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1357
    • 提供者:kanyu
  1. uthash-1.5

    0下载:
  2. UTHASH是一个高性能的HASH表操作库,特点是简单,容易使用,占用内存少,有需要的可以试一下-UTHASH HASH table is a high-performance operation of libraries, is characterized by simple, easy to use, small footprint, need to try
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-12-23
    • 文件大小:425984
    • 提供者:hahaha
  1. c-hash

    0下载:
  2. C语言实现的哈希表算法,比链表的查询更快,在大量节点管理时很实用。-C-implemented hash table algorithm, faster than the query list, in the management of a large number of nodes is very useful.
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-25
    • 文件大小:15360
    • 提供者:黄健
  1. Hash

    0下载:
  2. 用Delphi实现的哈希表,效率很高的,很值得一看啊。-Using Delphi to achieve the hash table, high efficiency, it is worth a visit ah.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-21
    • 文件大小:213806
    • 提供者:mqx
  1. googlehash

    0下载:
  2. google hash table算法,api清晰好用,附有本人测试的example程序,linux gcc。-google hash table algorithm, api clear easy to use, with the example I am testing procedure, linux gcc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:22427
    • 提供者:tom
  1. paixu

    0下载:
  2. hash表的使用,使用hash函数并包含解决冲突的方法-the use of hash table, use the hash function and includes a solution to the conflict
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:2330
    • 提供者:chenyuehong
  1. hash

    0下载:
  2. (1)为班级学生花名册建立开桶或闭桶散列表。 (2)友好性:界面要友好,输入有提示,尽量展示人性化。 (3)可读性:源程序代码清晰、有层次。 (4)健壮性:对输入的数据有纠错处理。-(1) class roster for the establishment of open or closed barrels barrels hash table. (2) friendly: the interface should be friendly, to bring in people w
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:6368
    • 提供者:yangyang
  1. linux

    0下载:
  2. 1.(若知道进程号,那么可以通过HASH 表很快地找到该进程)2调度程序的提.3.(用户空间和内核空间动态内存-1. (If so, its process, then HASH table can quickly find the process) 2 scheduling procedures to .3. (User space and kernel space dynamic memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3176
    • 提供者:soulpower
  1. uthash-1.5

    0下载:
  2. uthash 是一个C语言的哈希表,支持各种结构类型的存储、添加、删除,这些操作都在固定的时间完成,跟哈希表本身的大小无关。键也可以是任何类型的数据。-is a C language uthash the hash table to support a variety of structural types of storage, add, delete, these operators are in a fixed time to complete, with the hash table s
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:470738
    • 提供者:孙文
  1. chap0

    0下载:
  2. dht分散式哈希表,用于BitTorrent、emule协议中-A Modular Distributed Hash Table
  3. 所属分类:Network Security

    • 发布日期:2017-04-17
    • 文件大小:391835
    • 提供者:吴开红
  1. hash

    0下载:
  2. hash表的一个小实现,写的不好,只是对自己学习的一个练习。-a small hash table implementation is badly written, but an exercise of their own learning.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:182046
    • 提供者:chaoswong
  1. hash

    0下载:
  2. 哈希表,linux c 编写。非常实用,简洁-Hash table, linux c preparation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:4845
    • 提供者:李世蓂
  1. mmtrie

    0下载:
  2. 写这个的出发点是吧之前做的trie能写到文件而且能很容易mmap到内存, 可以用于输入法 搜索引擎分词 词表的功能, 共享前缀存储, 支持最大20亿节点. 简单一点可以当一个hash表使用, 查找的时间复杂度为 N* Log(256) N为字符长度, key可以为二进制的数据, value 必须为int类型, 不能为0, 因为mmtrie_get()/find() 没有结果的情况下为0, 如果需要set value为0的话自己+1, 出来的时候-1就好了.-Write the start
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:5200
    • 提供者:王涛
  1. hash

    0下载:
  2. 包括hash表的输入、输出、插入、查找等相关操作-Including hash table of the input and output, insert, and find the relevant operation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:969
    • 提供者:lizhen
  1. hash

    0下载:
  2. Hash 散列表的算法实现,有详细的代码解释-Hash hash table algorithm, a detailed interpretation of the code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-09
    • 文件大小:9268
    • 提供者:joyking
  1. dbus-hash

    0下载:
  2. Generic hash table utility internal to D-Bus implementation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:12659
    • 提供者:guekongseng
  1. hash

    0下载:
  2. Turn bulk memory into a hash table object by initializing the fields of the Hash structure.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6969
    • 提供者:vhbunqui
  1. hash.tar

    0下载:
  2. hash table routines in C
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:RobertFetter
« 12 3 4 5 6 »
搜珍网 www.dssz.com