亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

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關(guān)于Unicode的說法不正確

    先前的md5_correct關(guān)于Unicode的說法不正確,此版本為驗證過的真正支持Unicode的版本,修正了其他的小問題。注意文件格式僅支持ansi格式,其他格式的支持不是本類的重點。關(guān)鍵詞: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技術(shù)統(tǒng)計分析海量數(shù)據(jù),結(jié)果存入數(shù)據(jù)庫,由于數(shù)據(jù)庫文件太大,只上載了Java源代碼

    標簽: 地址

    上傳時間: 2013-12-20

    上傳用戶:gxrui1991

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

    最新版本的加密解密算法庫,其中包括最流行的hash函數(shù)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

  • 提出一種基于視覺特性的圖像摘要算法

    提出一種基于視覺特性的圖像摘要算法,增大人眼敏感的頻域系數(shù)在計算圖像Hash時的權(quán)重,使得圖像Hash更好地體現(xiàn)視覺特征,并提高魯棒性。將原始圖像的分塊DCT系數(shù)乘以若干由密鑰控制生成的偽隨機矩陣,再對計算的結(jié)果進行基于分塊的Watson人眼視覺特性處理,最后進行量化判決產(chǎn)生固定長度的圖像Hash序列。本算法比未采用視覺特性的算法相比,提高了對JPEG壓縮和高斯濾波的魯棒性。圖像摘要序列由密鑰控制生成,具有安全性。

    標簽: 視覺特性 圖像 算法

    上傳時間: 2016-01-19

    上傳用戶:wendy15

  • memcached是一個高性能的分布式的內(nèi)存對象緩存系統(tǒng)

    memcached是一個高性能的分布式的內(nèi)存對象緩存系統(tǒng),通過在內(nèi)存里維護一個統(tǒng)一的巨大的hash表,它能夠用來存儲各種格式的數(shù)據(jù),包括圖像、視頻、文件以及數(shù)據(jù)庫檢索的結(jié)果等。最初為了加速 LiveJournal 訪問速度而開發(fā)的,后來被很多大型的網(wǎng)站采用。起初作者編寫它可能是為了提高動態(tài)網(wǎng)頁應用,為了減輕數(shù)據(jù)庫檢索的壓力,來做的這個緩存系統(tǒng)。它的緩存是一種分布式的,也就是可以允許不同主機上的多個用戶同時訪問這個緩存系統(tǒng), 這種方法不僅解決了共享內(nèi)存只能是單機的弊端, 同時也解決了數(shù)據(jù)庫檢索的壓力,最大的優(yōu)點是提高了訪問獲取數(shù)據(jù)的速度!基于memcached作者對分布式cache的理解和解決方案。

    標簽: memcached 性能 分布式 內(nèi)存

    上傳時間: 2013-12-28

    上傳用戶:zmy123

  • Intel Threading Building Blocks多核并行運算庫的源碼。TBB是Intel開發(fā)的多核運算庫

    Intel Threading Building Blocks多核并行運算庫的源碼。TBB是Intel開發(fā)的多核運算庫,用并行處理算法循環(huán),并附帶了一個版本的hash map

    標簽: Intel Threading Building Blocks

    上傳時間: 2013-11-30

    上傳用戶:yoleeson

主站蜘蛛池模板: 巴彦县| 三都| 永嘉县| 平安县| 枣阳市| 微山县| 新宾| 铜陵市| 南康市| 犍为县| 凉城县| 吉木萨尔县| 长武县| 任丘市| 天门市| 浮梁县| 读书| 高要市| 迁西县| 麻栗坡县| 邵阳市| 娄烦县| 睢宁县| 黄石市| 江安县| 八宿县| 靖西县| 永安市| 莆田市| 淅川县| 长顺县| 慈利县| 科尔| 高州市| 宿迁市| 瓮安县| 海口市| 兴海县| 天水市| 文山县| 越西县|