TODO: 1.grammer-transfer transfer get object from http:// transfer put object to http:// transfer post object to http:// transfer delete from http:// transfer put object in objectlist transfer del...
分类:
其他好文 时间:
2014-12-11 14:12:02
阅读次数:
125
cuckoo简介:Cuckoo基于虚拟机技术,使用中央控制系统和模块设计,结合python的自动化特征,已经是颇为自动化的恶意软件行为研究环境。独到的蜜罐网络研发的技巧,让Cuckoo可以轻而易举的进行URL分析、网络通讯分析、程序分析、pdf分析。个人推荐使用debian或ubuntu主机安装virtualbox当作Cuckoo Host,WinXP做guest。
运行环境:Ubuntu 14...
分类:
Windows程序 时间:
2014-12-10 22:55:32
阅读次数:
1170
一 基本思想:cuckoo hash是一种解决hash冲突的方法,其目的是使用简单的hash 函数来提高hash table的利用率,同时保证O(1)的查询时间基本思想是使用2个hash函数来处理碰撞,从而每个key都对应到2个位置。插入操作如下:1. 对key值hash,生成两个hash key值...
分类:
其他好文 时间:
2014-09-07 10:59:54
阅读次数:
290
Problem B:Cuckoo for HashingAn integer hash table is a data structure that supports insert, delete and lookup of integer values inconstant time. Tradi...
分类:
其他好文 时间:
2014-09-05 21:07:02
阅读次数:
275
Cuckoo HashingDescriptionOne of the most fundamental data structure problems is the dictionary problem: given a set D of words you want to be able to ...
分类:
其他好文 时间:
2014-08-06 21:51:12
阅读次数:
458