搜索资源列表
Hash-ipstatistic
- 以IP地址为例,介绍采用Hash技术统计分析海量数据,结果存入数据库,由于数据库文件太大,只上载了Java源代码-IP addresses as an example, the use of statistical analysis Hash Massive technical data, the results are stored in the database. As the database files too, with only contains the Java source co
hash
- 这是一个URL检索的算法,其中有天网的Hfip散列,ELFhash、hf、Hashcode四种散列方法可供调用,主程序为Stringhash.java。
hash.rar
- JAVA的哈希算法,非常适合初学者。 1. 直接寻址法2. 数字分析法3. 平方取中法 4. 折叠法5. 随机数法6. 除留余数法,JAVA hash algorithm is very suitable for beginners. 1. Direct addressing method 2. Digital analysis 3. Square to take the Sino-French 4. Folding Method 5. Random number method 6.
java_DigitalSign
- 实用数字签名的步骤 (1)发送方使用MD5算法对原始信息进行计算,获得一个固定长度的信息摘要 (2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方; (3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘要
MD5Encode
- Java 16位MD5 Hash code generator-Java 16 md5 generator
hash
- Java里的hash类的用法,可以当做一个参考,完善自己的Java程序-Java s hash kind of usage, can be used as a reference, and improve their own Java program
jsonchecker
- aspx下的JSON库 JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于Javascr ipt Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, P
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
sha512
- SHA512 is a hash function. You can use sha512 with an asymetric method to sign a document.
HashTable
- hash table ,自己写的一个hash table,很简柔的。-hash table, to write a hash table, is simple Sophie' s.
Hash
- HashMapping: 算法基础,用于大数据量的可查询存储-HashMapping: Used in store data, eg.e-dictionary
md5
- 文件验证,利用MD5算法做文件的HASH,得到统一结果判断文件内容的一致性-File Hash
sha1
- SHA (Secure Hash Algorithm,译作安全散列算法) 是美国国家安全局 (NSA) 设计,美国国家标准与技术研究院 (NIST) 发布的一系列密码散列函数。正式名称为 SHA 的家族第一个成员发布于 1993年。然而现在的人们给它取了一个非正式的名称 SHA-0 以避免与它的后继者混淆。两年之后, SHA-1,第一个 SHA 的后继者发布了。 另外还有四种变体,曾经发布以提升输出的范围和变更一些细微设计: SHA-224, SHA-256, SHA-384 和 SHA-51
Hash
- 自己上学编的Hashtable的java源码,里面可以选择所有的hash算法和防撞处理方式,带junit测试程序。-own java source of the Hashtable, which can choose all of the hash algorithm and anti-collision approach, with junit test procedure。
sha256.java
- Sha256 Algorithm. The SHA hash functions are a set of cryptographic hash functions designed by the National Security Agency (NSA) and published by the NIST as a U.S. Federal Information Processing Standard. SHA stands for Secure Hash Algorithm
AprioriHash-java
- 基于Apriori的Hash改进算法的Java实现。利用Hash技术减少了生成频繁项集的时间。-The Hash-based Apriori Algorithm for Java. Hash technology reduces the use of frequent itemsets to generate the time.
Java
- 学习JAVA的基础书籍,由浅到深讲解详细透彻。-JAVA based learning books, from shallow to deep to explain more thoroughly.
hashmapTest-master
- A test of java hash map
Hash Generator
- java code for generating md5 hashing
hash
- 利用java语言实现了hash算法,算法简单,供大家参考(Implementation of hash algorithm)