搜索资源列表
SecureHash
- 对取得的硬件信息进行Hash的一个DLL,提供了对外的接口供调用-This DLL will get hardware information to make a hash calculation. It exports some interfaces to use.
2004052512573625343213132123
- 1)了解HASH函数在网络安全中的应用 (2)掌握HASH函数实现的原理 二、要求 (1)用任何语言编程完成实现HASH函数的功能 (2)输入任何8个字节(64位)的数据,得出对应的8位HASH代码(摘要) -1) understanding hash functions in network security applications (2) master Hash Function Principle 2 require (1) using any programming
winHash
- 用TC实现一个HASH算法,用户可以在操作界面进行操作并实现算法的统计。-achieve a hash algorithm, the user interface can operate and achieve the statistical algorithms.
cmd51
- hash函数 用于签名算法的实现等等 用于加解秘-hash function for the signature algorithm for the realization of such increases deciphered
HashTableinDS
- 一:问题描述 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相对的建表和查表程序。 二:基本要求 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 三:实现提示 如果随机函数自行构造,则应首先调整好随机函数,使其分布均匀。人名的长度均不超过19个字符(最长的人名如:庄双双(ZHAGN SHUANG SHUANG)。字符的取码方法可直
PrtTView_demo
- This project is to show the tree I dreamed when I first met the ternary tree concept. When I came upon the ternary tree, I get awed! It s amazing that an idea so simplistic could be so strong and fast. But it had flaws... the first one is the memory
hashfunction
- 应用密码学中hash function的详细介绍-hash function which detailed descr iption of
kaisanlei
- 数据结构算法的小作业,开散列的算法,附有注释。-data structure algorithm for small operations, opened hash algorithm with the Notes.
hash
- 哈希表的建立 查找 插入 删除算法.没有考虑数据冲突处理
OSkeshe
- 操作系统课社 1.理解内存页面调度的机理。 2.掌握几种理论页面置换算法的实现方法。 3.了解HASH表数据结构的使用。 4.通过课程设计比较各种调度算法的优劣。 5.熟悉页面置换算法及其实现,引入计算机系统性能评价方法的概念。页面置换算法是虚拟存储管理实现的关键,通过本次课程设计理解内存页面调度的机制,在模拟实现FIFO、LRU页面置换算法的基础上,比较两种置换算法的效率及优缺点,从而了解虚拟存储实现的过程。
stl_code
- c++ STL source code, hash and vector etc
hash
- 实现哈希表的创建、查找、插入,可以用开放地址法解决冲突问题
hash
- hash表算法,自己写的一段代码。希望对大家有用
Hash
- 哈希程序,在VC++里一定可以通过,首次上传啊
MD5
- MD5程序,可以计算MD5算法得到的Hash值,且可以保存成文档-MD5 program can calculate MD5 Hash value obtained by the algorithm, and can be saved into a document
ClsHash
- 一个简单的哈希表实例,调试通过的,照着做下来,哈希表应该会明白吧!-A simple hash table instance, debugging through, and follow suit down, the hash table should understand it!
hash
- 针对本班的人名设计一个杂凑表,数据表的长度为50~80个记录;分析平均查找长度,完成相应的建表和查表程序,设计直观的界面显示杂凑表的内容。-This class of names for the design of a hash table, table length of 50 to 80 records analysis of average search length, corresponding to complete construction of the table and loo
transport-using-sign-and-verify
- MFC编写的基于CryptoAPI的安全传输报文演示程序,设计证书的读取,hash摘要,签名,认证等-cryptoAPI transport message using signing and verifing technology
VB-Hash-ok
- VB的哈希杂凑表高级算法示例,很好的例子-VB hash hash table advanced algorithms example, a good example
Chained Hash Table
- This is a chained hash table program. it can be related to the data structure.
