搜索结果
找到约 174 项符合
keyed-Hash 的查询结果
Internet/网络编程 基于JXTA的P2P交通仿真程序
基于JXTA的P2P交通仿真程序,SimpleJxtaApp.java为主控文件,RoadGui为图形界面,MD5为Hash码生成文件,Cartest01为车辆Agent文件,另外一个对等组工具文件PeerGroupTool。
加密解密 先前的md5_correct关于Unicode的说法不正确
先前的md5_correct关于Unicode的说法不正确,此版本为验证过的真正支持Unicode的版本,修正了其他的小问题。注意文件格式仅支持ansi格式,其他格式的支持不是本类的重点。关键词:md5,CMd5,Unicode,hash
压缩解压 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.
加密解密 最新版本的加密解密算法库
最新版本的加密解密算法库,其中包括最流行的hash函数md5,md4,sha-1等
编译器/解释器 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 ...
行业发展研究 提出一种基于视觉特性的图像摘要算法
提出一种基于视觉特性的图像摘要算法,增大人眼敏感的频域系数在计算图像Hash时的权重,使得图像Hash更好地体现视觉特征,并提高鲁棒性。将原始图像的分块DCT系数乘以若干由密钥控制生成的伪随机矩阵,再对计算的结果进行基于分块的Watson人眼视觉特性处理,最后进行量化判决产生固定长度的图像Hash序列。本算法比未采用视 ...
操作系统开发 memcached是一个高性能的分布式的内存对象缓存系统
memcached是一个高性能的分布式的内存对象缓存系统,通过在内存里维护一个统一的巨大的hash表,它能够用来存储各种格式的数据,包括图像、视频、文件以及数据库检索的结果等。最初为了加速 LiveJournal 访问速度而开发的,后来被很多大型的网站采用。起初作者编写它可能是为了提高动态网页应用,为了减轻数据库检索的压力, ...
并行计算 Intel Threading Building Blocks多核并行运算库的源码。TBB是Intel开发的多核运算库
Intel Threading Building Blocks多核并行运算库的源码。TBB是Intel开发的多核运算库,用并行处理算法循环,并附带了一个版本的hash map