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

搜索资源列表

  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. Judy

    0下载:
  2. 一种类似于hash算法,但可顺序遍历成员,节省空间的映射算法实现,包括文档和源码
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1125517
    • 提供者:wuyang
  1. c-algorithms1.0.0.tar

    0下载:
  2. 常用的数据结构和算法函数库,比如集合、列表、树、队列、hash等。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:340643
    • 提供者:渡渡鸟
  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_C

    1下载:
  2. 常用的12个哈希函数,用C语言写的,每个函数都包含测试程序-12 commonly used hash function, using C language written test procedures are included for each function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:2611
    • 提供者:X-Ray
  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. pyinotify

    0下载:
  2. 大量小文件的实时同步方案,通过Hash Tree来实现同步,既有通过日志来同步的软实时特点(msyql, bdb等),也可以保证最终数据的一致性(rsync, unison等)。Hash Tree的大体思路是将所有数据存储成树状结构,每个节点的Hash是其所有子节点的Hash的Hash,叶子节点的Hash是其内容的Hash。这样一旦某个节点发生变化,其Hash的变化会迅速传播到根节点。需要同步的系统只需要不断查询跟节点的hash,一旦有变化,顺着树状结构就能够在logN级别的时间找到发生变化的内
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1731
    • 提供者:wuyou
  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. hash_tree_linux

    0下载:
  2. linux下写的哈希树,用位计算进行哈希,树选用B+树,能直接应用于各种函数。-a hash tree written under linux , using bit calculation to hash, the tree used B+ tree,can be directly applied to a variety of functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:24618
    • 提供者:caonima
  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. dbus-hash

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

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

    0下载:
  2. Device-Mapper dirty region hash interface.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6215
    • 提供者:rhtingying
  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

    0下载:
  2. hash - hashing table processing.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:13277
    • 提供者:sqmunzou
  1. Hash

    0下载:
  2. compute the hash of an item with a specific type.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:18501
    • 提供者:xkqtkk
  1. Hash

    0下载:
  2. compute the hash of an item with a specific type for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:13282
    • 提供者:fingnbmw
  1. hash.tar

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

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:RobertFetter
  1. SPlayer视频文件hash算法 - Google Docs

    0下载:
  2. 射手播放器的HASH算法,如何计算文件特征码(HASH algorithm for a shooter player)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-09
    • 文件大小:14336
    • 提供者:Mr Long
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com