-
-
volume_dump.zip
MD5 File. This file is used to take the MD5 Hash message Digest.
-
jiami.rar
文件加密解密的算法,vc6.0下已经测试通过,包括数据签名的HASH算法
-
-
-
mmtrie.zip
写这个的出发点是吧之前做的trie能写到文件而且能很容易mmap到内存, 可以用于输入法 搜索引擎分词 词表的功能, 共享前缀存储, 支持最大20亿节点.
简单一点可以当一个hash表使用, 查找的时间复杂度为 N* Log(256) N为字符长度, key可以为二进制的数据, value 必须为int类型, 不能为0, 因为mmtrie_get()/find() 没有结果的情况下为0,
如果需要set value为0的话自己+1, 出来的时候-1就好了.
-
SHA-1.rar
安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准(Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。
-
exampleReadAssignment2-1.zip
This program stores up to 10.000 book names , authors , issn-number. The input data is stored in a hash table. You can sort the input data ascending/descending by their author name or by the issue-number.
-
-
-
-