Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • C++hash.rar 数据结构算法中关于哈希的经典算法的C++实现
  • mimaku.rar 最新版本的加密解密算法库,其中包括最流行的hash函数md5,md4,sha-1等
  • crypttoolkit.rar hash函数的工具大全,主要介绍sha算法,内容详尽但需要一定英文基础。
  • hashmapcontainer.rar C语言实现的hash map容器,可以方便的在其他算法中调用
  • fig23_26.rar c#写的hash table
  • aprioriWritByJava.rar 用JAVA编写的apriori中的动态项目集计数实现算法。采用Hash方法实现具体的划分,属于apriori的一种改进算法
  • SomeAlgorithmsSourceCodeInJava.rar 算法源码集合:有hash表、笛卡尔集、哈弗曼树、矩阵乘法、快速排序
  • vc.net.rar 第一章:综合运用VC.NET与托管类 第二章: 正则表达式的运用 第三章: 注册表、文件IO 第四章:密码学、HASH代码、数据加密 第五章:XML ADO.NET 第六章: ADO.NET与dataset 第七章:高级ADO.net 第八章:ADO.NET与xml高级运用 第九章:远程处理 第十章:事件日志、进程控制、性能测试 第十一章:管理托管对象
  • cpp_mru_cache.zip ... - (optional) called when an item is removed from the cache. The cache class is a template of two types, a key and value (like hash map). The value type is the type of the resource and the key type is the type of the resource address. (this is how you ...
  • hash_c.rar 计算HASH值的C语言源代码,包括7种算法。