搜索资源列表
tong11
- 用桶式散列实现一个存储在磁盘中的数据库。 每个记录长128字节,其中4个字节是关键码, 120个字节是数据,其余4个字节存储必要的信息以支持散列表。 已测试通过,此系统支持记录的插入、删除和检索。-bucket used to achieve a hash stored in the disk database. Each record length of 128 bytes, which is a four-byte key code, 120 bytes of data,
哈希表的一个应用
- 数据结构——哈希表的一个应用算法实现源程序代码,多多指教。-data structure -- Hash Table 1 algorithm application source code, the exhibitions.
FileMan
- 200905 操作文件的小工具, 可用正则表达式 改名(批量)、搜索、计算校验码(批量 + 可将校验码加入文件名)、修改文件时间(批量)--200905 file operating utility(support Regular Expression and batch operation). renamed, search, compute hash code, modify file time
huxiaoli
- 数据结构课程设计,利用Hash技术统计C源程序中关键字。本程序主要分为两个模块,一是用Hash表存储c语言中32个关键字,再扫描c源程序取出每个单词,利用Hash查找技术统计该程序中的关键字出现的频度;二是用顺序表存储c语言中的关键字,把c源程序取出每个单词利用二分查找技术统计该程序中的关键字的出现频度。-Data structure the curriculum design, the use of Hash technical statistics C source in the keywo
Updater
- 通过哈希码判定文件版本,FTP做更新源的WINFORM自动更新程序-winform auto updater, use ftp update source, depand on hash code
HMAC
- 任何的mac算法都可以使用标准的hash功能,比如MD5或者sha-1,这种情况下,强度取决于hash功能,和最后的结果的比特串。密匙是关键。-HMAC is a message authentication code (MAC) and can be used to verify the integrity and authentication of a message. It involves hashing a message with a secret key. As with any
cSharp
- 一些基于ASP的基础代码 包括异常处理 委托 哈希表-Based on some basic ASP code includes exception handling and so commissioned a hash table
CsUser
- c#调用SQL存储过程进行用户注册及登录功能的封装类。代码中包含了c#封装代码和对应的存储过程代码。使用哈希函数对密码进行加密。-c# calling SQL stored procedures to encapsulate class user registration and login functions. C# code contains the package code and the corresponding stored procedure code. Using a hash
random1
- 本文档是解释了防伪码的生成,其中主要利用了随机数函数和哈希函数-Security code generated by the random number function and the hash function
Hash
- Hash加密算法原理实现,包括MD5、HSA1、HSA256。网上很多写的思路都不是很清晰,重新整理了一下,代码思路很清晰、简洁。-Hash principle encryption algorithm, including MD5, HSA1, HSA 256. Many online writing ideas are not very clear, rearranged a bit, thinking the code is very clear and concise.
