搜索资源列表
hashgen-1.1-win
- 产生哈希函数的代码,各种好像都有,希望大家参考,不要浪费太多时间!
Hash_C
- 常用的12个哈希函数,用C语言写的,每个函数都包含测试程序-12 commonly used hash function, using C language written test procedures are included for each function
hash_tree_linux
- 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.
hashing_seach
- hash函数:x 5 (x>>3)&7 二次哈希查找-hash function: x 5 (x> > 3) & 7 the second hash lookup
CloudYUNPAN-master
- 高效的半异步半同步模型(学习memchaced的网络模型)主进程负责用libevent监听套接字,并且按照哈希函数的分配法则将accept得到的fd分配给各个子进程,类似于一个小的负载均衡,hash=(一个count计数++ % 总进程数)(The efficient semi asynchronous semi synchronous model (learning memchaced network model) the main process is responsible for lis