虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

keyed-hash

  • algorithm

    algorithm , tree hash table, b tree, Tas de Fibonnaci

    标签: algorithm

    上传时间: 2014-01-07

    上传用户:aeiouetla

  • 基于JXTA的P2P交通仿真程序

    基于JXTA的P2P交通仿真程序,SimpleJxtaApp.java为主控文件,RoadGui为图形界面,MD5为Hash码生成文件,Cartest01为车辆Agent文件,另外一个对等组工具文件PeerGroupTool。

    标签: JXTA P2P 交通仿真 程序

    上传时间: 2014-01-09

    上传用户:脚趾头

  • 先前的md5_correct关于Unicode的说法不正确

    先前的md5_correct关于Unicode的说法不正确,此版本为验证过的真正支持Unicode的版本,修正了其他的小问题。注意文件格式仅支持ansi格式,其他格式的支持不是本类的重点。关键词:md5,CMd5,Unicode,hash

    标签: correct Unicode md

    上传时间: 2015-08-07

    上传用户:ljt101007

  • My (so called) HiP compression algorithm as console mode utility. It s a hybrid of Lempel-Ziv 77 a

    My (so called) HiP compression algorithm as console mode utility. It s a hybrid of Lempel-Ziv 77 and Adaptive Huffman encoding (Huffman + LZ77 ZIP = HiP) with a word prefix hash algorithm etc.

    标签: compression Lempel-Ziv algorithm console

    上传时间: 2015-08-27

    上传用户:whenfly

  • 以IP地址为例

    以IP地址为例,介绍采用Hash技术统计分析海量数据,结果存入数据库,由于数据库文件太大,只上载了Java源代码

    标签: 地址

    上传时间: 2013-12-20

    上传用户:gxrui1991

  • 最新版本的加密解密算法库

    最新版本的加密解密算法库,其中包括最流行的hash函数md5,md4,sha-1等

    标签: 版本 加密 解密 算法库

    上传时间: 2014-01-19

    上传用户:黑漆漆

  • UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh

    UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.

    标签: implementation Extensions libraries standard

    上传时间: 2013-12-14

    上传用户:leehom61

  • 提出一种基于视觉特性的图像摘要算法

    提出一种基于视觉特性的图像摘要算法,增大人眼敏感的频域系数在计算图像Hash时的权重,使得图像Hash更好地体现视觉特征,并提高鲁棒性。将原始图像的分块DCT系数乘以若干由密钥控制生成的伪随机矩阵,再对计算的结果进行基于分块的Watson人眼视觉特性处理,最后进行量化判决产生固定长度的图像Hash序列。本算法比未采用视觉特性的算法相比,提高了对JPEG压缩和高斯滤波的鲁棒性。图像摘要序列由密钥控制生成,具有安全性。

    标签: 视觉特性 图像 算法

    上传时间: 2016-01-19

    上传用户:wendy15

  • memcached是一个高性能的分布式的内存对象缓存系统

    memcached是一个高性能的分布式的内存对象缓存系统,通过在内存里维护一个统一的巨大的hash表,它能够用来存储各种格式的数据,包括图像、视频、文件以及数据库检索的结果等。最初为了加速 LiveJournal 访问速度而开发的,后来被很多大型的网站采用。起初作者编写它可能是为了提高动态网页应用,为了减轻数据库检索的压力,来做的这个缓存系统。它的缓存是一种分布式的,也就是可以允许不同主机上的多个用户同时访问这个缓存系统, 这种方法不仅解决了共享内存只能是单机的弊端, 同时也解决了数据库检索的压力,最大的优点是提高了访问获取数据的速度!基于memcached作者对分布式cache的理解和解决方案。

    标签: memcached 性能 分布式 内存

    上传时间: 2013-12-28

    上传用户:zmy123

  • Intel Threading Building Blocks多核并行运算库的源码。TBB是Intel开发的多核运算库

    Intel Threading Building Blocks多核并行运算库的源码。TBB是Intel开发的多核运算库,用并行处理算法循环,并附带了一个版本的hash map

    标签: Intel Threading Building Blocks

    上传时间: 2013-11-30

    上传用户:yoleeson