Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - hash
Search - hash - List
存储管理实验 内存页面调度算法比较 理解内存页面调度的机理,掌握几种理论调度算法实现,并通过实验比较各种调度算法的优劣。此外通过实验了解HASH表数据结构的使用。 -experimental memory storage management pages scheduling algorithm better understanding of memory pages scheduling mechanism, Several theories master scheduling algorithm, and through experiments comparing the merits of scheduling algorithm. In addition experimental hash table to understand the data structure used.
Date : 2008-10-13 Size : 15.49kb User : wodanige

DL : 0
一种类似于hash算法,但可顺序遍历成员,节省空间的映射算法实现,包括文档和源码
Date : 2008-10-13 Size : 1.07mb User : wuyang

常用的数据结构和算法函数库,比如集合、列表、树、队列、hash等。
Date : 2008-10-13 Size : 332.66kb User : 渡渡鸟

存储管理实验 内存页面调度算法比较 理解内存页面调度的机理,掌握几种理论调度算法实现,并通过实验比较各种调度算法的优劣。此外通过实验了解HASH表数据结构的使用。 -experimental memory storage management pages scheduling algorithm better understanding of memory pages scheduling mechanism, Several theories master scheduling algorithm, and through experiments comparing the merits of scheduling algorithm. In addition experimental hash table to understand the data structure used.
Date : 2025-12-30 Size : 15kb User :

DL : 0
一种类似于hash算法,但可顺序遍历成员,节省空间的映射算法实现,包括文档和源码-A hash algorithm is similar to, but can be a member of the order of traversal, mapping a space-saving algorithm, including documentation and source code
Date : 2025-12-30 Size : 1.07mb User : wuyang

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.
Date : 2025-12-30 Size : 22kb User : tom

大量小文件的实时同步方案,通过Hash Tree来实现同步,既有通过日志来同步的软实时特点(msyql, bdb等),也可以保证最终数据的一致性(rsync, unison等)。Hash Tree的大体思路是将所有数据存储成树状结构,每个节点的Hash是其所有子节点的Hash的Hash,叶子节点的Hash是其内容的Hash。这样一旦某个节点发生变化,其Hash的变化会迅速传播到根节点。需要同步的系统只需要不断查询跟节点的hash,一旦有变化,顺着树状结构就能够在logN级别的时间找到发生变化的内容,马上同步。 文件系统天然的是树状结构,尽管不是平衡的数。如果文件的修改时间是可靠的,可以表征文件的变化,那就可以用它作为文件的Hash值。另一方面,文件的修改通常是按顺序执行的,后修改的文件比早修改的文件具有更大的修改时间,这样就可以把一个目录内的最大修改时间作为它的修改时间,以实现Hash Tree。这样,一旦某个文件被修改,修改时间的信息就会迅速传播到根目录。-Hash Tree to rsync
Date : 2025-12-30 Size : 2kb User : wuyou

DL : 0
hash表的一个小实现,写的不好,只是对自己学习的一个练习。-a small hash table implementation is badly written, but an exercise of their own learning.
Date : 2025-12-30 Size : 178kb User : chaoswong

DL : 0
哈希表,linux c 编写。非常实用,简洁-Hash table, linux c preparation
Date : 2025-12-30 Size : 5kb User : 李世蓂

DL : 0
C语言实现的哈希表算法,比链表的查询更快,在大量节点管理时很实用。-C-implemented hash table algorithm, faster than the query list, in the management of a large number of nodes is very useful.
Date : 2025-12-30 Size : 15kb User : 黄健

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.
Date : 2025-12-30 Size : 24kb User : caonima

DL : 0
包括hash表的输入、输出、插入、查找等相关操作-Including hash table of the input and output, insert, and find the relevant operation
Date : 2025-12-30 Size : 1kb User : lizhen

Generic hash table utility internal to D-Bus implementation.
Date : 2025-12-30 Size : 12kb User : guekongseng

Device-Mapper dirty region hash interface.
Date : 2025-12-30 Size : 6kb User : rhtingying

DL : 0
Turn bulk memory into a hash table object by initializing the fields of the Hash structure.
Date : 2025-12-30 Size : 7kb User : vhbunqui

DL : 0
hash - hashing table processing.
Date : 2025-12-30 Size : 13kb User : sqmunzou

DL : 0
compute the hash of an item with a specific type.
Date : 2025-12-30 Size : 18kb User : xkqtkk

DL : 0
compute the hash of an item with a specific type for Linux v2.13.6.
Date : 2025-12-30 Size : 13kb User : fingnbmw

hash table routines in C
Date : 2025-12-30 Size : 3kb User : RobertFetter

射手播放器的HASH算法,如何计算文件特征码(HASH algorithm for a shooter player)
Date : 2025-12-30 Size : 14kb User : Mr Long
« 12 3 4 5 6 7 8 9 10 ... 16 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.