搜索资源列表
jSecureKit
- 用图形用户界面编写的加解密文件系统,还可实现哈希函数算法-graphical user interface with the preparation of the increase declassified document systems, but also achieve hash function algorithm
java3
- 创建一个包装学生信息的java类:包括name,number, age,height,创建该对象的数组用于表示n个学生的信息,并具备显示所有学生信息,查找某个学生的功能。(有输入流,输入数据,使用hash表存储数据) 包含相关代码和运行结果-Create a package of java category of student information: including name, number, age, height, create the object array used
sha1
- SHA (Secure Hash Algorithm,译作安全散列算法) 是美国国家安全局 (NSA) 设计,美国国家标准与技术研究院 (NIST) 发布的一系列密码散列函数。正式名称为 SHA 的家族第一个成员发布于 1993年。然而现在的人们给它取了一个非正式的名称 SHA-0 以避免与它的后继者混淆。两年之后, SHA-1,第一个 SHA 的后继者发布了。 另外还有四种变体,曾经发布以提升输出的范围和变更一些细微设计: SHA-224, SHA-256, SHA-384 和 SHA-51
hash
- 通过hash函数实现节目单的编排节目单输入区.add(new JLabel("节目名称:")) 节目单输入区.add(名称文本框) -Through the hash function implementation program for the scheduling of programs single-input area. Add (new JLabel ( " Program Name :" )) program single-input area. Ad
k-DNA
- k-长DNA子序列在DNA全序列中出现频数的计数问题。该算法通过一个哈希函数把k-长DNA子序列映射为整数关键字从而把k-长DNA子序列出现频数的计数问题转化为整数关键字的重复计数问题,使得能够利用经典B树算法来解决k-长DNA子序列的出现频数计数问题-k-long DNA sequence in the DNA sequence in the frequency of counting problems arise. In the algorithm, a hash function to k
HashFunction
- A simple hash function-The input of this hash function is a stream of binary data which is read from file. The data is encrypted by each 32bits. Each block first is initialized by doing XOR with the modified ciphertext and a random binary array, and
HashFunction_SHA1
- This a code for Hash Function SHA-1 in cryptography.-This is a code for Hash Function SHA-1 in cryptography.
scandir
- 在PHP中, 数组是用一种HASH结构(HashTable)来实现的, PHP使用了一些机制, 使得可以在O(1)的时间复杂度下实现数组的增删, 并同时支持线性遍历和随机访问. php 遍历函数-In PHP, an array is to use a HASH structure (HashTable) to achieve, PHP uses a number of mechanisms makes it possible to O (1) time complexity to a
hash
- 运用javascr ipt实现hashmap功能-Hashmap function using javascr ipt to achieve
myHash_Final
- 本源码是基于FLASH的哈希查找,在演示中,哈希查找提供了两种哈希函数供选择,冲突解决办法采用线性加1的办法。-The source code is based on FLASH hash find, in the demo, hash search provides two hash function to choose, the conflict solution using linear plus one way.
hash_c
- hash算法C代码实现 标准接口函数 方便修改hash函数-hash algorithm C code implements the standard interface functions easily modified hash function
PasswordHash
- password hash function using java code.used on md5 hash function algorithm
jxta-meteor
- 基于jxta平台的分布式哈希表(DHT)子项目,路由寻址均基于jxta的地址机制,实现了经典的chord,can协议,项目属于jxta的子项目,尚在开发中,还不是很稳定,但基本功能已经实现了-Based on a distributed hash table jxta platform (DHT) subprojects, addressing both routing mechanism based on the address jxta achieve a classic chord, ca
MD5
- Message Digest Algorithm MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。-A hash function Message Digest Algorithm MD5 (Message Digest algorithm called Chinese fifth edition) is widely used in the field of computer security, to provide message int
MD5
- 这款软件采用Java编写,主要实现了将任意长度的单项散列函数进行加密。-Using Java , this software mainly realizes the encryption for the arbitrary length of hash function.
HashItOut2(source-code)
- Hash Table with .equal(Object obj) function and Difference function with Hash table Output-Hash Table with .equal(Object obj) function and Difference function with Hash table Output...
ddydb_v1.0
- 大都云点播 BT种子搜索加在线云点播为一体 【使用说明】 一,大都介绍 1.大都云点播是迅雷云点播的破解版,在此基础上增加BT种子在线搜索功能,结 合在线云点播为广大用户提供的免费服务。 2.支持搜索各种影片关键词,就好比百度,想看啥、就搜啥、就有啥。 3.支持播放ed2k、magnet、thunder链接、http、ftp链接、BT种子40位Hash值、 xlpan地址(xlpan://)、同时您更可以直接上传BT的torrent种子,我们将直接为-Mo
habari_v0.7.1
- 安装及简单使用:服务器端所需软件:1,所需的WEB服务器:Apache (1.3.x 或更高, 2.x 或更高(建议使用此版) 支持 mod_rewrite 或Lighttpd 或Nginx 2,所需的数据库MySQL 4.1.x 或更高 或SQLite 或PostgresSQL 3,所需PHP版本为5.2 或更高支持以下几种模快功能: PHP Data Objects (PDO)和你希望使用的数据库PDO驱动 SimpleXML Hash Iconv Mbstring Tokenizer JS
BloomFilter
- 如需要判断一个元素是不是在一个集合中,我们通常做法是把所有元素保存下来,然后通过比较知道它是不是在集合内,链表、树都是基于这种思路,当集合内元素个数的变大,我们需要的空间和时间都线性变大,检索速度也越来越慢。 Bloom filter 采用的是哈希函数的方法,将一个元素映射到一个 m 长度的阵列上的一个点,当这个点是 1 时,那么这个元素在集合内,反之则不在集合内。这个方法的缺点就是当检测的元素很多的时候可能有冲突,解决方法就是使用 k 个哈希 函数对应 k 个点,如果所有点都是 1 的话,那么
HashFunction
- Hash function complete 11 papers