-
-
Sorted_Link.zip
... and most common data structures, and are used to implement many important abstract data structures, such as stacks, queues, hash tables, symbolic expressions, skip lists, and many more.
The principal benefit of a linked list over a conventional array ...
-
-
-
renju.rar
VC++开发的五子棋游戏源代码,利用PVS+历史启发+HASH构造的博弈树,效率还不错,,新人学习不错的资料
-
-
-
binary_hash.rar
查找表源码,其中包含两个独立的程序:
(1)哈希(Hash)表操作测试程序
(2)二分查找法测试程序
用C语言编译器编译后可以直接运行,功能包括查找、插入、删除等操作。
-
-
-
md6_c_code-2008-11-2.zip
继MD5被攻破后,在Crypto2008上, Rivest提出了MD6算法,该算法的Block size为512
bytes(MD5的Block Size是512 bits), Chaining value长度为1024 bits, 算法增加了并行
机制,适合于多核CPU。 在安全性上,Rivest宣称该算法能够抵抗截至目前已知的所有的
攻击(包括差分攻击)。
个人认为,MD6极有可能成为新一代Hash算法标准。
-